0 purchases
sqlitetoexcel
sqlitetoexcel #
If you like my plugin please support me via: https://ko-fi.com/handoyo
Android Only
This plugin helps you export SqLite tables to Excel (.xls format only).
There are three types of export:
Export All Tables.
Export Specific Tables.
Export Single Table.
You also can exclude columns from being exported into excel and prettify the column name.
Credits goes to androidmads (https://github.com/androidmads/SQLite2XL).
Install #
To use this plugin, add sqlitetoexcel as a dependency in your pubspec.yaml file. For example:
dependencies:
sqlitetoexcel: '^0.0.1'
copied to clipboard
Usage #
Add "import 'package:sqlitetoexcel/sqlitetoexcel.dart';" to your dart file.
Check example/main.dart file to see how it works.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.