how can i get data from excel sheets in a flutter as the chart I am beginner i creat all my app this is the last page please try to help me by steps
Hello and welcome,
my 3 steps roadmap would be something like:
-
I’d try to use https://pub.dev/packages/excel#read-xlsx-file to read the excel file.
-
Knowing which kind of charts I want to produce, I’d check out the Google charting framework (supported for the Flutter platform) examples gallery: https://google.github.io/charts/flutter/gallery.html in order to find a suitable example code for the required chart…
-
… so I could transform the excel data into the appropriate series to feed the chart generating code.