activeSheet.setValue(1,1,111111111111111111111111)
activeSheet.getCell(1,1).formatter("\\$#,##0.00_);[Red]\\(\\$#,##0.00\\)")
activeSheet.setValue(2,2,2222222222222222222222222)
activeSheet.getCell(2,2).formatter("£#,##0.00_")
activeSheet.setValue(3,3,33333333333333333333333333333)
activeSheet.getCell(3,3).formatter("¥#,##0.00_")
activeSheet.setValue(4,4,4444444444444444444444)
activeSheet.getCell(4,4).formatter("#,##0.00_")
美元没问题,其他三种有问题 |