1.0.1 • Published 6 years ago

xlsx-dcm-template v1.0.1

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
6 years ago

Forked from SheetJS Spreadsheet data parser and writer. Customised for DCM Excel templates, i.e. enabled some cell formatting like borders, bold font, highlighting (light blue fill color as in DCM templates), vertical and horizontal alignment.

Basically, you can use four additional cell properities to do what was said above:

worksheetcellRef.border = true; worksheetcellRef.bold = true; worksheetcellRef.highlight = true; worksheetcellRef.alignmentID = 13;