pyexcel-io
pyexcel-io copied to clipboard
One interface to read and write the data in various excel formats, import the data into and export the data from databases
so that, merged cells and other style related features can be incrementally developed. https://github.com/pyexcel/pyexcel/issues/206
I have test that's failing due to a parent directory containing “++” in its name. Apparently, `pyexcel` somehow tries to compile the file name as regular expression when loading a...
Resolves #115. Tests pass with one warning: ``` ......../main/srhaque/kdedev/pyexcel-io/pyexcel_io/book.py:32: UserWarning: Deprecated since v0.6.0! Although backward compatibility is preserved, it is recommended to upgrade to get new features. warnings.warn(DEPRECATED_SINCE_0_6_0) ....................................................................Exception ignored...
The current version of get_writer: https://github.com/pyexcel/pyexcel-io/blob/1caf894d0a3fda2e7392984690aead654c17464c/pyexcel_io/writers/csv_sheet.py#L50C22-L50C22 performs a split on the assumption there is just one dot "." in the pathname e.g. some_path .csv However, in my application, I am...
Hello, the text of the BSD 3-clause license is available here: https://opensource.org/license/bsd-3-clause For some reason, in your repo this text was modified ~ 4 years ago, to add a "not"...