cell.setCellValue(20000);
            HSSFCellStyle cellStyle = demoWorkBook.createCellStyle();
            HSSFDataFormat format= demoWorkBook.createDataFormat();
            cellStyle.setDataFormat(format.getFormat("_ ¥* #,##0.00_ ;_ ¥* -#,##0.00_ ;_ ¥* "-"??_ ;_ @_ "));
            cell.setCellStyle(cellStyle);

 

 

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2021-11-18
  • 2021-09-20
  • 2022-12-23
  • 2021-11-05
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2021-10-16
  • 2021-12-07
  • 2022-01-04
  • 2022-12-23
相关资源
相似解决方案