[mailto:markbrd...@tiscali.co.uk]
> Sent: Friday, June 11, 2010 5:58 PM
> To: user@poi.apache.org
> Subject: Re: How to convert .xls to .xlsx
>
>
> You have a few options but quite a few limitations really.
>
> 1. POI does not have any method that you can call to convert
sx file format) . So i need a solution
> in Java or a tool in Java to automate the task of converting *.xls to
> .xlsx
> and vice-versa.*
> **
> I hope you will suggest me a good solution to this problem.
>
> Thank You ,
>
> Umesh
>
>
--
View this message in conte
Hi,
I'm Umesh. I'm working on a web based project which is written in Servlets
and JSP's. My project allows clients to upload / download
MS Excel sheets. I'm using MS Excel 2003 (.xls file format ) . But clients
may be using MS Excel 2007/2010 (.xlsx file format) . So i need a solution
in Java or