Sorry, there is no predefined method that you can call to perform a conversion, neither is it possible to open the .xls and then save it as a .xlsx. Of course, there is nothing at all preventing you from writing a conversion method yourself but this would not be a trivial task.
Faced with your requirement, I would certainly look at OpenOffice. It has an API that you can access through Java code and a series of filters that can be utilised to perform type conversions. Yours Mark B sriarun wrote: > > Hi, > I am in a requirement to convert some file format such as ods,xls and sxc > to xlsx Or atleast xls to xlsx. > Hoping your help. > > with regards, > Arun > -- View this message in context: http://www.nabble.com/Converting-xls-to-xlsx-tp24825274p24831223.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
