-
Notifications
You must be signed in to change notification settings - Fork 0
Excel Writer: a standalone, portable Ada package for producing Excel spreadsheets
zertovitch/excel-writer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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; License ======= Excel Writer is licensed under the MIT License. ==== Full description in: excel_writer.txt
About
Excel Writer: a standalone, portable Ada package for producing Excel spreadsheets
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published