美文网首页
编程操作Excel文件

编程操作Excel文件

作者: 函_744d | 来源:发表于2018-07-06 10:23 被阅读0次

    读写excel文件有3种方法:

    1.采用OleDB读取EXCEL文件

    2.引用的com组件:Microsoft.Office.Interop.Excel

    利用第三方库读写excel的库,主要有:

    1.NPOI(http://npoi.codeplex.com/)

    2.MyXls(http://sourceforge.net/projects/myxls/)

    3.Koogra(http://sourceforge.net/projects/koogra/)

    4.ExcelLibrary(http://code.google.com/p/excellibrary/)

    5.ExcelPackage(http://excelpackage.codeplex.com/)

    6.EPPlus(http://epplus.codeplex.com/)

    7.LinqToExcel(http://code.google.com/p/linqtoexcel/)

    相关文章

      网友评论

          本文标题:编程操作Excel文件

          本文链接:https://www.haomeiwen.com/subject/zujbhxtx.html