cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record SupBookRecord.java

2002-12-28 Thread glens
glens 2002/12/28 00:11:33 Modified:src/java/org/apache/poi/hssf/record SupBookRecord.java Log: Fixed double spacing Revision ChangesPath 1.4 +1 -192 jakarta-poi/src/java/org/apache/poi/hssf/record/SupBookRecord.java Index: SupBookRecord.java

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record SupBookRecord.java

2002-12-28 Thread klute
klute 2002/12/28 03:15:12 Modified:src/java/org/apache/poi/hssf/record SupBookRecord.java Log: One-line file properly split into many lines. Revision ChangesPath 1.5 +185 -1 jakarta-poi/src/java/org/apache/poi/hssf/record/SupBookRecord.java Index:

Re: cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record SupBookRecord.java

2002-12-28 Thread Rainer Klute
Glen, I had to reformat the SupBookRecord.java file you just checked in because everything was on a single line. It had CR character in it but no LF. Best regards Rainer Klute Rainer Klute IT-Consulting GmbH Dipl.-Inform. Rainer Klute E-Mail: [EMAIL

Re: cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record SupBookRecord.java

2002-12-28 Thread Glen Stampoultzis
Something strange going on there... I reformatted it because it had double spacing (ie, one extra blank line for every line in the file). Usually this will happen when a file is checked in as binary but this is not the case here. It seems okay after updating it however. -- Glen At 12:18 PM

[GUMP] Build Failure - jakarta-poi

2002-12-28 Thread Nicola Ken Barozzi
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2002-12-28/jakarta-poi.html Buildfile: centibuild.xml Trying to override old definition of task classloader

Modifying Records / Excel Crash Hints?

2002-12-28 Thread Danny Mui
Im currently trying to implement print areas and my excel spreadsheets die in Excel but open just fine in OpenOffice. Can any of the record generation veterans provide any common problems (or fixes) that may cause this? thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Modifying Records / Excel Crash Hints?

2002-12-28 Thread Glen Stampoultzis
I get similar problems all the time. Excel is very unforgiving if you pass it anything it doesn't like. General strategies: 1. Use a diff tool to see exactly what Excel modifies when you make the change manually. 2. Try to mimic that exactly. 3. A healthy dose of trial and error. 4. Pull hair

Re: Modifying Records / Excel Crash Hints?

2002-12-28 Thread Andrew C. Oliver
Danny Mui wrote: Im currently trying to implement print areas and my excel spreadsheets die in Excel but open just fine in OpenOffice. Can any of the record generation veterans provide any common problems (or fixes) that may cause this? thanks! -- To unsubscribe, e-mail: mailto:[EMAIL