java怎么读取excel背景色的代码
2011-04-28
展开全部
使用poi jar包
HSSFCellStyle style = workbook.createCellStyle();
style.getFillForegroundColor(); 追问我想取的代码出来的效果类似0x0000ff这种的颜色代码,能取到吗?
因为我想将颜色展现到cell,但是cell能接受就是这种代码,能有办法吗
HSSFCellStyle style = workbook.createCellStyle();
style.getFillForegroundColor(); 追问我想取的代码出来的效果类似0x0000ff这种的颜色代码,能取到吗?
因为我想将颜色展现到cell,但是cell能接受就是这种代码,能有办法吗
展开全部
使用poi jar包
HSSFCellStyle style = workbook.createCellStyle();
style.getFillForegroundColor();
HSSFCellStyle style = workbook.createCellStyle();
style.getFillForegroundColor();
更多追问追答
追问
我想取的代码出来的效果类似0x0000ff这种的颜色代码,能取到吗?
因为我想将颜色展现到cell,但是cell能接受就是这种代码,能有办法吗
追答
因为我想将颜色展现到cell
这个cell是 excel的另外单元格吗?
style.setFillForegroundColor(style.getFillForegroundColor());
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询