CellStyle Help

2016-01-22 Thread Melody
Hi ! Thank you very much for creating such a wonderful project of Apache POI which helps a lot. And I really appreciate it. However, I have encountered a problem when using CellStyle. At present, to create a CellStyle, the common way is: Workbook wb = WorkbookFactory.create(new File("")); CellStyle

Re: CellStyle Help

2016-01-22 Thread Javen O'Neal
See CellUtil https://poi.apache.org/apidocs/org/apache/poi/ss/util/CellUtil.html On Jan 22, 2016 1:25 AM, "Melody" <475573...@qq.com> wrote: > Hi ! > Thank you very much for creating such a wonderful project of Apache POI > which > helps a lot. And I really appreciate it. > However, I have encount

RE: CellStyle Help

2016-01-22 Thread Murphy, Mark
rty, and coming soon setCellProperties so that you don't have to set them one at a time (which adds a bunch of unused CellStyles to your spreadsheet). -Original Message- From: Melody [mailto:475573...@qq.com] Sent: Friday, January 22, 2016 4:16 AM To: user Subject: CellStyle Help Hi