我正在使用NatTable(Eclipse Nebula)导出Excel工作表。它包含标题图层中的图像以及标题中的一些文本以及正文。以下是配置代码:
ImagePainter bgImagePainter = new ImagePainter(getImg());
configRegistry.registerConfigAttribute(CellConfigAttributes.CELL_PAINTER, bgImagePainter, DisplayMode.NORMAL, HeaderLayout.overImg);
configRegistry.registerConfigAttribute(CellConfigAttributes.CELL_STYLE, cellStyle, DisplayMode.NORMAL, HeaderLayout.overImg);
另外,我使用ExcelExporter
将数据导出到Excel工作簿。
我不知道错误的位置,因为所有其他列中的文本都完美显示。如果您需要查看任何其他代码段,我会更新它。
答案 0 :(得分:0)
我没有看到"错误"可能是,因为你不知道你的问题是什么。但我想你的问题是为什么不导出图像。而AFAIK的原因是NatTable导出器目前不支持导出图像。