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
How do I get default height from the current sheet object? #316
Currently, I'm not able to get the default height from the sheet.
I want to set the height of the row with the biggest content in the cell from that row.