Download Latest Version excel_writer_20.zip (65.1 kB) Google Add to Preferred Sources
Home
Name Modified Size InfoDownloads / Week
excel-writer 2026-09-19
readme.md 2026-09-19 546 Bytes
Totals: 2 Items   546 Bytes 71

Excel Writer

The Excel Writer consists of an Ada package, Excel_Out, which produces Excel files - as "physical" files, or as other types of data streams.

The creation of an Excel file is as simple as this small procedure:

  with Excel_Out;

  procedure Small_demo is 
    xl : Excel_Out.Excel_Out_File;
  begin 
    xl.Create ("Small.xls");
    xl.Put_Line ("Hello world !");
    xl.Close;
  end;

Full description in: excel_writer.txt

License

Excel Writer is free, open-source and released under the MIT License.

Source: readme.md, updated 2026-09-19