summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* *read only* support for optimized ifs. meaning "if(A1=A3,A1,A2)" and stuff.Andrew C. Oliver2002-09-063-21/+44
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10702Andrew C. Oliver2002-09-061-3/+16
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheetsAndrew C. Oliver2002-09-0599-2/+974
* The missing EqualPtg. sorry.Andrew C. Oliver2002-09-041-0/+125
* preliminary support for "if" formulas. Doesn't work yet because of thisAndrew C. Oliver2002-09-024-20/+44
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11010 - great patch byAndrew C. Oliver2002-09-026-83/+305
* fixed error with HexDumpAndrew C. Oliver2002-09-021-5/+7
* Removed the call to doubleToRawLongBits()Glen Stampoultzis2002-08-271-1/+5
* Fixes to chart handling and to a hidden bug to do with where the beginning of...Glen Stampoultzis2002-08-219-100/+132
* custom data formats patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=...Andrew C. Oliver2002-08-154-84/+239
* New aggregate record... now if I could just fix these write errors I've been ...Glen Stampoultzis2002-08-051-0/+210
* Update to string recordGlen Stampoultzis2002-08-051-10/+9
* writing string formulas now workAvik Sengupta2002-08-032-3/+16
* get mad and throw a runtime error if users specify columns > 255Andrew C. Oliver2002-08-011-0/+12
* Javadoc updates: Removed some autogenerated comments andRainer Klute2002-07-302-456/+370
* fixed compilation errorAvik Sengupta2002-07-291-3/+0
* Removed useless autogenerated commentGlen Stampoultzis2002-07-291-8/+0
* String record addedGlen Stampoultzis2002-07-295-426/+678
* backed out the code it caused this problem http://nagoya.apache.org/bugzilla/...Andrew C. Oliver2002-07-281-25/+3
* backed out this code it causes http://nagoya.apache.org/bugzilla/show_bug.cgi...Andrew C. Oliver2002-07-281-40/+15
* Tidy up.Glen Stampoultzis2002-07-271-80/+76
* Added preliminary support for Palletes. Still need to write add/remove/changeAndrew C. Oliver2002-07-254-3/+208
* First HPSF test cases added.Rainer Klute2002-07-222-9/+6
* Fixed javadoc comment.Rainer Klute2002-07-221-2/+0
* made the exception meaningfulAndrew C. Oliver2002-07-211-2/+4
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884Andrew C. Oliver2002-07-215-0/+829
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10884Andrew C. Oliver2002-07-214-3/+121
* from russia with love (LOL)Andrew C. Oliver2002-07-214-45/+170
* Bugzilla Bug 9831Glen Stampoultzis2002-07-202-2/+6
* oops. just noticed a _very_ small javadoc problemGlen Stampoultzis2002-07-201-1/+1
* Fixed toString()Glen Stampoultzis2002-07-201-0/+3
* Shawn's patchGlen Stampoultzis2002-07-202-17/+32
* Fixed bug 10943Glen Stampoultzis2002-07-202-61/+67
* Small bug fix for boolean properties that are "true".Rainer Klute2002-07-181-83/+74
* applied shawn's patch and tested http://nagoya.apache.org/bugzilla/show_bug.c...Andrew C. Oliver2002-07-181-2/+2
* Broken HPSF usage of POI's general little-endian classes fixed.Rainer Klute2002-07-173-157/+157
* More refactoring of SSTGlen Stampoultzis2002-07-174-33/+55
* made the read method compileSaid Ryan Ackley2002-07-171-28/+25
* patch from Eric Ladner to correct an out of bounds on the formula stringAndrew C. Oliver2002-07-151-2/+12
* moved from o.a.p.h.record.formula packageAndrew C. Oliver2002-07-151-0/+649
* This is a collection of SheetReferences to be used throughoutAndrew C. Oliver2002-07-151-0/+83
* moved to model packageAndrew C. Oliver2002-07-151-647/+0
* While I don't consider this idea, I like it much better than having theAndrew C. Oliver2002-07-1530-89/+142
* smokey the bear says: Only you can prevent doublespacing...only youAndrew C. Oliver2002-07-141-165/+14
* removed thread safety stuff. We still need to revisit how this is beingAndrew C. Oliver2002-07-066-11/+9
* Backed out encoding defaultGlen Stampoultzis2002-07-051-2/+3
* Default to uncompressed so we don't get a million mails about this.Glen Stampoultzis2002-07-051-1/+1
* discovered that dotted border constant was wrong... reversed with anotherAndrew C. Oliver2002-07-041-2/+2
* Refactoring for names, and tests. More to follow. Only publicly viewable chan...Avik Sengupta2002-07-014-10/+180
* better support for sheet functions.... more refactoring after i have written ...Avik Sengupta2002-06-265-43/+104