Shape to image Error in Azure

I’m attempting to convert an Xlsx file to a Pdf through an API. Works great locally, but when being run in Azure, I get a Share to image Error.

		var doc = new AsposeCells.Workbook(Image.Stream);
		doc.Save(convertedbytes.Stream, opt);

Using version 17.1.0. Xlsx file attached
98959564.zip (195.1 KB)

@Brian.Mahocker,

I have tested using our latest version/fix (Aspose.Cells for .NET 24.1) with the file you provided to convert the first worksheet to an image (PNG), and it works fine. The output image is okay. Please try using our latest version, as it is possible that your issue may not occur with it,