list_to_csv_excel 1.0.0 copy "list_to_csv_excel: ^1.0.0" to clipboard
list_to_csv_excel: ^1.0.0 copied to clipboard

This flutter package to create a csv and excel file for your data in flutter applications and web apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add list_to_csv_excel

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

dependencies:
  list_to_csv_excel: ^1.0.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:list_to_csv_excel/list_to_csv_excel.dart';
1
likes
115
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This flutter package to create a csv and excel file for your data in flutter applications and web apps.

License

MIT (license)

Dependencies

file_saver, flutter, intl, path, path_provider, share_plus, universal_html

More

Packages that depend on list_to_csv_excel