I did a search on google, looking for some lib. to read excel files in Ada, but found nothing ... Anyone know any lib. or any way to read these files? I just know a method to create the files, but to read, I find nothing ...
How to read a Excel file in Ada?
979 views Asked by Alexandre At
3
There is now an Excel Reader @ this site. This for the .xlsx format, which is actually a .zip containing .xml's, and probably what you are looking for.
Note that the Excel Writer project mentioned above uses an old binary format (BIFF) but provides a tool to read contents (of this same old binary format): biff_dump.