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

A Flutter package that converts Excel (.xlsx) files to JSON format. Features: multiple worksheets support, type-safe cell conversion, configurable options, comprehensive error handling, and cross-pl [...]

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.0

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';
22
likes
150
points
264
downloads

Publisher

verified publishervitormelo.dev.br

Weekly Downloads

A Flutter package that converts Excel (.xlsx) files to JSON format. Features: multiple worksheets support, type-safe cell conversion, configurable options, comprehensive error handling, and cross-platform compatibility.

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