Excel writer is an Excel package that easily writes the basic format in http://www.aliyun.com/zixun/aggregation/16544.html >excel. It can generate reports automatically. It takes fully portable code and can be applied to every system without any particular code. But it is not a combination with Excel.
Excel Writer 08 This release features mimics Ada.text_io output.
Demo/A SGT Demo ' s Source:
With Excel_out; Use Excel_out;
Procedure Small_demo is
Xl:excel_out_file;
Begin
xl. Create ("Small.xls");
xl. Put_Line ("This are a Sgt demo for Excel_out");
For row in 3. 8 loop
For column in 1. 8 loop
xl. Write (row, column, row * 1000 + column);
End Loop;
End Loop;
xl. Close;
End Small_demo;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.