.NET的Office操作类库,NPOI 2.1.1 发布

jopen 9年前

NPOI 是 POI 项目的 .NET 版本。POI是一个开源的Java读写Excel、WORD等微软OLE2组件文档的项目。

使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 WORD/EXCEL 文档进行读写。
120_120.jpg

 NPOI的特性:

a. 完全可以免费使用
b. Cover most features of Excel (cell style, data format, formula and so on)
c. 支持xls, xlsx, docx.
d. Designed to be interface-oriented (take a look at NPOI.SS namespace)
e. Support not only export but also import
f. .Net 2.0 based even for xlsx and docx (though we also support .NET 4.0)
g. Successful cases from all over the world
h. huge amout of basic examples
i. No dependency on isolated storage

</div>

NPOI 2.1.1 发布,此版本为 beta 版本

    更新后的NPOI支持office2007及以上了!

    下载

    .NET的Office操作类库,NPOI 2.1.1 发布 NPOI 2.1 examples
    example, 4069K, uploaded Jun 6 - 14961 downloads
    </div>
    .NET的Office操作类库,NPOI 2.1.1 发布 NPOI 2.1.1 binary
    application, 3483K, uploaded Jul 1 - 16359 downloads
    </div>

    发布日志

    Assembly Version: 2.1.0

    新的特性
    a. XSSFSheet.CopySheet
    b. Excel2Html for XSSF
    c. insert picture in word 2007
    d. Implement IfError function in formula engine

    Bug 修复
    a. fix conditional formatting issue
    b. fix ctFont order issue
    c. fix vertical alignment issue in XSSF
    d. add IndexedColors to NPOI.SS.UserModel
    e. fix decimal point issue in non-English culture
    f. fix SetMargin issue in XSSF
    g.fix multiple images insert issue in XSSF
    h.fix rich text style missing issue in XSSF
    i. fix cell comment shape (big arrow) in XSSF
    j. WorkbookFactory for Excel 2007 doesn't occupy file.
    k. fix XSSFCell.IsMergedCell
    l. fix incorrect page margin value due to different culture
    m. fix HSSFSheet.CopyTo doesn't copy rich text in cells
    n. fix scroll bar and tabs missing in previous 2.1 release

    新的示例
    a. XSSF.DownloadXlsx
    b. XSSF.ConditionFormats
    c. XSSF.LineChart
    d. XWPF.InsertPicturesInWord

    来自:http://npoi.codeplex.com/releases/view/115353#ReviewsAnchor