文件名称:poi最新3.1jar包和src
文件大小:11.98MB
文件格式:ZIP
更新时间:2011-09-29 09:16:20
poi
poi HSSF is the POI Project's pure Java implementation of the Excel '97(-2007) file format. It does not support the new Excel 2007 .xlsx OOXML file format, which is not OLE2 based. HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets It provides: low level structures for those with special needs an eventmodel api for efficient read-only access a full usermodel api for creating, reading and modifying XLS files An alternate way of generating a spreadsheet is via the Cocoon serializer (yet you'll still be using HSSF indirectly). With Cocoon you can serialize any XML datasource (which might be a ESQL page outputting in SQL for instance) by simply applying the stylesheet and designating the serializer. If you're merely reading spreadsheet data, then use the eventmodel api in the org.apache.poi.hssf.eventusermodel package. If you're modifying spreadsheet data then use the usermodel api. You can also generate spreadsheets this way.