I've tried autoSizing Excel-columns I made with Jython + Apache POI. I found the this thread: Apache POI Excel - how to configure columns to be expanded?, but I still can't figure it out.
I've tried adding 'sheet1.autoSizeColumn(1)' but it doesn't change anything. And wouldn't it be better to call that on every available column, because why wouldn't you want every column to be nicely formatted?
Maybe it just isn't possible in Jython?
Kind regards, Kristof.