excel_to_json 0.0.1-dev.1 copy "excel_to_json: ^0.0.1-dev.1" to clipboard
excel_to_json: ^0.0.1-dev.1 copied to clipboard

outdated

A package that allows you to transform your excel to JSON

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: ^0.0.1-dev.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';
16
likes
0
pub points
80%
popularity

Publisher

unverified uploader

A package that allows you to transform your excel to JSON

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

excel, file_picker, flutter, path_provider

More

Packages that depend on excel_to_json