11Change log
22================================================================================
33
4+ 0.5.6 - 26.03.2018
5+ --------------------------------------------------------------------------------
6+
7+ Added
8+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+ #. `#24 <https://github.com/pyexcel/pyexcel-xlsx/issues/24 >`_, remove deprecated
11+ warning from merged_cell_ranges and get_sheet_by_name
12+
4130.5.5 - 18.12.2017
514--------------------------------------------------------------------------------
615
16+ Added
17+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18+
719#. `#22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22 >`_, to detect merged
8- cell in xlsx - fast tracked patreon request.
20+ cell in xlsx - fast tracked patreon request.
921
10220.5.4 - 2.11.2017
1123--------------------------------------------------------------------------------
1224
25+ Updated
26+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
27+
1328#. Align the behavior of skip_hidden_row_and_column. Default it to True.
1429
15300.5.3 - 2.11.2017
1631--------------------------------------------------------------------------------
1732
1833Added
19- ********************************************************************************
34+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2035
2136#. `#20 <https://github.com/pyexcel/pyexcel-xlsx/issues/20 >`_, skip hidden rows
2237 and columns under 'skip_hidden_row_and_column' flag.
2338
24-
25390.5.2 - 23.10.2017
2640--------------------------------------------------------------------------------
2741
2842updated
29- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30- #. pyexcel `#105 <https://github.com/pyexcel/pyexcel/issues/105 >`_, remove gease
31- from setup_requires, introduced by 0.5.1.
43+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44+
45+ #. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105 >`_,
46+ remove gease from setup_requires, introduced by 0.5.1.
3247#. remove python2.6 test support
3348#. update its dependecy on pyexcel-io to 0.5.3
3449
35500.5.1 - 20.10.2017
3651--------------------------------------------------------------------------------
3752
3853added
39- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4055
41- #. `#103 <https://github.com/pyexcel/pyexcel/issues/103 >`_, include LICENSE file
42- in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
56+ #. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103 >`_, include
57+ LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
58+ tar ball.
4359
44600.5.0 - 30.08.2017
4561--------------------------------------------------------------------------------
4662
4763Updated
48- ********************************************************************************
64+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4965
5066#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
5167 Hence, there will be performance boost in handling files in memory.
5268
5369Removed
54- ********************************************************************************
70+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5571
5672#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, is handled in
5773 pyexcel-io
@@ -60,7 +76,7 @@ Removed
6076--------------------------------------------------------------------------------
6177
6278Updated
63- ********************************************************************************
79+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6480
6581#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, handle unseekable
6682 stream given by http response
@@ -69,26 +85,25 @@ Updated
6985--------------------------------------------------------------------------------
7086
7187Removed
72- ********************************************************************************
88+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7389
7490#. Removed useless code
7591
76920.4.0 - 19.06.2017
7793--------------------------------------------------------------------------------
7894
7995Updated
80- ********************************************************************************
96+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8197
82- #. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14 >`_, close file
83- handle
84- #. pyexcel-io plugin interface now updated to use
85- `lml <https://github.com/chfw/lml >`_.
98+ #. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14 >`_, close file handle
99+ #. pyexcel-io plugin interface now updated to use `lml
100+ <https://github.com/chfw/lml> `_.
86101
871020.3.0 - 22.12.2016
88103--------------------------------------------------------------------------------
89104
90105Updated
91- ********************************************************************************
106+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92107
93108#. Code refactoring with pyexcel-io v 0.3.0
94109#. `#13 <https://github.com/pyexcel/pyexcel-xlsx/issues/13 >`_, turn read_only
@@ -98,55 +113,57 @@ Updated
98113--------------------------------------------------------------------------------
99114
100115Updated
101- ********************************************************************************
116+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102117
103118#. `#12 <https://github.com/pyexcel/pyexcel-xlsx/issues/12 >`_, remove
104- UserWarning: Using a coordinate with ws.cell is deprecated.
105- Use ws[coordinate]
106-
119+ UserWarning: Using a coordinate with ws.cell is deprecated. Use
120+ ws[coordinate]
107121
1081220.2.2 - 31.08.2016
109123--------------------------------------------------------------------------------
110124
111125Added
112- ********************************************************************************
113-
114- #. support pagination. two pairs: start_row, row_limit and start_column, column_limit
115- help you deal with large files.
126+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116127
128+ #. support pagination. two pairs: start_row, row_limit and start_column,
129+ column_limit help you deal with large files.
117130
1181310.2.1 - 12.07.2016
119132--------------------------------------------------------------------------------
120133
121134Added
122- ********************************************************************************
123-
124- #. `#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.
135+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
125136
137+ #. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8 >`__,
138+ `skip_hidden_sheets ` is added. By default, hidden sheets are skipped when
139+ reading all sheets. Reading sheet by name or by index are not affected.
126140
1271410.2.0 - 01.06.2016
128142--------------------------------------------------------------------------------
129143
130144Added
131- ********************************************************************************
145+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132146
133- #. '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
149+ type, e.g. xlsm
134150
135151Updated
136- ********************************************************************************
152+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
137153
138154#. support the auto-import feature of pyexcel-io 0.2.0
139155
140-
1411560.1.0 - 17.01.2016
142157--------------------------------------------------------------------------------
143158
144159Added
145- ********************************************************************************
160+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146161
147- #. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
162+ #. Passing "streaming=True" to get_data, you will get the two dimensional array
163+ as a generator
148164#. Passing "data=your_generator" to save_data is acceptable too.
149165
150166Updated
151- ********************************************************************************
167+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
168+
152169#. compatibility with pyexcel-io 0.1.0
0 commit comments