Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 897 Bytes

CHANGES.md

File metadata and controls

39 lines (31 loc) · 897 Bytes

1.3.0 (2016-04-13)

  • Allow passing in title as a list to Sheet.title

1.2.2 (2014-10-31)

  • Updated to openpyxl 2.1.2

1.2.1 (2014-06-29)

  • Updated to openpyxl 2.0.4
  • Fixed but when sheet has no title

1.2.0 (2014-06-15)

  • Updated to work with openpyxl 2.0.3

1.1.4 (2014-05-08)

  • Don't use optimized writer (which adds the entire row instead of cell by cell).

1.1.2 (2012-12-26)

  • Updated to latest clt-utils 1.0.2

1.1.1 (2012-12-26)

  • Updated to latest clt-utils 1.0.1

1.1.0 (2012-12-09)

  • Switched to using openpyxl to accomodate larger data sets.
  • Added optimized_write feature, which minimizes memory footprint at the expense of not being able to format the cells at all.

1.0.0 (2012-11-23)

  • Initial release.