程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> JAVA編程 >> 關於JAVA >> 用Java得到Excel中Formula的值

用Java得到Excel中Formula的值

編輯:關於JAVA

工具1:POI

  POI是常用的讀取Office文件的開源工具。但是在它正式發布的版本中沒有提供得到Excel

中Formula值的功能。

  這個POI還在開發中的功能。相關信息 請看http://jakarta.apache.org/poi/hssf/eval.Html

  工具2:JExcelAPI

Java Excel API - A Java API to read, write, and modify Excel spreadsheets

http://jExcelapi.sourceforge.Net/

目前的最新版本是2.6

Some Features

* Reads data from Excel 95, 97, 2000, XP, and 2003 workbooks

* Reads and writes formulas (Excel 97 and later only)

* Generates spreadsheets in Excel 2000 format

* Supports font, number and date formatting

* Supports shading, bordering, and coloring of cells

* ModifIEs existing worksheets

* Is internationalized, enabling processing in almost any locale, country, language, or character encoding (formulas are currently only supported in English, French, * * Spanish, and German, but more can be added if translated)

* Supports copying of charts

* Supports insertion and copying of images into spreadsheets

* Supports logging with Jakarta Commons Logging, log4j, JDK 1.4 Logger, etc

...and much more

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved