excel_community 1.0.6
excel_community: ^1.0.6 copied to clipboard
A community fork of the excel library to read, create, and edit XLSX files. Cross-platform, high-performance, and supports charts, borders, and formulas.
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.
1.0.6 - 2026-03-17 #
- Fix color accessibility.
1.0.5 - 2026-03-17 #
- Apply clean code fix minors bugs.
1.0.4 - 2026-03-15 #
- Apply Clean Architecture in Save class.
- Refactor Sheet class.
- Refactor Color class.
- Refactor Border class.
- Refactor Formula class.
- Refactor NumberFormat class.
1.0.3 - 2026-03-15 #
- Renamed main example to
example/main.dartfor better visibility on pub.dev. - Significantly increased documentation coverage (>28%) across the public API.
- Added detailed documentation for all chart types and cell value classes.
1.0.2 - 2026-03-15 #
1.0.1 - 2026-03-14 #
- Reorganized tests: moved manual debug scripts to
test/manual/. - Fixed static analysis errors in
parse.dartandsave_file.dart. - Improved package metadata for pub.dev.