@@ -4,51 +4,45 @@ Change log
440.5.7 - 15.02.2019
55--------------------------------------------------------------------------------
66
7- Added
8- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+ **Added **
98
109#. pyexcel-io#66 pin openpyxl < 2.6.0
1110
12110.5.6 - 26.03.2018
1312--------------------------------------------------------------------------------
1413
15- Added
16- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14+ **Added **
1715
1816#. `#24 <https://github.com/pyexcel/pyexcel-xlsx/issues/24 >`_, remove deprecated
1917 warning from merged_cell_ranges and get_sheet_by_name
2018
21190.5.5 - 18.12.2017
2220--------------------------------------------------------------------------------
2321
24- Added
25- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22+ **Added **
2623
2724#. `#22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22 >`_, to detect merged
2825 cell in xlsx - fast tracked patreon request.
2926
30270.5.4 - 2.11.2017
3128--------------------------------------------------------------------------------
3229
33- Updated
34- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30+ **Updated **
3531
3632#. Align the behavior of skip_hidden_row_and_column. Default it to True.
3733
38340.5.3 - 2.11.2017
3935--------------------------------------------------------------------------------
4036
41- Added
42- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37+ **Added **
4338
4439#. `#20 <https://github.com/pyexcel/pyexcel-xlsx/issues/20 >`_, skip hidden rows
4540 and columns under 'skip_hidden_row_and_column' flag.
4641
47420.5.2 - 23.10.2017
4843--------------------------------------------------------------------------------
4944
50- updated
51- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45+ **updated **
5246
5347#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105 >`_,
5448 remove gease from setup_requires, introduced by 0.5.1.
@@ -58,8 +52,7 @@ updated
58520.5.1 - 20.10.2017
5953--------------------------------------------------------------------------------
6054
61- added
62- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55+ **added **
6356
6457#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103 >`_, include
6558 LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
@@ -68,40 +61,35 @@ added
68610.5.0 - 30.08.2017
6962--------------------------------------------------------------------------------
7063
71- Updated
72- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64+ **Updated **
7365
7466#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
7567 Hence, there will be performance boost in handling files in memory.
7668
77- Removed
78- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69+ **Removed **
7970
8071#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, is handled in
8172 pyexcel-io
8273
83740.4.2 - 25.08.2017
8475--------------------------------------------------------------------------------
8576
86- Updated
87- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77+ **Updated **
8878
8979#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, handle unseekable
9080 stream given by http response
9181
92820.4.1 - 16.07.2017
9383--------------------------------------------------------------------------------
9484
95- Removed
96- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
85+ **Removed **
9786
9887#. Removed useless code
9988
100890.4.0 - 19.06.2017
10190--------------------------------------------------------------------------------
10291
103- Updated
104- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92+ **Updated **
10593
10694#. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14 >`_, close file handle
10795#. pyexcel-io plugin interface now updated to use `lml
@@ -110,8 +98,7 @@ Updated
110980.3.0 - 22.12.2016
11199--------------------------------------------------------------------------------
112100
113- Updated
114- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101+ **Updated **
115102
116103#. Code refactoring with pyexcel-io v 0.3.0
117104#. `#13 <https://github.com/pyexcel/pyexcel-xlsx/issues/13 >`_, turn read_only
@@ -120,8 +107,7 @@ Updated
1201070.2.3 - 05.11.2016
121108--------------------------------------------------------------------------------
122109
123- Updated
124- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+ **Updated **
125111
126112#. `#12 <https://github.com/pyexcel/pyexcel-xlsx/issues/12 >`_, remove
127113 UserWarning: Using a coordinate with ws.cell is deprecated. Use
@@ -130,17 +116,15 @@ Updated
1301160.2.2 - 31.08.2016
131117--------------------------------------------------------------------------------
132118
133- Added
134- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119+ **Added **
135120
136121#. support pagination. two pairs: start_row, row_limit and start_column,
137122 column_limit help you deal with large files.
138123
1391240.2.1 - 12.07.2016
140125--------------------------------------------------------------------------------
141126
142- Added
143- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127+ **Added **
144128
145129#. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8 >`__,
146130 `skip_hidden_sheets ` is added. By default, hidden sheets are skipped when
@@ -149,29 +133,25 @@ Added
1491330.2.0 - 01.06.2016
150134--------------------------------------------------------------------------------
151135
152- Added
153- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136+ **Added **
154137
155138#. 'library=pyexcel-xlsx' was added to inform pyexcel to use it instead of other
156139 libraries, in the situation where there are more than one plugin for a file
157140 type, e.g. xlsm
158141
159- Updated
160- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142+ **Updated **
161143
162144#. support the auto-import feature of pyexcel-io 0.2.0
163145
1641460.1.0 - 17.01.2016
165147--------------------------------------------------------------------------------
166148
167- Added
168- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149+ **Added **
169150
170151#. Passing "streaming=True" to get_data, you will get the two dimensional array
171152 as a generator
172153#. Passing "data=your_generator" to save_data is acceptable too.
173154
174- Updated
175- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155+ **Updated **
176156
177157#. compatibility with pyexcel-io 0.1.0
0 commit comments