Results 1 to 2 of 2
- 09-16-2008, 05:32 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 14
- Rep Power
- 0
Writing to excel file erasing existing formatting
Hello,
I am using the Java Printwriter to write to an excel file. I have a template for my excel file, with some alternating line colors and a frozen pane so my header is visible when the file is scrolled down.
However, whenever I write to the file, all the background coloring disappears and the window pane unfreezes before my data is written.
Does anyone know why Java decides to erase everything in the file before it writes? Do I need to tell Java to append to the file instead of writing to it?
Thanks for the help.
- 09-16-2008, 06:58 PM #2
Similar Threads
-
writing to a excel file from java program
By priyankabhar in forum New To JavaReplies: 15Last Post: 01-17-2014, 01:39 PM -
Reading data from Micrsoft excel and writing to notepad
By abhishek.jain in forum New To JavaReplies: 4Last Post: 01-29-2009, 09:12 AM -
Run J2ME application using existing jar file
By chale in forum CLDC and MIDPReplies: 0Last Post: 08-25-2008, 03:11 PM -
POI for delete excel record with keeping the existing macros
By Jay in forum Advanced JavaReplies: 0Last Post: 07-31-2008, 11:44 AM -
swapping the contents of the file and writing to another file
By Ms.Ranjan in forum New To JavaReplies: 9Last Post: 07-10-2008, 05:52 PM
Bookmarks