• 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 different worksheet of Excel Document

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers.
I'm doing a project in JSP and Oracle. In that i'm classifying the status of the consignment by giving a boolean column in the table. four types of status are there in the transactions

1) Not Shipped
2) In Transit
3) Cleared in Port
4) Delivered

The status will change according to the date when it is updating

While exporting all the datas to excel, my client needs it to in seperate worksheets. Is that possible. If so means how should id do that..

For exporting to excel i'm using the following code..


All the datas are properly exported in to excel sheet now..
I want to classify them by the status and put the datas into appropriate Worksheets..

Please help me.. rachers..

regards

Aravind Prasad
reply
    Bookmark Topic Watch Topic
  • New Topic