Skip to content
Paul Mansour edited this page Sep 12, 2019 · 3 revisions

APL2XL is a lightweight utility for creating Excel files directly from Dyalog APL. It is a companion to the XL2APL project, currently up on GitHub under the Carlisle Group.

The basic requirement it to create and populate a workbook (in the XML format .xlsx) with one or more named worksheets. Each sheet will contain data and formatting.

APL2XL and XL2APL are specifically not a full object model of Excel that would allow opening an Excel file, manipulating the data, and then saving it.

Clone this wiki locally