sheet_mapper_generator 1.0.0
sheet_mapper_generator: ^1.0.0 copied to clipboard
Code generator for sheet_mapper package. Generates mapping code for @SheetTable annotated classes.
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.0 - 2026-01-12 #
Added #
- Initial release of sheet_mapper_generator
- Code generation for @SheetTable annotated classes
- Mixin-based approach with static
fromSheetmethods - Support for all sheet types (Excel, CSV, TSV, PSV)
- Type-safe parsing with automatic type conversion
- Support for nullable types and default values
- Column mapping with custom names and validation
- Header detection and custom start row support
- Comprehensive error handling and validation