Hi Team,
We are using setImageFormat() method in our project which is now removed from Aspose.cell 22.7
ImageOrPrintOptions saveOptions = new ImageOrPrintOptions();
saveOptions.setImageFormat(ImageFormat.getJpeg());
Also, setChartImageType() and setImageType() methods are deprecated.
Can you please let us know alternative of setImageFormat(), setChartImageType() and setImageType() method.
Thanks,
Arvind