Excel Writer 08 Publish Excel Package

Source: Internet
Author: User
Keywords Excel excel packages Excel Tools
Tags aliyun applied basic can generate code html http it is

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;

Download Address:

Http://sourceforge.net/projects/excel-writer/files/excel-writer/excel_writer_08.zip/download

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.