Hi —,
I have a few different states I'd like to have loadable and the site would be visited by different computers. My app has around 90 rows of lists / text files so rather than do a loop trough and read / write to a variable in local storage back and forth the save state was a very nice easy fix to start with.
I need to allow the app to import from excel so can use that option (It currently exports to excel) but this was a nice quick implementation to save certain quotes / stages of quotes with no code.
Thanks,