tags:

views:

51

answers:

2

In my struts2 application, I met with a situation where I have to read .xls file and write it into an arraylist. The .xls file is of fixed format i.e no. of columns are fixed. Please suggest me the best way to do this? Thanks in advance.

A: 

Have a look at here

michael.kebe
A: 

Or this this

Trick