Commit Graph

435 Commits

Author SHA1 Message Date
Andrew C. Oliver 0a6a844dda Wow... Fixed sizing bug 8592 -- see bug for details. Basically we couldn't
handle variable sized value records (formulas are the only one we do so far).
Now we're a bit less efficient (reiterate through all at the end for size
calculations), but it works and is probably more flexible.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352508 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 00:44:40 +00:00
Andrew C. Oliver f4ecdbb4ce removed ties to deprecated HSSFColorConstants class
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352507 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 21:54:10 +00:00
Andrew C. Oliver 6963779cb2 removed obsolecent deprecated class
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352506 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 21:50:39 +00:00
Nicola Ken Barozzi 8e355cd795 Corrected mailing list and credits
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352505 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 21:45:56 +00:00
Nicola Ken Barozzi 35ee8cd6ca Added index.html to module. Can be used locally or with
viewcvs to know about the software module and main build results.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352504 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 20:39:02 +00:00
Andrew C. Oliver cab23de6c8 test for formulas (curently failing with exception don't know why)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352503 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 17:26:38 +00:00
Andrew C. Oliver d2738922a8 Fixes for formulas
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352502 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 17:26:06 +00:00
Andrew C. Oliver 5ef5d863e6 Added "Patches" query
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352501 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 14:21:27 +00:00
Andrew C. Oliver 1a047e0529 wrong package name for HSSFUserException?
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352500 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 14:12:27 +00:00
Andrew C. Oliver 22e457feec wrong package names?
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352499 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 14:11:16 +00:00
Andrew C. Oliver 37175f6907 Avik's latest formula patches
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352498 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 14:07:53 +00:00
Andrew C. Oliver ee498b5208 looks like I had stuff locally that I forgot to commit (oops) . Thsi patch from Carey Sublette
Makes the event based API abortable.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352497 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 13:33:04 +00:00
Andrew C. Oliver 7d4cd498ce Made dist target "work"
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352496 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 13:24:54 +00:00
Andrew C. Oliver e143b8b667 changed version number to avoid confusion
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352495 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 13:21:27 +00:00
Andrew C. Oliver d38b6a1ce2 Committed Libin's named range test. Made some rather significant changes to it.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352494 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 13:18:57 +00:00
Rainer Klute 3db6dc348c Info on getThumbnail() added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352493 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 09:39:40 +00:00
Andrew C. Oliver e3a5f20f8b missing import
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352492 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 01:48:26 +00:00
Andrew C. Oliver c037e20cb1 made testcase more useful for debugging (all testcases should have a main says me!)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352491 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 01:46:35 +00:00
Andrew C. Oliver 5d1bc31c98 Fixes previously failing unit test (class cast exception in creating workbook...tried to cast
to ExternSheet when it was an UnknownRecord due to omission from RecordFactory.
Points out an annoying feature of HSSF architecture..  SID is used for identification instead
of instanceof for the purpose of efficiency and...cleanliness but in the event of unknown
record you can have an unfortunate mismatch.  Not sure what an acceptable solution is.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352490 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 01:32:58 +00:00
Rainer Klute 0173730c4e Link to Microsoft docs added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352489 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 06:22:42 +00:00
Rainer Klute b5d008720a Comment added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352488 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:58:00 +00:00
Rainer Klute 0c896ac90e Latest fix continued. :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:33:50 +00:00
Rainer Klute a51ce3a779 Fixed bug in example code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352486 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:27:29 +00:00
Nicola Ken Barozzi 889173d425 Adding a new failsafe-test target to the cent.
Making the site target use that, so that failing tests don't stop the
site build but can be showed on the test results pages.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352485 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 23:43:01 +00:00
Nicola Ken Barozzi 3c5c6fa0c9 Now umldoclet creates javadocs with uml link on top.
Changed build.xml to reflect the change.
Minor update in centipede.cent.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352484 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 22:53:41 +00:00
Nicola Ken Barozzi ca589e267b Made the build output less cluttered with skipped tasks that were shown.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352483 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 22:52:14 +00:00
Nicola Ken Barozzi 516fae7d9c Added a title to the homepage.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352482 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 13:07:46 +00:00
Nicola Ken Barozzi 052e4196f5 Fixed javadocs problems when offline and looking for Java Api References.
Added javascript for last-modified date and removed incorrect image "alt"
to Avalon.
Moved source copying to prepare for build in -init target, because it is used
by almost all targets.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352481 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 12:05:09 +00:00
Nicola Ken Barozzi b462f48f4e Update to latest dev Centipede version with cents that behave correctly in the build dir
and references on the main page to new Centipede features.
Oh, and look at the grouped javadocs :-)
Need only to reference the uml dos and I've finished for now :-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352480 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 16:22:03 +00:00
Glen Stampoultzis 6805caa4dc Merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352479 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 14:35:12 +00:00
Andrew C. Oliver 756c1f0a55 Synch up.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352474 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 23:56:46 +00:00
Andrew C. Oliver 532added9f integrate with libin's named ranges stuff
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352473 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 22:28:58 +00:00
Andrew C. Oliver 400f327112 patches from libin
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352472 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 22:27:58 +00:00
Andrew C. Oliver 541a4620a1 Patches from libin, synch up, integrate...
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352471 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 22:24:41 +00:00
Nicola Ken Barozzi f32748f389 Committing latest good version of cent jars in CVS following a positive +3
vote on the poi-dev mailing list.
To update, simply run "build update-all-cents" and commit changes to CVS.
To update a single cent do "build update-cent", specify cent to update
when prompted, and then commit.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352467 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 11:10:31 +00:00
Nicola Ken Barozzi 87b8e10390 Update to latest dev version of Centipede whivh uses the newly committed
xmlproperty task in Ant :-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 11:00:18 +00:00
Nicola Ken Barozzi 87e2a50c7c Revert to use the default ant scripts: 128 Mb not needed anymore, build has changed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352465 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:59:21 +00:00
Nicola Ken Barozzi 11844ebcff Making cent jars visible again.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352464 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:58:32 +00:00
Glen Stampoultzis 92b3168e35 Forgot the license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352463 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:22:02 +00:00
Glen Stampoultzis 2c17d2c64a Testcase for RKUtil
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352462 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:20:04 +00:00
Glen Stampoultzis c35a378148 A new FAQ entry. Now if we could just get our users to stop asking questions. This will look better when the stylesheet is fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352461 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:14:02 +00:00
Glen Stampoultzis c4b5b59ef4 RK record fix. Thanks to Rolf-Jürgen Moll.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352460 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:13:09 +00:00
Glen Stampoultzis 605439f062 Sheet properties record. Poi yum.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:12:26 +00:00
Andrew C. Oliver af1b2ad7f7 new logos
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352458 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 01:03:09 +00:00
Andrew C. Oliver 734b368347 new logos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:59:05 +00:00
Andrew C. Oliver 50d15c1c3a new logos
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352456 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:08:37 +00:00
Andrew C. Oliver 002cddb7ca seperated out my experimental parsing stuff.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352455 13f79535-47bb-0310-9956-ffa450edef68
2002-04-20 23:42:10 +00:00
Said Ryan Ackley 0032a34458 Updated this to work with the latest data type generator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352454 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 22:51:39 +00:00
Said Ryan Ackley 6fe733d9b5 Made some changes for HDF types
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 22:30:50 +00:00
Said Ryan Ackley f66f109772 changed access for variables so this class could be overriden more easily
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352452 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 10:48:25 +00:00