Skip to content

Commit

Permalink
Update version to 4.0.0 and fix issues with excel (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal authored Nov 25, 2023
1 parent 224a62c commit 684e738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `CellIndex.indexByColumnRow()` now requires non-null integers of row index and column index

## [4.0.0] - ???
## [4.0.0] - 2023-11-25

### Breaking Changes

Expand All @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Issue where seamingly random values are converted to a date iso8601 string, caused by incorrect interpretation of numFmtId=164
- Fixed corrupt excel file when writing large datasets with improvements in shared_strings


## [3.0.0] - 2023-07-30
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: excel
description: A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.
version: 3.0.0
version: 4.0.0
homepage: https://github.com/justkawal/excel
topics:
- excel
Expand Down

0 comments on commit 684e738

Please sign in to comment.