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.
Excel Generator #
A Flutter package to generate and parse Excel files with configurable validations.
Features #
Generation Features #
- ✅ Dropdown lists with custom options
- ✅ Date validation and formatting
- ✅ Number/currency validation with ranges
- ✅ Auto-increment serial numbers
- ✅ Email and phone number validation
Parsing Features #
- ✅ Parse Excel files to JSON/Map format
- ✅ File picker integration
- ✅ Multiple sheet support
- ✅ Error detection for empty cells
- ✅ Header extraction
Installation #
dependencies:
excel_generator: ^1.1.0