I am trying to write data into MS excel. I downloaded "poi-bin-2.5.1-final-20040804" from
http://jakarta.apache.org/poi/ Than I set my Classpath to "C:\j2ee\POI" (this is where I have poi-2.5.1-final-20040804.jar, poi-contrib-2.5.1-final-20040804.jar and poi-scratchpad-2.5.1-final-20040804.jar)
When I use
import org.apache.poi.*;
HSSFWorkbook workBook = new HSSFWorkbook();
I get the following error.
BPM1.java:3: package org.apache.poi does not exist
import org.apache.poi.*;
Can anyone please help me to solve this?
Thanks in advance.
Kashyap