dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
956 stars 183 forks source link

Could i set print titles for worksheet? #291

Open nhd2106 opened 4 years ago

nhd2106 commented 4 years ago

hi There, many thanks for your package. recently, I've tried to apply a print title to the worksheet but have no result. have you ever worked with that before, please let me know? many thanks.

adepanges-mitrais commented 2 years ago

Hi @nhd2106

We have same problem LOL. after do some research the print titles in xml will see like this image

Do you already resolve your problem?

nhd2106 commented 2 years ago

@adepanges-mitrais Hi there, I have used another lib for this feature (sheetjs). You can check that lib if you want to apply print tittle.