Function: writeConfigSheet()
function writeConfigSheet(workbook, meta): void;
Defined in: src/parser.ts:665
Write template metadata to the workbook's hidden __config__
sheet, replacing any existing config sheet.
Parameters
| Parameter | Type |
|---|---|
workbook | Workbook |
meta | TemplateMeta |
Returns
void
Stable
Frozen at 1.0 per spec/STABILITY.md "Public API surface".