poi 如何读取xlsx表格中 cell中文字的颜色,为什么看网上 Font font = wb.getFontAt(row.getCell(k).getCellStyle().getFontIndex());font.getColor(); 而到我的程序中不能正确读取文字的颜色呢
还可以取文字颜色?没遇到过。。