xcel_processor 0.0.1 copy "xcel_processor: ^0.0.1" to clipboard
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_processor

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

dependencies:
  xcel_processor: ^0.0.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:xcel_processor/xcel_processor.dart';
4
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

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 table, and retrieve data from a specified row and column. Streamline your Excel data processing tasks in Flutter applications with ease.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

csv, excel, file_picker, flutter, open_file

More

Packages that depend on xcel_processor