I’m using Apache POI 3.7 with Spring MVC 3.1.
How to set excel default row height in apache POI?
I’ve tried sheet.setDefaultRowHeight((short) 100) and sheet.setDefaultRowHeightInPoints(100)
but that doesn’t work.
Any suggestion for this problem?
Thank you.
I’ve posted this issue on Apache POI’s issue tracker and someone confirmed that it’s a bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52626
It’s fixed on revision r1243240