Hi,
The hssf model can only read xls

You need the ss or xssf model
Have a look at:
http://poi.apache.org/spreadsheet/converting.html

On 15/07/2011 12:36, reddy29487 wrote:
Hi,
I am able to read the data from xls but i am not able to read xlsx
file......can u please help me what i have to do to read xlsx file...its
urgent......
Here is the my code......
package file1;

import java.io.FileInputStream;
import java.util.Iterator;
import java.util.Vector;
import org.apache.poi.hssf.usermodel.HSSFCell;

--
Christian Brenninkmeijer
Department of Computer Science
University of Manchester


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to