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
**pyexcel-xlsx** is a tiny wrapper library to read, manipulate and write data in xlsx and xlsm fromat using openpyxl. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`__.
4
+
**{{name}}** is a tiny wrapper library to read, manipulate and write data in xlsx and xlsm format using `read_only` mode reader, `write_only` mode writer from openpyxl. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`__.
5
5
6
6
Please note:
7
7
8
8
1. `auto_detect_int` flag will not take effect because openpyxl detect integer in python 3 by default.
9
-
2. `skip_hidden_row_and_column` will slow down the read operation.
9
+
2. `skip_hidden_row_and_column` will get a penalty where `read_only` mode cannot be used.
#. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8>`__, `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.
#. 'library=pyexcel-xlsx' was added 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
147
+
#. 'library=pyexcel-xlsx' was added to inform pyexcel to use it instead of other
148
+
libraries, in the situation where there are more than one plugin for a file
**pyexcel-xlsx** is a tiny wrapper library to read, manipulate and write data in xlsx and xlsm fromat using openpyxl. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`__.
23
+
**pyexcel-xlsx** is a tiny wrapper library to read, manipulate and write data in xlsx and xlsm format using `read_only` mode reader, `write_only` mode writer from openpyxl. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`__.
24
24
25
25
Please note:
26
26
27
27
1. `auto_detect_int` flag will not take effect because openpyxl detect integer in python 3 by default.
28
-
2. `skip_hidden_row_and_column` will slow down the read operation.
28
+
2. `skip_hidden_row_and_column` will get a penalty where `read_only` mode cannot be used.
0 commit comments