xlsx-dcm-template
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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:

worksheet[cellRef].border = true; worksheet[cellRef].bold = true; worksheet[cellRef].highlight = true; worksheet[cellRef].alignmentID = 13;

Package Sidebar

Install

npm i xlsx-dcm-template

Weekly Downloads

13

Version

1.0.1

License

Apache-2.0

Unpacked Size

7.48 MB

Total Files

26

Last publish

Collaborators

  • sulaymonz