Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Need Required Java Code to Store Data directly into Excel File

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

I have a below code which gives output with "4 html page separately with data" and a "empty Excel file". This empty Excel file is dependent on this 4 html page data. Only While Opening this Empty Excel file ,Each 4 html page is loading its data into each 4 spreadsheet of this Empty Excel file. Is there any way to modify this code, so that each 4 html page data will be directly load into Excel file in each 4 spreadsheet. Can you please help me? Please let me know if you have any questions? If you know Please modify this below code. I will try in my end.

 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Davidson Rajapal wrote:If you know Please modify this below code.



Hi, Davidson, and welcome to the Ranch!

Please note that this site is NotACodeMill.(⇐click) It doesn't help you learn if somebody just writes or fixes the code for you. If you provide enough detail and show some effort (and it appears here that you have, so good job!), people will be happy to help guide you toward solving your own problem.

Good luck!
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use Apache POI for these kind of requirements.
 
Davidson Rajapal
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

It will be good if any of you update the above mentioned code depending upon my requirement and provide me. So that I will try in my end and let you know.

Thanks in Advance.
 
Saloon Keeper
Posts: 7624
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Davidson Rajapal wrote:It will be good if any of you update the above mentioned code depending upon my requirement and provide me.


I'm sure you would like that folks here do your work for you, but that's not going to happen. What prevents you from doing it yourself, apart from the obvious need to learn the POI API? Which is no big deal, as the POI site has numerous examples which you can study.
 
Jeff Verdegan
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Davidson Rajapal wrote:
It will be good if any of you update the above mentioned code depending upon my requirement and provide me.



So, you didn't click the link when I pointed out previously that this site is NotACodeMill? Or you read it and still thought it would be okay to ask others to do your work for you?
 
reply
    Bookmark Topic Watch Topic
  • New Topic