Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XSSFCell.CELL_TYPE_STRING を渡してセル タイプの値を設定しようとしています。しかし、「プロパティの静的プロパティ記述子が見つかりません、CELL_TYPE_STRING」というエラーがスローされます
cell.setCellType(XSSFCell.CELL_TYPE_STRING)