Hello,
We have a problem using the save function of a workbook:
Please find the attached document and our implementation:
Dim wb As Aspose.Cells.Workbook = New Aspose.Cells.Workbook("C:\Data\ERROR shape.xlsm")
wb.Save("C:\Data\ERROR shape.pdf", Aspose.Cells.SaveFormat.Pdf)
Following exception is thrown:
Aspose.Cells.CellsException : Shape to image Error!
Thanks for the help.