The field HSSFFont.BOLDWEIGHT_BOLD is not visible & CELL_TYPE_NUMERIC cannot be resolved or is not a field errors

0
Hi all, I have build an app with 6.10.4 version modeler. I have a java action to write data into excel files using HSSFWorkbook. Now, I am trying to upgrade my app to 6.10.18 version modeler. In this process, I got some errors in my java action. Please find the images to see the errors.      Please help with the above issues. Thanks.
asked
1 answers
0

Font.setBold(true)

 

setCellType(CellType cellType)

Deprecated.

This method is deprecated and will be removed in POI 5.0. Use explicit setCellFormula(String), setCellValue(...) or setBlank() to get the desired result.

 

answered