Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.5 KB

CHANGELOG.rst

File metadata and controls

37 lines (23 loc) · 1.5 KB

Change log

0.2.1 - unreleased

Added

  1. 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.

0.2.0 - 01.06.2016

Added

  1. By default, float will be converted to int where fits. auto_detect_int, a flag to switch off the autoatic conversion from float to int.
  2. 'library=pyexcel-xls' was added so as 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

Updated

  1. support the auto-import feature of pyexcel-io 0.2.0
  2. xlwt is now used for python 2 implementation while xlwt-future is used for python 3

0.1.0 - 17.01.2016

Added

  1. Passing "streaming=True" to get_data, you will get the two dimensional array as a generator
  2. Passing "data=your_generator" to save_data is acceptable too.