Updated
- New style xlsx plugins, promoted by pyexcel-io v0.6.2.
updated
- 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
- #4, handle unseekable stream given by http response.
Relocated
- All ods type conversion code lives in pyexcel_io.service module
- #4, handle unseekable stream given by http response.
Updated
- PR #3, support fods, flat ods file
Updated
- Updated to use lml interface
Updated
- issue #2, not all texts in a multi-node cell were extracted.
Updated
- issue #1, PT288H00M00S is valid duration
- initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. Specially, it supports partial reading of the ods file. When dealing with big data file, this capability enables pagination feature to indeed read partial files.
Updated
- issue #1, PT288H00M00S is valid duration
- initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3. Specially, it supports partial reading of the ods file. When dealing with big data file, this capability enables pagination feature to indeed read partial files.