UNPKG

xlsx-datafill

Version:

Scalable, template based data population for Excel XLSX spreadsheets.

15 lines 233 B
{ "title": "An exemplary title", "rows": [ { "header": "Row 1", "data": [11, 12, 13, 14, 15] }, { "header": "Row 2", "data": [21, 22, 23, 24, 25] }, { "header": "Row 3", "data": [31, 32, 33, 34, 35] } ] }