• 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

how to display content of the excell sheet in the jsp?

 
Greenhorn
Posts: 3
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need the jsp code that has to display all the data in excell sheet like google spreadsheeet.
 
Bartender
Posts: 1810
28
jQuery Netbeans IDE Eclipse IDE Firefox Browser MySQL Database Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, but this is NotACodeMill. We're happy to help you learn to write your own code, but we won't write it for you. Show us what you've tried and tell us what happened.
 
selva ganesh c
Greenhorn
Posts: 3
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

J. Kevin Robbins wrote:Sorry, but this is NotACodeMill. We're happy to help you learn to write your own code, but we won't write it for you. Show us what you've tried and tell us what happened.




thanks for your reply kevin, can you help regarding this task, i need to show all my excell data inside the jsp like google spreadsheet. i dont need any code, just help me how to code that...
 
J. Kevin Robbins
Bartender
Posts: 1810
28
jQuery Netbeans IDE Eclipse IDE Firefox Browser MySQL Database Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

selva ganesh c wrote: i dont need any code, just help me how to code that...


This really doesn't make sense to me. What have you tried? What are you having trouble with?

Obviously you want to display the data in a table. Can you retrieve the data from your database in some sort of collection or structure? Do you know how to build a table from that? Do you need a table that has editable cells like a "real" spreadsheet? (because that adds a whole new level of complexity) TellTheDetails
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start by learning the Apache POI library, which is the premier library for reading Excel files.
 
Ranch Hand
Posts: 355
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Selva,
Visit the following link and see if you can get something out of it.
http://www2.sys-con.com/itsg/virtualcd/java/archives/0504/spencer/index.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic