TimeLineCurator
TimeLineCurator copied to clipboard
Export as Google Spreadsheet
Potential extension to export options: Create Google Spreadsheet as used for TimelineJS, that can then easily be saved into the user's Google Drive folder. But it seems rather complicated to create a spreadsheet that is not initially connected to an account, see this Stackoverflow question. The Google App Script documentation does not include such a case as far as I can see. Are there alternatives?
@jo-fu There's also another way to do this. You could have a Google account for TimeLineCurator(and create an API key for it). After that, exporting to Google Spreadsheet would be possible(or just generating an XLS and uploading it to Google Drive). Finally, sharing the spreadsheet with a particular user(via his/her e-mail address).
That sounds like a very reasonable idea. Will try! Thank you very much for that hint!