精彩推荐
最新更新
- Java开发框架 Jease 2.4.1
- Spring Security 3.x 完整入门教程 源代码
- spring security 3.0 权限控制源码
- Axiom 1.2.12
- HTML解析器 jsoup 1.6.1
- MyBatis Persistence Framework 3.0.5
- AppFuse 2.1
- Weld 1.1.1 Final
- Lucene 3.1.0
- JUnit 4.9 B2 源码
- Quartz 1.8.4
- J2ME手机游戏实例之--俄罗斯方块
- (操作Excel) jExcelAPI 2.6.12
- (Office文档的Java处理包) Apache POI 3.7
- Java远程控制源码
下载排行
推荐下载
百度搜索
(操作Excel) jExcelAPI 2.6.12
-
Java操作Excel的一种方法
MS的电子表格(Excel)是Office的重要成员,是保存统计数据的一种常用格式。作为办公文档,势必要涉及到的电子文档的交换,Excel是一种在企业中非常通用的文件格式,打印和管理也比较方便。在一个Java应用中,将一部分数据生成Excel格式,是与其他系统无缝连接的重要手段。
在开源世界中,有两套比较有影响的API可 供使用,一个是POI,一个是jExcelAPI。其中功能相对POI比较弱一点。但jExcelAPI对中文支持非常好,API是纯Java的, 并不 依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。 另外需要说明的是,这套API对图形和图表的支持很有限,而且 仅仅识别PNG格式。
Java Excel API is a mature, open source java API enabling developers to read, write, and modifiy Excel spreadsheets dynamically. Now java developers can read Excel spreadsheets, modify them with a convenient and simple API, and write the changes to any output stream (e.g. disk, HTTP, database, or any socket).
Any operating system which can run a Java virtual machine (i.e., not just Windows) can both process and deliver Excel spreadsheets. Because it is Java, the API can be invoked from within a servlet, thus giving access to Excel spreadsheets over internet and intranet web applications.
投一票:


添加到百度搜藏

