วันจันทร์ที่ 24 กุมภาพันธ์ พ.ศ. 2557

Apache POI autoSizeColumn()

Apache POI autoSizeColumn()

How to set auto column in Java Apache POI

Code Example

HSSFSheet sheet = wb.createSheet();
int column = 0;
sheet.autoSizeColumn(column);


column is a number of column eg 0, 1, 2, 3, ...

yengo หรือ buzzcity

ไม่มีความคิดเห็น :

แสดงความคิดเห็น