added
- new style reader and writer plugins. works with pyexcel-io v0.6.2
added
added
- #32, fix odfpy pinning
added
- #30, 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.
added
- #24, ignore comments(<office:comment>) in cell
- #27, exception raised when currency type is missing
- fix odfpy version on 1.3.5.
updated
- pyexcel pyexcel#105, remove gease from setup_requires, introduced by 0.5.1.
- remove python2.6 test support
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
- pyexcel#23, handle unseekable stream given by http response
- PR #22, hanle white spaces in a cell.
Updated
- pyexcel#14, close file handle
- pyexcel-io plugin interface now updated to use lml.
Updated
- issue pyexcel#19, not all texts in a multi-node cell were extracted.
Updated
- issue pyexcel#17, empty new line is ignored
- issue pyexcel#6, PT288H00M00S is valid duration
Added
- Recognize currency type
Updated
- Code refactoring with pyexcel-io v 0.3.0
Updated
- issue pyexcel#14, index error when reading a ods file that has non-uniform columns repeated property.
Added
- support pagination. two pairs: start_row, row_limit and start_column, column_limit help you deal with large files.
- use odfpy 1.3.3 as compulsory package. offically support python 3
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-ods' was added so as to inform pyexcel to use it instead of other libraries, in the situation where multiple plugins were installed.
Updated
- support the auto-import feature of pyexcel-io 0.2.0
Added
- 'streaming' is an extra option given to get_data. Only when 'streaming' is explicitly set to True, the data will be consisted of generators, hence will break your existing code.
- uses yield in to_array and returns a generator
- support multi-line text cell #5
- feature migration from pyexcel-ods3 pyexcel/pyexcel-ods3#5
Updated
- compatibility with pyexcel-io 0.1.1
Updated
- Bug fix: excessive trailing columns with empty values
Updated
- Complete fix for libreoffice datetime field
Updated
- Bug fix: date field could have datetime from libreoffice
Updated
- Bug fix: utf-8 string throw unicode exceptions
Updated
- Pin dependency odfpy 0.9.6 to avoid buggy odfpy 1.3.0
Updated
- Bug fix: "number-columns-repeated" is now respected
Updated
- get_data and save_data are seen across pyexcel-* extensions. remember them once and use them across all extensions.
Added
- Loads only one sheet from a multiple sheet book
- Use New BSD License
Updated
- IO interface update as pyexcel-io introduced keywords.
- initial release
Updated
- IO interface update as pyexcel-io introduced keywords.
- initial release