ttcy

Results 1 comments of ttcy

Inspired by @MeisQuietude solution for `autoHeight` ```javascript const autoHeight = (worksheet) => { const lineHeight = 12 // height per line is roughly 12 worksheet.eachRow((row) => { let maxLine =...