Excel_Out is a standalone, portable Ada package for writing Excel spreadsheets with basic formattings and formulas, easily and programmatically.
Enables the automatic production of reports.
No interaction needed with Excel or MS Office.
More information on: http://excel-writer.sf.net
Alire crate: https://alire.ada.dev/crates/excel_writer
Mirror: https://github.com/zertovitch/excel-writer
Features
- Ideal for the automatic production of reports, formatted data sheets, etc.
- Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produces 50 sheets per second, with 10,000 data cells each
- Unconditionally portable
- Standalone: no external dependency to frameworks; Excel/Office software not required for working
- Excel Writer can work on platforms not supported by MS Office
- Excel Writer files can be read by LibreOffice and other non-MS-Office programs
- Endian-neutral
- Object oriented
- Task safe
- Pure Ada 95 (nothing compiler/system specific), can be used in projects in Ada 95, Ada 2005, Ada 2012 and later language versions
- Floating-point hardware neutral: no IEEE hardware required
- Tests and demos included
- Includes a CSV parser with related tools
- Permissive license (MIT)
- Free, open-source
License
MIT LicenseFollow Excel Writer
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Outstanding useful. Ada is my favorite language. Excel interaction is a hot feature.
-
Quoting Václav D., Czech Republic: "I have compared the speed between Excel Writer and Visual Basic. I have written a Code that generates 50000 rows with 50 Columns. I wrote the number of current column in each cell, that was 2,5 millions of column records. Visual Basic performed this operations in 64 seconds, but Excel Writer in 3,2 seconds that is 20x faster. That is unbelievable!!! Best regards"
-
Excel-writer works fine.