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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add table_parser

With Flutter:

 $ flutter pub add table_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  table_parser: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:table_parser/table_parser.dart';
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