티스토리 뷰

Java/POI

[POI] 셀 채우기 유무 확인

M_막심 2023. 11. 1. 16:39

short colorNum = row.getCell(x).getCellStyle().getFillForegroundColor();

if(colorNum != 64) //채우기 없는 상태
댓글