4 Code reads Excel to DataSet (non-Excel component)

Source: Internet
Author: User

Toxyis the followingNpoiThe main purpose of this project is to solve the problem of extracting documents. Its supported formats include alldocx,xlsx,xls,CSV,vcardand so on. here is a simple but very practical example            
ParserContext c=new ParserContext (@ "D:\demo.xls"); var parser=parserfactory.createspreadsheet (c); var spreadsheet= Parser. Parse ();D ataset ds = spreadsheet. Todataset ();

This is the legend that can directlyExcel Workbookconverted intoDataSetthe code, fantastic bar!hereCreatespreadsheetSupportxlsand thexlsx, so you don't have to worry about this problem.

exceptWorkbookTurnDataSetOutside,Toxyalso supports theExcelone of the tables inside turns intoDataTable, sincetoxytableThere is a calltodatatablethe method, while aToxyspreadsheet(equivalent toExcel Workbook) can include multipletoxytable. with theToxy, extractExcelthe work of the data has become much simpler! References

Official site:Toxy.CodePlex.com
HTTP://blog.sina.com.cn/s/blog_701d1da40101h66g.htmlhttp://blog.sina.com.cn/s/blog_701d1da40101gi6m.html

4 Code reads Excel to DataSet (non-Excel component)

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.