Releases: DeepSpace2/StyleFrame
Releases · DeepSpace2/StyleFrame
2.0.1
- Hotfix: Fixed typo in setup.py
2.0
- Change supported versions of openpyxl to >= 2.5
- Changed
use_openpyxl_styles
argument default value toFalse
inStyleFrame.read_excel
.
1.6.2
- Fixed an issue that prevented reading files which used certain theme colors.
1.6.1
- Reading columns' widths and rows' heights when passing
read_style=True
toread_excel
. - Added support for named indexes.
- Added
style_index_header
argument toapply_headers_style
. - Added support for pandas <= 0.23.4
1.6
- Added Python 3.7 support
- Added support for pandas <= 0.23.1
- Added dt and str accessors to Series
- Added support for passing an integer (sheet index) as
sheet_name
toStyleFrame.read_excel
StyleFrame.read_excel
sheetname
argument changed tosheet_name
. Usingsheetname
is still allowed but will
show deprecation warning.- Added
Styler.combine
method. - Added
utils.number_formats.decimal_with_num_of_digits
method. - Added
overwrite_default_style
argument toStyleFrame
methodsapply_style_by_indexes
andapply_column_style
1.5.1
1.5
- Added
complement_style
andcomplement_height
arguments toStyleFrame.apply_indexes_by_style
- Added support for comments
- Renamed
Styler.create_style
method toto_openpyxl_style
(create_style
is still available for backward compatibility) - Fixed a bug not allowing to access StyleFrame columns by dot notation in case a column name is a number
1.4
- No longer supporting Python 3.3
- StyleFrame objects no longer expose .ix method as it is deprecated since pandas 0.20. Use .loc or .iloc instead
- Added ability to access StyleFrame columns as attributes (eg
sf.column_a
) - Added conditional formatting
- Added
best_fit
toto_excel
method - Added support for pandas <= 0.22.0
- Added support for theme colors when reading styles from Excel sheets
- Added option to use
Styler
objects when reading styles from Excel sheets - Using a JSON schema to validate json from command line
- Added command line argument
--show-schema
1.3.1
1.3
- Added utils.fill_pattern_types
- Added wrap_text, shrink_to_fit, fill_pattern_type and indent to Styler
- Version bumped to 1.3