Changelog & ToDos
All notable changes to this project will be documented in this file.
Known bugs
- None
[0.3.4] - 2024-10-04
Added
- ws.write_cell() and ws.write_cells()
[0.3.3] - 2024-10-04
Fixed
- Fixed py-3.7 compability
[0.3.1-0.3.2] - 2024-09-21
Added
- Improved documentation
[0.3.0] - 2024-09-15
Added
- Added data validation .add_data_validation()
- Added .merge_cells()
- Added .group_columns() and .group_rows()
- Added documentation for beautifulexcel.ExcelWriter()
Fixed
- Refactored cell reference translation
[0.2.8-0.2.9] - 2024-09-14
Fixed
- Sometimes cell styles get overridden by the base styles
- Improved code style by adding Sheet & DataframeSheet classes
[0.2.3-0.2.7] - 2024-09-13
Fixed
- Fixed import error in package
- Fixed missing .yml theme files in package
[0.2.2] - 2024-09-10
Add
- Add themes "elegant_green", "elegant_yellow"
[0.2.1] - 2024-09-09
Fixed
- Fix package version in Github workflow for deploying to PyPi.org
[0.2.0] - 2024-09-09
Added
- Add column_width kwarg
- Add border and protection cell styling
Fixed
- Improved README quick-start guide
[0.1.1] - 2024-09-08
Fixed
- README images on PyPi.org were not showing correctly
[0.1.0] - 2024-09-08
Added
- First version with basic features
Still ToDo
- Add easy option to add formulas
- Add named styles styling
- Add conditional formatting
- Implement df.styler.to_excel()
- Add table definition
- Add data filtering
- Add more doc strings
- Improve documentation
- Avoid warning about using .save() method
- Add charts