
Writes each upstream Analytics.TabularDataset to an .xlsx workbook under output_path, placing the rows on a worksheet named from sheet_name and naming the file from name_template.
Spreadsheet export. Assemble computed rows into a tabular dataset and persist them as an Excel workbook for a human reviewer.
JSON-to-spreadsheet. Parse an inbound JSON batch, project it into a table, and emit one workbook per batch.
sheet_name becomes a default sheet, and the characters Excel forbids in a tab name are replaced before the name is truncated to the 31 character limit.output_path and name_template overwrites earlier workbooks.name_template substitutes a process-local index via {index} or {index:06d}; the counter resets on restart and any other placeholder is left verbatim.Automated release