Hi There,
I’m hoping to solve a very similar issue to this post, but with xlsx files instead of csv’s.
Essentially, I get regular emails with xlsx attachments that I would like to take and put the entire contents of the xlsx file into a google sheet, overwriting the sheet whenever there is a new email with this attachment.
My first step: I have the trigger as Gmail receiving a new email matching a certain rule that I’ve created, and the event as finding the data in the all_attachments. I’m trying to work with the Formatter from there, but I am not getting anywhere.
Any help is appreciated!
William