You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. `#9 <https://github.com/pyexcel/pyexcel-xls/issues/9>`_, `skip_hidden_sheets` is added. By default, hidden sheets are skipped when reading all sheets. Reading sheet by name or by index are not affected.
#. By default, `float` will be converted to `int` where fits. `auto_detect_int`, a flag to switch off the autoatic conversion from `float` to `int`.
29
-
#. 'library=pyexcel-xls' was added so as to inform pyexcel to use it instead of other libraries, in the situation where there are more than one plugin for a file type, e.g. xlsm
30
+
#. By default, `float` will be converted to `int` where fits. `auto_detect_int`,
31
+
a flag to switch off the autoatic conversion from `float` to `int`.
32
+
#. 'library=pyexcel-xls' was added so as to inform pyexcel to use it instead of
33
+
other libraries, in the situation where there are more than one plugin for
0 commit comments