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