Increase column width of excel sheet using java code
How to increase Column width of excel sheet using java code开发者_如何学JAVA and jxl package?
There is a method setColumnView(int col, int width) in WritableSheet.
See this reference:
http://jexcelapi.sourceforge.net/resources/javadocs/2_6_10/docs/jxl/write/WritableSheet.html
精彩评论