1

我正在转换到 ss 模型。

在我做这样的事情之前:

HSSFPalette palette = wb.getCustomPalette();
            //replacing the standard red with freebsd.org red
    palette.setColorAtIndex(HSSFColor.RED.index,
            (byte) 255,  //RGB red (0-255)
            (byte) 160,    //RGB green
            (byte) 160     //RGB blue
    );

我在 SS 模型中没有看到对 Palette 的任何引用......有什么建议吗?

4

0 回答 0