Skip to content

nowbusking/dodotable-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dodotable-xlsx

Latest PyPI version

Excel (.xlsx) exporter for dodotable.

Changelog

Version 0.4.1

Released on May 31, 2021.

  • Fixed a bug that dodotable_xlsx.write_table_to_workbook() function had raised UnicodeEncodeError in python2 when the given table's label is unicode string.

Version 0.4.0

Released on May 31, 2021.

  • Added feature to write to multiple sheet in a file when write table with more than 1000000 row using dodotable_xlsx.write_table_to_workbook().
    • dodotable_xlsx.write_table_to_worksheet() function became to have optional parameters offset and row_limit.

Version 0.3.0

Released on July 18, 2017.

  • Added chunk_size parameter on write_table_to_workbook() and write_table_to_worksheet.

Version 0.2.0

Released on May 29, 2017.

  • datetime.date values became properly formatted to yyyy-mm-dd.
    • dodotable_xlsx.write_table_to_workbook() function became to have an optional parameter date_format.
    • dodotable_xlsx.write_table_to_worksheet() function became to have a required parameter date_format.
  • Fixed a bug that dodotable_xlsx.write_table_to_workbook() function had raised NameError when the given table is an instance of an invalid type.

Version 0.1.0

Released on May 25, 2017.