Hello, we are working on financial area. The number types are BigDecimal, Long and Integer type. But the Cell.setCellValue(...) has double type for numeric, it does not have method for BigDecimal, Long and Integer. If converting these types to double, it lost accuracy. If we use String, the Excel will complain about the numbers as String, and ask if converting them to numbers. Excel should see them as numbers. Thanks for help. Dave
- why only double for cell.setCellValue? BigDecimal/Long/Int... Dave