to_image方法

to_image(self, cell, img_opts)

将单元格中的数据条渲染为图像字节数组。

返回


def to_image(self, cell, img_opts):
    ...
范围类型描述
cellCell指示数据栏在哪个单元格中呈现
img_optsaspose.cells.rendering.ImageOrPrintOptionsImageOrPrintOptions 包含输出图像的一些属性

也可以看看