.NET的Office操作类库,NPOI 2.1.1 发布
jopen 10年前
NPOI 是 POI 项目的 .NET 版本。POI是一个开源的Java读写Excel、WORD等微软OLE2组件文档的项目。
使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 WORD/EXCEL 文档进行读写。
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 2.1 examples
example, 4069K, uploaded Jun 6 - 14961 downloads
</div> 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
新的特性
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
相关资讯
- .NET的Office操作类库,NPOI 2.1.1 发布
- 常用的C++类库,cxxtools 2.1.1 发布
- Java 的 Office 文档操作类库,Apache POI 3.11 发布
- Apache POI 3.13-beta1 发布,Java操作Office开源类库
- VISIO 文件操作C#类库Aspose.Diagram for .NET 1.9.0 发布
- .NET 工具类库,JavApi 0.8 发布
- .NET的工具类库 JavApi,JavApi 0.7 发布
- 操作RDF的PHP类库,EasyRdf 0.7.0 发布
- iText 5.3.4 发布,PDF文档操作类库
- Java 的 JSON 操作类库,Genson 0.94 发布