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

A package that allows you to transform excel files to JSON format for friendly use in your project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add excel_to_json

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 dart pub get):

dependencies:
  excel_to_json: ^1.3.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:excel_to_json/excel_to_json.dart';
22
likes
0
points
264
downloads

Publisher

verified publishervitormelo.dev.br

Weekly Downloads

A package that allows you to transform excel files to JSON format for friendly use in your project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

excel_facility, file_picker, flutter, path_provider

More

Packages that depend on excel_to_json