You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am not wrong, there is no easy way to adjust rows height automatically.
I found a solution on stackoverflow. You have to create a new class AutoRowHeightCommand extends AbstractCommand. What about putting this class inside jxls itself?
Please note that this command only works for POI-based jxls:
Height in rows appears not set. According to implementation of XSSFRow::getHeightInPoints, if height is not set the function returns a default value. So I have no idea how to check that height is correct. Any idea? Thank you.
If I am not wrong, there is no easy way to adjust rows height automatically.
I found a solution on stackoverflow. You have to create a new class
AutoRowHeightCommand extends AbstractCommand
. What about putting this class inside jxls itself?Please note that this command only works for POI-based jxls:
If you agree I could prepare a PR.
The text was updated successfully, but these errors were encountered: