@@ -4,51 +4,45 @@ Change log
4
4
0.5.7 - 15.02.2019
5
5
--------------------------------------------------------------------------------
6
6
7
- Added
8
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7
+ **Added **
9
8
10
9
#. pyexcel-io#66 pin openpyxl < 2.6.0
11
10
12
11
0.5.6 - 26.03.2018
13
12
--------------------------------------------------------------------------------
14
13
15
- Added
16
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
+ **Added **
17
15
18
16
#. `#24 <https://github.com/pyexcel/pyexcel-xlsx/issues/24 >`_, remove deprecated
19
17
warning from merged_cell_ranges and get_sheet_by_name
20
18
21
19
0.5.5 - 18.12.2017
22
20
--------------------------------------------------------------------------------
23
21
24
- Added
25
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
+ **Added **
26
23
27
24
#. `#22 <https://github.com/pyexcel/pyexcel-xlsx/issues/22 >`_, to detect merged
28
25
cell in xlsx - fast tracked patreon request.
29
26
30
27
0.5.4 - 2.11.2017
31
28
--------------------------------------------------------------------------------
32
29
33
- Updated
34
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30
+ **Updated **
35
31
36
32
#. Align the behavior of skip_hidden_row_and_column. Default it to True.
37
33
38
34
0.5.3 - 2.11.2017
39
35
--------------------------------------------------------------------------------
40
36
41
- Added
42
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37
+ **Added **
43
38
44
39
#. `#20 <https://github.com/pyexcel/pyexcel-xlsx/issues/20 >`_, skip hidden rows
45
40
and columns under 'skip_hidden_row_and_column' flag.
46
41
47
42
0.5.2 - 23.10.2017
48
43
--------------------------------------------------------------------------------
49
44
50
- updated
51
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+ **updated **
52
46
53
47
#. pyexcel `pyexcel#105 <https://github.com/pyexcel/pyexcel/issues/105 >`_,
54
48
remove gease from setup_requires, introduced by 0.5.1.
@@ -58,8 +52,7 @@ updated
58
52
0.5.1 - 20.10.2017
59
53
--------------------------------------------------------------------------------
60
54
61
- added
62
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55
+ **added **
63
56
64
57
#. `pyexcel#103 <https://github.com/pyexcel/pyexcel/issues/103 >`_, include
65
58
LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released
@@ -68,40 +61,35 @@ added
68
61
0.5.0 - 30.08.2017
69
62
--------------------------------------------------------------------------------
70
63
71
- Updated
72
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64
+ **Updated **
73
65
74
66
#. put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO.
75
67
Hence, there will be performance boost in handling files in memory.
76
68
77
- Removed
78
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69
+ **Removed **
79
70
80
71
#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, is handled in
81
72
pyexcel-io
82
73
83
74
0.4.2 - 25.08.2017
84
75
--------------------------------------------------------------------------------
85
76
86
- Updated
87
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77
+ **Updated **
88
78
89
79
#. `#18 <https://github.com/pyexcel/pyexcel-xlsx/issues/18 >`_, handle unseekable
90
80
stream given by http response
91
81
92
82
0.4.1 - 16.07.2017
93
83
--------------------------------------------------------------------------------
94
84
95
- Removed
96
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
85
+ **Removed **
97
86
98
87
#. Removed useless code
99
88
100
89
0.4.0 - 19.06.2017
101
90
--------------------------------------------------------------------------------
102
91
103
- Updated
104
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92
+ **Updated **
105
93
106
94
#. `#14 <https://github.com/pyexcel/pyexcel-xlsx/issues/14 >`_, close file handle
107
95
#. pyexcel-io plugin interface now updated to use `lml
@@ -110,8 +98,7 @@ Updated
110
98
0.3.0 - 22.12.2016
111
99
--------------------------------------------------------------------------------
112
100
113
- Updated
114
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101
+ **Updated **
115
102
116
103
#. Code refactoring with pyexcel-io v 0.3.0
117
104
#. `#13 <https://github.com/pyexcel/pyexcel-xlsx/issues/13 >`_, turn read_only
@@ -120,8 +107,7 @@ Updated
120
107
0.2.3 - 05.11.2016
121
108
--------------------------------------------------------------------------------
122
109
123
- Updated
124
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110
+ **Updated **
125
111
126
112
#. `#12 <https://github.com/pyexcel/pyexcel-xlsx/issues/12 >`_, remove
127
113
UserWarning: Using a coordinate with ws.cell is deprecated. Use
@@ -130,17 +116,15 @@ Updated
130
116
0.2.2 - 31.08.2016
131
117
--------------------------------------------------------------------------------
132
118
133
- Added
134
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119
+ **Added **
135
120
136
121
#. support pagination. two pairs: start_row, row_limit and start_column,
137
122
column_limit help you deal with large files.
138
123
139
124
0.2.1 - 12.07.2016
140
125
--------------------------------------------------------------------------------
141
126
142
- Added
143
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127
+ **Added **
144
128
145
129
#. `#8 <https://github.com/pyexcel/pyexcel-xlsx/issues/8 >`__,
146
130
`skip_hidden_sheets ` is added. By default, hidden sheets are skipped when
@@ -149,29 +133,25 @@ Added
149
133
0.2.0 - 01.06.2016
150
134
--------------------------------------------------------------------------------
151
135
152
- Added
153
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136
+ **Added **
154
137
155
138
#. 'library=pyexcel-xlsx' was added to inform pyexcel to use it instead of other
156
139
libraries, in the situation where there are more than one plugin for a file
157
140
type, e.g. xlsm
158
141
159
- Updated
160
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142
+ **Updated **
161
143
162
144
#. support the auto-import feature of pyexcel-io 0.2.0
163
145
164
146
0.1.0 - 17.01.2016
165
147
--------------------------------------------------------------------------------
166
148
167
- Added
168
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
149
+ **Added **
169
150
170
151
#. Passing "streaming=True" to get_data, you will get the two dimensional array
171
152
as a generator
172
153
#. Passing "data=your_generator" to save_data is acceptable too.
173
154
174
- Updated
175
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
+ **Updated **
176
156
177
157
#. compatibility with pyexcel-io 0.1.0
0 commit comments