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 a2fe5c0 commit 291fbb8Copy full SHA for 291fbb8
pyexcel_xls/xlsr.py
@@ -68,9 +68,6 @@ class XLSBook(BookReader):
68
69
It reads xls, xlsm, xlsx work book
70
"""
71
- file_types = ['xls', 'xlsm', 'xlsx']
72
- stream_type = 'binary'
73
-
74
def __init__(self):
75
BookReader.__init__(self)
76
self._file_content = None
pyexcel_xls/xlsw.py
@@ -66,9 +66,6 @@ class XLSWriter(BookWriter):
66
67
xls writer
- file_types = ['xls']
BookWriter.__init__(self)
self.work_book = None
0 commit comments