méthode to_image

to_image(self, file_name, options)

Convertit un graphique sparkline en image.


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

to_image(self, stream, options)

Convertit un graphique sparkline en image.


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

Voir également