excel_to_json 1.5.1 copy "excel_to_json: ^1.5.1" to clipboard
excel_to_json: ^1.5.1 copied to clipboard

A Flutter package that converts Excel (.xlsx) files to JSON format with multiple worksheets support and comprehensive error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add excel_to_json

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

dependencies:
  excel_to_json: ^1.5.1

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

Import it

Now in your Dart code, you can use:

import 'package:excel_to_json/excel_to_json.dart';
21
likes
160
points
232
downloads

Publisher

verified publishervitormelo.dev.br

Weekly Downloads

A Flutter package that converts Excel (.xlsx) files to JSON format with multiple worksheets support and comprehensive error handling.

Repository (GitHub)
View/report issues
Contributing

Topics

#excel #json #converter #spreadsheet #xlsx

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

excel, file_picker, flutter

More

Packages that depend on excel_to_json