advisr-io / excel4node

Node module to allow for easy Excel file creation
MIT License
124 stars 18 forks source link

Add support for print titles (repeated rows or columns) #87

Open draperunner opened 8 months ago

draperunner commented 8 months ago

This will allow you to specify a range of rows and/or columns to repeat on every printed page. Rows will be repeated on the top of the page, columns will be on the left side of the page.

The special defined name "_xlnm.Print_Titles" is mentioned in §18.2.5 of ECMA-376 5h Edition Part 1 2016 but also earlier versions. (https://www.ecma-international.org/publications-and-standards/standards/ecma-376/)

Fixes https://github.com/natergj/excel4node/issues/171