- Allow passing in title as a list to
Sheet.title
- Updated to openpyxl 2.1.2
- Updated to openpyxl 2.0.4
- Fixed but when sheet has no title
- Updated to work with openpyxl 2.0.3
- Don't use optimized writer (which adds the entire row instead of cell by cell).
- Updated to latest clt-utils 1.0.2
- Updated to latest clt-utils 1.0.1
- 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.
- Initial release.