to_image méthode

to_image(file_name, options)

Convertit un sparkline en image.

def to_image(self, file_name, options):
    ...
ParamètreTaperDescription
file_namestrLe nom du fichier image.
optionsaspose.cells.rendering.ImageOrPrintOptionsLes choix d’images

to_image(stream, options)

Convertit un sparkline en image.

def to_image(self, stream, options):
    ...
ParamètreTaperDescription
streamio.RawIOBaseLe flux d’images.
optionsaspose.cells.rendering.ImageOrPrintOptionsLes options d’images.

Voir également