Hello,
Does Aspose.Cells work with Interop.Excel of Microsoft inside?
Our code:
Aspose.Cells.Workbook wb = new Aspose.Cells.Workbook(fullPathExcelFile);
wb.Save(fullPath_PDF_File, Aspose.Cells.SaveFormat.Pdf);
Best regards,
Hello,
Does Aspose.Cells work with Interop.Excel of Microsoft inside?
Our code:
Aspose.Cells.Workbook wb = new Aspose.Cells.Workbook(fullPathExcelFile);
wb.Save(fullPath_PDF_File, Aspose.Cells.SaveFormat.Pdf);
Best regards,
Hi,
Ok, you have answered me!
ASPOSE not use (internally) any API Excel (per example Interop.Excel)
Thanks
Hi,
Thanks for your posting and using Aspose.Cells.
You are right. Aspose.Cells does not use any such API internally. Aspose.Cells has created its own APIs to perform such tasks relating to manipulation/modification of Ms-Excel documents.
You do not need any interop libraries to make Aspose work with Ms-Excel documents.