excel 3.0.0 excel: ^3.0.0 copied to clipboard
A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
[3.0.0] - 2023-07-30 #
Breaking Changes #
- Renamed
getColAutoFits()
togetColumnAutoFits()
, and changed return type toMap<int, bool>
inSheet
- Renamed
getColWidths()
togetColumnWidths()
, and changed return type toMap<int, double>
inSheet
- Renamed
getColAutoFit()
togetColumnAutoFit()
inSheet
- Renamed
getColWidth()
togetColumnWidth()
inSheet
- Renamed
setColAutoFit()
tosetColumnAutoFit()
inSheet
- Renamed
setColWidth()
tosetColumnWidth()
inSheet
Added #
- Add setMergedCellStyle() to Sheet, allowing to set style for merged cells
- Add setDefaultRowHeight(), setDefaultColumnWidth() to Sheet
- Add defaultRowHeight and defaultColumnWidth properties to Sheet
- Add getRowHeights(), getRowHeight() and setRowHeight to Sheet
- Add pub topics
Improved #
- Support sharedStrings absolute path
- Loosen up dependency constraints
- Clean up markdown files
- Clean up code
Fixed #
- Fixed many instances of missing/wrong data by comparing strings instead of hashes
- Ignore shared text in 'rPh' element
- Fix findAndReplace() not doing anything
[2.1.0] - 2023-03-30 #
[2.0.0-null-safety-3] - 2021-04-29 #
Improved #
- Forcefully initializing the variables on re-creation
[1.0.9] - 2020-06-06 #
[1.0.5] - 2020-05-15 #
Removed #
- Bugs related to Spanning
- Unwanted removal of rows and columns from spanned cells
[1.0.3] - 2020-05-10 #
Added #
- Merging of Rows and Columns
- Un-Merging of Rows and Columns
- Font Color
- Background Color
- Setting Default Sheet
[1.0.1] - 2020-02-18 #
[1.0.0] - 2020-02-18 #
- Initial Release