excel_to_json 1.4.0 excel_to_json: ^1.4.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.4.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';