excel_generator 1.0.1 copy "excel_generator: ^1.0.1" to clipboard
excel_generator: ^1.0.1 copied to clipboard

A Flutter package to generate Excel files with configurable validations including dropdowns, date pickers, and data validation rules.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add excel_generator

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

dependencies:
  excel_generator: ^1.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:excel_generator/excel_generator.dart';
1
likes
130
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to generate Excel files with configurable validations including dropdowns, date pickers, and data validation rules.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, excel, file_picker, file_saver, flutter, path_provider, universal_html

More

Packages that depend on excel_generator