Nick Burch <nick <at> torchbox.com> writes:
>
> On Wed, 25 Mar 2009, Swati Phulari wrote:
> > I want to write common api to parse .xls and .xlsx files(as inputstream)
>
> See http://poi.apache.org/spreadsheet/converting.html
>
> Nick
>
I want to read the file as inputstream in XSSFWorkbook. I could not find any way
to do so which i can do using HSSFWorkbook as
HSSFWorkbook wb = new HSSFWorkbook(inputStream);
Please suggest how to implement the same.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]