Using the Sheetloom API A Complete Guide
· 6 min read
This guide will walk you through the complete workflow of using the Sheetloom API, from authentication to downloading your generated spreadsheets.
Overview
The Sheetloom API allows you to programmatically generate spreadsheets from templates. The workflow consists of four main steps:
- Authenticate with AWS Cognito to obtain access tokens
- Check available templates for your tenant
- Run Sheetloom to generate a spreadsheet from a template
- Download the generated spreadsheet
