File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- Unreleased
4
+ 0.2.0 - Unreleased
5
5
--------------------------------------------------------------------------------
6
6
7
- #. compatibility with pyexcel-io 0.2.0
7
+ Added
8
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
+
10
+ #. '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
11
+
12
+ Updated
13
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14
+
15
+ #. support the auto-import feature of pyexcel-io 0.2.0
16
+
8
17
9
18
0.1.0 - 17.01.2016
10
19
--------------------------------------------------------------------------------
11
20
21
+ Added
22
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
+
24
+ #. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
25
+ #. Passing "data=your_generator" to save_data is acceptable too.
26
+
27
+ Updated
28
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
29
#. compatibility with pyexcel-io 0.1.0
Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ or clone it and install it:
36
36
Usage
37
37
================================================================================
38
38
39
- New feature
40
- --------------------------------------------------------------------------------
41
-
42
-
43
- 1. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
44
- 2. Passing "data=your_generator" to save_data is acceptable too.
45
-
46
-
47
39
As a standalone library
48
40
--------------------------------------------------------------------------------
49
41
You can’t perform that action at this time.
0 commit comments