Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 2, 2019
1 parent 14c97c9 commit ec5e1fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -552,7 +552,7 @@ stream = Stream('data.xls', sheet=1)

###### Options

- **sheet**: Sheet name or number (starting from 1).
- **sheet**: Sheet name or number (starting from 1).
- **fill_merged_cells**: if `True` it will unmerge and fill all merged cells by
a visible value. With this option enabled the parser can't stream data and
load the whole document into memory.
Expand Down Expand Up @@ -829,6 +829,11 @@ $ make test

Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tabulator-py/commits/master).

###### v1.31

- Added `xlsx` writer
- Added `html` reader

###### v1.30

- Added `adjust_floating_point_error` parameter to the `xlsx` parser
Expand Down
2 changes: 1 addition & 1 deletion tabulator/VERSION
@@ -1,2 +1,2 @@
1.30.0
1.31.0

0 comments on commit ec5e1fe

Please sign in to comment.