Fast on the heels of v.01 and v.02, Gautier have released v.03 of his Ada Excel Writer.
New in this release is:
- data stream can now by any; supplied: Excel_Out_File, Excel_Out_String
- added “Text_IO”-like Put, Put_Line, New_Line,…
For those using the 01/02 versions, there’s this incompatibility to be aware of:
To write a file, you need to use Excel_Out_File instead of Excel_Out_Stream (which is now abstract); to create it is now Create instead of Create_File, same for Close.
The Excel Writer can be found here.