flutter_saving_data icon indicating copy to clipboard operation
flutter_saving_data copied to clipboard

Is there a way to export the table as a csv?

Open jundalisay opened this issue 6 years ago • 1 comments

Could you add a tutorial on how to export the Words table as csv?

jundalisay avatar May 30 '19 03:05 jundalisay

I'd consider it. For now the general steps would be

  1. Get all database rows
  2. Format each row as CSV
  3. Write output to a file

suragch avatar May 30 '19 03:05 suragch