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

How do I get default height from the current sheet object? #316

Open chintan-avnio opened 3 years ago

chintan-avnio commented 3 years ago

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.