We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed01768 commit ee4b2b1Copy full SHA for ee4b2b1
pyexcel_xlsbr/xlsbr.py
@@ -33,7 +33,7 @@ def __convert_cell(self, cell):
33
34
35
class XLSBBook(IReader):
36
- def open(self, file_name, file_type, **keywords):
+ def __init__(self, file_name, file_type, **keywords):
37
self._native_book = open_workbook(self._file_name)
38
self.content_array = []
39
for sheet_index, sheet_name in enumerate(self._native_book.sheets):
0 commit comments