poonam kalra
poonam kalra

Reputation: 160

how to export json data on excel sheet using flutter

I have a doubt how to export JSON data in excel sheet using flutter. I tried to JSON data convert to excel sheet using google app script but JSON data dont get manipulate after getting parameters from app to script editor sheet.

Upvotes: 2

Views: 6042

Answers (2)

Gourango Sutradhar
Gourango Sutradhar

Reputation: 1619

There is a very good library called excel

https://pub.dev/packages/excel

Upvotes: 2

ujwal kadariya
ujwal kadariya

Reputation: 33

Please share code of what you're doing in flutter as well as app scripts.

If you're getting parameters in app script, then you can manipulate them however you want. For that you'll have to write code in app script.

Upvotes: 0

Related Questions