Hi.
I am not very good at English, so I apologize in advance.
Is there a way to export csv automatically?
Export the daily time log,
I want to post to a spreadsheet.
Thanks.
Hi.
I am not very good at English, so I apologize in advance.
Is there a way to export csv automatically?
Export the daily time log,
I want to post to a spreadsheet.
Thanks.
I expect you’d need to write a python script and use the python API to find the data you want, then format that data and have the python script write the CSV. I don’t know of anything in the browser directly that would help with any automatic exports.
I just posted some example code these days of gathering the time log. The csv writing will remain as exercise.
Thanks!
I’ll give it a try.