10-31-2020, 09:36 PM
(This post was last modified: 10-31-2020, 09:37 PM by Little-Uke.)
(10-31-2020, 04:52 PM)Zubersoft Wrote: Unfortunately, no, there isn't a way to import data from a spreadsheet at the moment. This is something I will consider supporting in the future, although supporting excel files is very difficult and usually requires expensive third party libraries. I could support a simpler format like CSV though.I believe that CSV import would actually be the best approach, not just because it is easier (quicker?) to program, but because I believe it would be usable by more MobileSheets users.
Mike
CSV has the big advantage that it is not App specific (as an Excel import would be). Many apps have the ability to easily save or export to csv. It takes less than 30 seconds to save a copy of an Excel file in csv format!
Peter Rollin