File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class ODSSheet(SheetReaderBase):
92
92
@property
93
93
def name (self ):
94
94
return self .native_sheet .name
95
-
95
+
96
96
def to_array (self ):
97
97
"""reads a sheet in the sheet dictionary, storing each sheet
98
98
as an array (rows) of arrays (columns)"""
@@ -121,6 +121,7 @@ def _read_cell(self, cell):
121
121
ret = cell .value
122
122
return ret
123
123
124
+
124
125
class ODSBook (BookReader ):
125
126
126
127
def getSheet (self , native_sheet ):
@@ -190,7 +191,7 @@ class ODSWriter(BookWriter):
190
191
191
192
"""
192
193
def __init__ (self , filename , ** keywords ):
193
- BookWriter .__init__ (self , filename ) # in case something will be done
194
+ BookWriter .__init__ (self , filename ) # in case something will be done
194
195
self .native_book = ezodf .newdoc (doctype = "ods" , filename = filename )
195
196
196
197
def create_sheet (self , name ):
@@ -216,5 +217,4 @@ def close(self):
216
217
# to allow this module to function independently
217
218
pass
218
219
219
- __VERSION__ = "0.0.4"
220
-
220
+ __VERSION__ = "0.0.5"
You can’t perform that action at this time.
0 commit comments