The Artima Developer Community
Sponsored Link

Java Answers Forum
Rreading a file and creating a excel sheet

1 reply on 1 page. Most recent reply: Apr 21, 2006 5:11 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
vaibhav vyas

Posts: 1
Nickname: dhawal
Registered: Apr, 2006

Rreading a file and creating a excel sheet Posted: Apr 21, 2006 5:02 AM
Reply to this message Reply
Advertisement
Hi all ,
I want to read a java file and based on some conditions which i will define , i want to create a Excel sheet as output .
If any one can give me any idea on how to proceed for this.

Thanks in advance for your answers .


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Rreading a file and creating a excel sheet Posted: Apr 21, 2006 5:11 AM
Reply to this message Reply
The open source POI-HSSF provides a neat way to create
and manipulate files in Excel format.

http://jakarta.apache.org/poi/hssf

Never used it myself but I have been looking into it
for a project that I intend will manipulate Excel files
down the line.

Hope this helps.

Flat View: This topic has 1 reply on 1 page
Topic: System.currentTimeMillis UTC time problems Previous Topic   Next Topic Topic: J2ME Midlet.. Can it Save a file?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use