array_to_excel 1.0.1
array_to_excel: ^1.0.1 copied to clipboard
A Flutter package to generate Excel files from arrays and allow users to save or share the file on Android, iOS, Web, and Desktop.
1.0.1 Updated dependencies #
- Updated package dependencies to latest compatible versions.
1.0.0 Initial release #
- Renamed package to
array_to_excel
. - Generate Excel files from arrays of headings and data.
- Save Excel file to user-selected location (Android, iOS, Web, Desktop).
- Share Excel file using platform share dialog (Android, iOS, Desktop).
- Web: Only saving is supported, sharing is not supported.