I have created a spreadsheet using jrxml and I am trying to set height of all rows in that spreadsheet to 16 through method Cells.setStandardHeight(16). But this mehtod does not work and my row height in generated sheet is as per the content in it.
Can you please let me know what can be done? I dont want to use autoFitRows() coz of the way my application code is written.
Thanks,
Garima