table_parser 1.0.0
table_parser: ^1.0.0 copied to clipboard
A lightweight library for parsing and updating table documents (CSV, ODS, XLSX). Extended version of spreadsheet_decoder with enhanced features.
Changelog #
1.0.0 #
Initial release of Table Parser - an extended and improved version of spreadsheet_decoder:
Features #
- Support for CSV, ODS, and XLSX file formats
- Enhanced CSV parsing with custom separators and text delimiters
- Improved error handling and validation
- Better performance for large files
- Extended API for table manipulation
- Full update functionality (insert/remove rows/columns, update cells)
- Comprehensive documentation and examples
CSV Support #
- Parse CSV from string or bytes
- Custom separators and text delimiters
- Automatic number parsing (configurable)
- Quoted fields with escape sequence support
- Export back to CSV format
Compatibility #
- Based on spreadsheet_decoder with enhanced functionality
- Compatible API for existing spreadsheet operations
- Dart 3.0+ support