Does anyone have enough api chops to help me to create a excel workbook file prior to populating it with a worksheet and filling in rows?
Basically I want to store some data from Monday.com into an excel workbook. For each item, I want a new workbook.
Make.com has modules for adding worksheets to an existing workbook, but I’d like to create a new workbook, not just a new worksheet.
As a non-programmer, I’m sort of going cross-eyed as I try to read the Microsoft Graph REST API documentation that I assume I would need to sift through in order to perform my own GraphQL on Make.com
Any advice, help?