Releases: DeepSpace2/StyleFrame
Releases · DeepSpace2/StyleFrame
0.1.3.5
- Basic support for Python 3.
0.1.3.1
- Fixed a bug when creating a StyleFrame from an empty DataFrame
0.1.2
- Added ability to create excel with the dataframe's (and style) indexes
0.1.1
- Added ability add filter to rows
- Added ability to protect cells and sheets from editing
0.0.9
- Some bugs fixes
- Added ability to protect sheets and cells from editing
0.0.8
- Added default style for cells with '=HYPERLINK(..)' values (blue color, underlined)
- Improved unicode support
0.0.6
- Added ability to style only the columns headers.
- Added ability to rename columns while keeping the style of the headers
- Added ability to change font color
- Added 'number_formats` dictionary
- Added support for 'direct' item assignment, ie
sf['column_c'] = 5
0.0.5.5
- Added ability to hide certain columns when exporting to excel.
- Changed parameters names. See the documentation.