Save all charts in workbook to one image

Hello, Aspose team.


Is it possible to save all charts in workbook to one image (stream)?

Hi,


Thanks for your query.

Well, for your task, you got to loop through each worksheet (in the workbook) and save separate image file(e.g TIFF image format) for each chart via Aspose.Cells for .NET APIs. Then, use Aspose.Imaging for .NET APIs to concatenate several Tiff images into one multi-page Tiff file.

Hope, this helps a bit.

Thank you.