• 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

Exporting data from Mozilla to MsExcel

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
i am generating report for my Banking solution.the report is from JSP page.
i am using Mozilla Browser,i want to export the data from Mozilla to Excel sheet.Can you any give me solution for that?...
Thank you,
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"From Mozilla to Excel" doesn't make sense.
Mozilla isn't a file format. It's a browser.

I assume that you mean from HTML to Excel.
There is nothing inherit in JSP for working with or creating MS Office files but there are 3rd party libraries for doing so from Java. Excel is also capable of working formatted text files (CSV, HTML tables, etc).

See: http://faq.javaranch.com/java/JspAndExcel
 
reply
    Bookmark Topic Watch Topic
  • New Topic