Differences between revisions 8 and 9
Revision 8 as of 2007-03-02 13:44:36
Size: 555
Editor: anonymous
Comment:
Revision 9 as of 2007-03-02 14:00:48
Size: 601
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
==== Example 1 - Create a file ====
Line 14: Line 15:

-----

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

You will also need .NET 3.0 installed as ExcelPackage makes use of the new Packaging API introduced. http://www.netfx3.com/

Example 1 - Create a file


CategoryGuides

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