Does ASpose handle ALL parts of Excel?

We currently install Excel on our servers to create Excel files for our customers. We create these on the file from an empty Excel file and/or from templates. Our creation is table driven. So, we can add charts, macros, forms, and data. Almost also we execute one of the macros which password protects the macro code included in the workbook. Does your product support that? Thanks.

Hi,


I think Aspose.Cells can suit your needs well for almost all the features you require except executing macros in the template file. For your scenario, I will mention/ list the following features which are supported by Aspose.Cells APIs:
1) Create Excel spreadsheets (XLS, XLSX, XLSM, XLSB, XLTX, CSV, Tab Delimited, ODS, SpreadsheetML etc.) from the scratch.
2) Manipulate existing Excel files or creating Excel file from the template files
See the documents in the section for your reference:
http://www.aspose.com/docs/display/cellsnet/File+Handling+Features
3) Import data from variety of data sources and create List objects/ Tables. See the documents for your reference:
http://www.aspose.com/docs/display/cellsnet/Importing+Data+to+Worksheets
http://www.aspose.com/docs/display/cellsnet/Working+with+Tables

4) Create new charts and manipulate existing charts (at every level) in the template files:
http://www.aspose.com/docs/display/cellsnet/Working+with+Charts

5) Add/ Modify macros/ vba codes in the Excel spreadsheets:
http://www.aspose.com/docs/display/cellsnet/Adding+VBA+Module+and+Code+using+Aspose.Cells
http://www.aspose.com/docs/display/cellsnet/Modifying+VBA+or+Macro+Code+using+Aspose.Cells

Let us know if we can be of any further help.

Thank you.