Hi,
I am converting xls xls files to pdf.
When I create Bar Chart using MS Excel and select data is in the same worksheet, the convertion to pdf by aspose.cells is sucessfull. But when the select data of Bar Chart is in other MS Excel files like this =SERIES(
'D:\Projetos\LowCost.com\sistema ged\ged\ged.web\_TEMPUPLOADEDFILES\[Book1.xlsx]Sheet1'!$B$1;
'D:\Projetos\LowCost.com\sistema ged\ged\ged.web\_TEMPUPLOADEDFILES\[Book1.xlsx]Sheet1'!$A$2:$A$6;
'D:\Projetos\LowCost.com\sistema ged\ged\ged.web\_TEMPUPLOADEDFILES\[Book1.xlsx]Sheet1'!$B$2:$B$6;1
), the Aspose.Cells does not convert to pdf sucessfull.
Are there another way to work with? Or Have I to code?