• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Export JSP page to Excel

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I have a reqirement wherein there is an export to excel funcationlity provided to users. The users can modify the downloaded excel and then upload the same.But when I click on Export to excel and then on SAve, the only file type that appears is Microsoft Excel WorkSheet.

For uploading I am using the JXL API.However it dosent seem to support Microsoft Excel WorkSheet format in excel. There is a jxl.read.BiffException thrown saying that it cannot recognize the OLE stream.It requires the Microsoft Excel WorkBook format.

Can anyone let me know if I can add the Microsoft Excel WorkBook format to the types shown when exporting to Excel.

Alternatively is there any class that I need to make use of in JXL API which will help resolve the above.
 
reply
    Bookmark Topic Watch Topic
  • New Topic