NPOI technology,

Source: Internet
Author: User

Using (FileStream stream = new FileStream ("C: \ Users \ XXXXXX \ Desktop \ 1.xls", FileMode. Open ))
{
HSSFWorkbook workbook = new HSSFWorkbook (stream );
HSSWSheet sheet = workbook. GetSheetAt (0 );
HSSFRow row = sheet. GetRow (0 );
HSSFCell cell = row. GetCell (0 );
MessageBox. Show (cell. stringcellvalue );

}
Npoitechnology is generally used in the officeof version 03, and the 07 class is ended with .xlsx, all of which are in the xaml code. You can change the format of an execel table to zip, and then exe can see The xaml content.

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.