1
我們這裏在XLS模板設置爲「數字Forrmat」單元格的格式是越來越無效(或)問題變爲一般當值從Java代碼中使用JExcel設置API。格式更改與JExcel API
NumberFormat nf = new NumberFormat("#####.###");
WritableCellFormat format = new WritableCellFormat(nf);
ezCostSheet.setProtected(false);
format.setLocked(false);
format.setBorder(Border.ALL, BorderLineStyle.THIN, Colour.BLUE2);
cell.setCellFormat(format);
如果有人試過這個並解決了,請讓我們知道解決方案。
我目前正在處理這個問題。如果我找到一個解決,我會跟進一個答案。 – 2015-03-10 21:26:50