Excel_Out is a package to write easily Excel files with basic formattings. Enables the automatic production of reports. Standalone and unconditionally portable code. No interaction needed with Excel.
Be the first to post a text review of Excel Writer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
-- 03: 15-Feb-2009: - data stream can by any; supplied: -- Excel_Out_File, Excel_Out_String -- - added "Text_IO"-like Put, Put_Line, New_Line,... -- 02: 14-Feb-2009: - row/column coordinates are 1-based (they have to!) -- - added horizontal alignment and cell borders -- 01: 13-Feb-2009: 1st release -- 00: 11-Feb-2009: translation from original ExcelOut in Modula-2
- data stream can now by any; supplied: Excel_Out_File, Excel_Out_String - added "Text_IO"-like Put, Put_Line, New_Line,... Last incompatibility for those using the 01/02 versions: 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.
Main changes: 02: 14-Feb-2009: - row/column coordinates are 1-based (they have to!) - added horizonal alignment and cell borders 01: 13-Feb-2009: 1st release 00: 11-Feb-2009: translation from original ExcelOut
- row/column coordinates are 1-based (they have to!) - added horizonal alignment and cell borders
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?