After updating to the latest version from 21.11.0
The following code throws this exception: “Aspose.Cells.CellsException: ‘Metafile image is not supported’”
var options = new ImageOrPrintOptions
{
OnePagePerSheet = true,
AllColumnsInOnePagePerSheet = true,
ImageType = ImageType.OfficeCompatibleEmf
};
After doing some testing the last version of Apose.Cells where this works is 22.9.0, using 22.10.0 or later throws the exception.
Environment is .NET7