This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| gsheetpdf.js | |
| Author: Daniel Bromberg daniel@basezen.com Copyright 2026 | |
| License: MIT https://opensource.org/license/mit | |
| Part of Gist: Demonstration of Google's new (July, 2026) internal API for downloading Google Sheets as PDFs | |
| programmatically. | |
| DISCUSSION: Rather than the /export endpoint, which now generates 500 (for my use case), |