xcel_processor 0.0.1
xcel_processor: ^0.0.1 copied to clipboard
A Flutter package that provides a simple and efficient way to read data from Excel files. This package utilizes the `file_picker` and `excel` libraries to allow users to pick an Excel file, specify a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xcel_processorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xcel_processor: ^0.0.1Alternatively, 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:xcel_processor/xcel_processor.dart';