05-08-2024, 05:38 PM
What you are asking for is not really something I plan to add in MobileSheets itself, as implementing a spreadsheet-like functionality with editing capabilities wouldn't work well in a touch-based app in my opinion (especially on smaller screens like a phone), and there isn't something available in the frameworks on each platform to implement that (I'd have to look for custom UI components or roll my own). What I may do is add support for it in the companion app itself, as it already uses a grid for displaying the data, so I would just need to make it an editable grid with easy ways to undo changes if needed. The other possibility is I will just support importing/exporting csv files for handling metadat. If I do that, you can export your metadata, modify it in excel (or whatever spreadsheet application you want to use) then reimport the file to update the metadata. This is going to be quite tricky to deal with though, as I'll have to have extensive error handling in place to handle typos, invalid data, etc.
Mike
Mike