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 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.3.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';
19
likes
160
pub points
83%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

excel_facility, file_picker, flutter, path_provider

More

Packages that depend on excel_to_json