Poi action Excel 2007 set font style insert Picture

Source: Internet
Author: User

1. http://poi.apache.org/download required jar get Poi-bin-3.9-20121203.zip decompression


2. Import the required Jar:poi-ooxml-3.9-20121203.jar,poi-scratchpad-3.9-20121203.jar, Xmlbeans-2.3.0.jar,

Dom4j-1.6.1.jar,poi-3.9-20121203.jar,poi-ooxml-schemas-3.9-20121203.jar


3.http://wenku.baidu.com/view/b357ccac6bec0975f465e24a.html explanation of the comparative full


4. Solve a variety of different style problems in a cell,

The 第0-6个 character is set to define the font

        xssfrichtextstring richstring = new Xssfrichtextstring ("Hello, world!");
        Richstring.applyfont (0, 6, font);
        Cell.setcellvalue (richstring);

5.//worksheets are hidden, 0 = show 1 = Hide 2 = hidden (not found in Excel). But the program can find it.
Workbook.setsheethidden (Sheettemplateindex, 2);


6.excel operation needs to be clear. Workbook Sheet row Cell hierarchical relationship to find the corresponding operation level of Excel method

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.