How do I read from an Excel file using POI?
Author: Deron Eriksson
Description: This Java tutorial describes how to read from an Excel file using Apache POI.
Tutorial created using: Windows XP || JDK 1.5.0_09 || Eclipse Web Tools Platform 1.5.1


Page: < 1 2

(Continued from page 1)

If we execute our PoiReadExcelFile class, we see the following.

Execution of PoiReadExcelFile

As you can see, POI provides you with the capabilities to rapidly get up to speed with writing and reading Excel files. The HSSF Quick Start Guide is full of further examples.

Page: < 1 2