求问poi怎样读取excel条件格式的字体颜色,求问poi怎样读取excel条件格式的字体颜色,求问poi怎样读取excel条件格式的字体颜色,求问poi怎样读取excel条件格式的字体颜色
2条回答 默认 最新
threenewbee 2017-03-28 03:17关注HSSFRow row = sheet.getRow(某行); HSSFCell cell = row.getCell((short)某列); HSSFCellStyle cellStyle = cell.getCellStyle(); HSSFFont font = cellStyle.getFont(workbook); font = getColor();解决 无用评论 打赏 举报