- Removed Python 3.4 support
- Removed Python 3.5 support
- Added Python 3.9 support
- Allowing
StyleFrame.ExcelWriter
to accept any argument (except forengine
) thatpandas.ExcelWriter
accepts - Allowing customizing formats of
date
,time
anddatetime
objects when creatingStyler
instances - Fixed rows mis-alignment issue when calling
to_excel
withheader=False
(GitHub issue #88) read_excel
does not acceptsheetname
argument anymore (was deprecated since version 1.6). Usesheet_name
instead.