added
- #28: support datetime
added
- new style reader and writer plugins. works with pyexcel-io v0.6.2
added
- pyexcel#57, long type will not be written in ods. please use string type. And if the integer is equal or greater than 10 to the power of 16, it will not be written either in ods. In both situation, IntegerPrecisionLossError will be raised.
updated
- pyexcel pyexcel#105, remove gease from setup_requires, introduced by 0.5.1.
- remove python2.6 test support
- update its dependecy on pyexcel-io to 0.5.3
added
- pyexcel#103, include LICENSE file in MANIFEST.in, meaning LICENSE file will appear in the released tar ball.
Updated
- put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO. Hence, there will be performance boost in handling files in memory.
Relocated
- All ods type conversion code lives in pyexcel_io.service module
Updated
- update dependency to use pyexcel-ezodf v0.3.3 as ezodf 0.3.2 has the bug, cannot handle file alike objects and has not been updated for 2 years.
Updated
- pyexcel#14, close file handle
- pyexcel-io plugin interface now updated to use lml.
Updated
- issue pyexcel#8, PT288H00M00S is valid duration
Added
- Recognize currency type
Updated
- Code refactoring with pyexcel-io v 0.3.0
Updated
- pyexcel#11, be able to consume a generator of two dimensional arrays.
Added
- support pagination. two pairs: start_row, row_limit and start_column, column_limit help you deal with large files.
Added
- 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.
- 'library=pyexcel-ods3' was added so as to inform pyexcel to use it instead of other libraries, in the situation where multiple plugins for the same file type are installed
Updated
- support the auto-import feature of pyexcel-io 0.2.0
- compatibility with pyexcel-io 0.1.0
Updated
- support the auto-import feature of pyexcel-io 0.2.0
- compatibility with pyexcel-io 0.1.0