Differences between revisions 5 and 6
Revision 5 as of 2007-03-02 13:38:56
Size: 323
Editor: anonymous
Comment:
Revision 6 as of 2007-03-02 13:41:11
Size: 425
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This guide aims at explaining how to create and manipulate Excel files from APL without invoking the Excel application. This is done by using a stripped down dot net library that can read and write the new OpenXML files that are used in the new version of Office (Office 2007). This guide aims at explaining how to create and manipulate Excel files from APL without invoking the Excel application. This is done by using a stripped down dot net library that can read and write the new OpenXML files that are used in the new version of Office.

The library we will be using is called ExcelPackage and can be found here:
http://www.codeplex.com/ExcelPackage

Excel from APL

This guide aims at explaining how to create and manipulate Excel files from APL without invoking the Excel application. This is done by using a stripped down dot net library that can read and write the new OpenXML files that are used in the new version of Office.

The library we will be using is called ExcelPackage and can be found here: http://www.codeplex.com/ExcelPackage

CategoryGuides

ExcelPackage (last edited 2008-08-20 18:57:18 by anonymous)