table_parser 1.0.0 copy "table_parser: ^1.0.0" to clipboard
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
1
likes
140
points
378
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight library for parsing and updating table documents (CSV, ODS, XLSX). Extended version of spreadsheet_decoder with enhanced features.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, path, xml

More

Packages that depend on table_parser