I doubt we can do anything for this case. OOXML export code would simply produce a XLSX file from the data it gets, but it has no knowledge about fonts/sizes to be able to automatically determine row height; that's the task of the caller (e.g. the Spreadsheet widget).
Most helpful comment
I doubt we can do anything for this case. OOXML export code would simply produce a XLSX file from the data it gets, but it has no knowledge about fonts/sizes to be able to automatically determine row height; that's the task of the caller (e.g. the Spreadsheet widget).