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
You Might Also Like
Enterprise-Grade Monitoring - Zero Compromises
Managing a large, distributed IT environment demands more than basic monitoring. PRTG provides a unified view of your entire infrastructure - across sites, clouds, and hybrid setups. Advanced analytics, customizable dashboards, and granular access controls empower your team to detect issues early and respond fast. Automate reporting, ensure compliance, and scale effortlessly as your network grows. With PRTG, you get reliability, flexibility, and the insights you need to keep your business running at peak performance.
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.