exceltoanything 0.1.1 copy "exceltoanything: ^0.1.1" to clipboard
exceltoanything: ^0.1.1 copied to clipboard

A package that allows you to transform your excel to the following format 1. Excel To JSON 2. Excel to SQLite

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add exceltoanything

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  exceltoanything: ^0.1.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:exceltoanything/exceltoanything.dart';
9
likes
30
pub points
12%
popularity

Publisher

unverified uploader

A package that allows you to transform your excel to the following format 1. Excel To JSON 2. Excel to SQLite

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

excel, file_picker, flutter, path_provider, sqflite

More

Packages that depend on exceltoanything