pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

To return trailing empty cells #86

Closed chfw closed 4 years ago

chfw commented 4 years ago

and option the get_data() method so to include an empty string (or None value) for empty cells into the returned lists.

reference: https://github.com/pyexcel/pyexcel-ods3/issues/17