docs

Get Doc Xlsx

The doc's published figures as a workbook, rendered on demand.

Nothing is stored: same shape as /markdown beside it, load and render.

A doc with no published runs still returns a valid workbook whose sheets say so. It is not a 404 — the doc genuinely exists, and "you have not published this yet" is a different and more useful answer than "not found".

get/api/v1/docs/{doc_id}/xlsx

Path parameters

doc_idstring uuid required

Response

The doc's published figures as an Excel workbook

Changes