• 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

Jsp Excel

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

I have a jsp page where I open and update the values for certain month values.We are taking that values form jsp page and putting in the excel sheet manually.

My work is to update from manaually to automatic.ie.My code in jsp has to open the xsl page and direclty update the values on corresponding month.

How would I do that? Is there any solution for this. I have never worked on excel sheet before.

Could anyone help me by showing with example?

thanks
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you tried like

<%@ page contentType="application/x-msexcel" %>

Really I don't understand what you are supposed to say. If your problem is regarding how to display the data in Excel format, the above will work. Or else can you explain your requirement a bit detail ?

Thanks,
Gayathri.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
 
money grubbing section goes here:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic