标签:ade int imu har header 解决方案 rac logs style
linux环境到处Excel报错: The maximum column width for an individual cell is 255 characters
解决方案:
for (int i = 0; i < headerList.size(); i++) { int colWidth = sheet.getColumnWidth(i)*2; if(colWidth<255*256){ sheet.setColumnWidth(i, colWidth < 3000 ? 3000 : colWidth); }else{ sheet.setColumnWidth(i,6000 ); } }
linux导出Excel The maximum column width for an individual cell is 255 characters
标签:ade int imu har header 解决方案 rac logs style
原文地址:http://www.cnblogs.com/frank-quan/p/7387936.html