excel_generator 1.0.1
excel_generator: ^1.0.1 copied to clipboard
A Flutter package to generate Excel files with configurable validations including dropdowns, date pickers, and data validation rules.
6. Update CHANGELOG.md #
# Changelog
## 1.0.1
### New Features
- Added Excel parsing functionality
- Added `pickAndParseExcel()` method
- Added `parseExcelBytes()` method
- Added `ExcelParseResult` class for parsed data
- Added file picker integration
### Generation Features
- Support for dropdown validations
- Support for date validations
- Support for number/currency validations
- Support for auto-increment
- Support for email and phone validation
- Cross-platform support (Web, Mobile, Desktop)
## 1.0.0
- Initial release with Excel generation features