Results 1 to 4 of 4
Thread: Outputting to Excel Document
- 03-30-2014, 11:06 PM #1
Member
- Join Date
- Mar 2014
- Posts
- 1
- Rep Power
- 0
Outputting to Excel Document
I am currently working towards taking input from the user and storing it in an excel document. However how can I test to make sure that I am trying to save it to an empty cell. Is there some type of method that will check to make sure the cell is empty, otherwise how can this be done?
- 03-31-2014, 03:36 AM #2
Senior Member
- Join Date
- Feb 2014
- Posts
- 219
- Rep Power
- 8
Re: Outputting to Excel Document
Are you referring to having a Java application to get input from a user, and then store the input into an .xls document? If so, you'll be better off using a library such as Apache POI - the Java API for Microsoft Documents. The exact way to do this is described at java - Edit existing excel files using jxl api / Apache POI - Stack Overflow.
- 03-31-2014, 01:04 PM #3
Member
- Join Date
- Mar 2014
- Posts
- 1
- Rep Power
- 0
Re: Outputting to Excel Document
You can read the article - How to Read and Write Excel Files in Java
- 03-31-2014, 04:54 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 27
Similar Threads
-
How to Convert Excel document to word document?
By sudheer.v47 in forum Advanced JavaReplies: 3Last Post: 05-09-2014, 10:26 AM -
Appending an Excel Document
By j0sh77 in forum New To JavaReplies: 0Last Post: 06-02-2013, 07:17 PM -
Perform Mail Merge on Document Templates or Specific Document Region
By saaspose in forum Java SoftwareReplies: 0Last Post: 08-29-2012, 09:26 AM -
JFormattedTextField, Document Filter, Document Listener
By D.Calladine in forum AWT / SwingReplies: 1Last Post: 03-22-2012, 12:48 AM -
Printing excel document without opening
By bihuboliya in forum Advanced JavaReplies: 4Last Post: 03-22-2011, 03:32 AM
Bookmarks