Commit Graph

  • 7959b3fc19 Fixed xml jars being appended to CLASSPATH at each run. Nicola Ken Barozzi 2002-04-28 21:09:34 +0000
  • 2297f219ce reference tests Andrew C. Oliver 2002-04-28 20:51:55 +0000
  • 6cd65c0fc0 took out some print statements and stuff. Andrew C. Oliver 2002-04-28 20:51:31 +0000
  • d6ed27a995 added test for ReferenceUtil Andrew C. Oliver 2002-04-28 19:09:09 +0000
  • a3fc345121 Holy schisse - cell referenecs seem to be working at least for simple formulas Andrew C. Oliver 2002-04-28 18:45:10 +0000
  • ab97dacce6 created functions to go the other direction row,col = cellref "A1" Andrew C. Oliver 2002-04-28 18:23:06 +0000
  • 9683424c14 off by 1 Andrew C. Oliver 2002-04-28 18:02:21 +0000
  • a56eec71b7 removed print statements left in. Andrew C. Oliver 2002-04-28 18:01:39 +0000
  • 2dfd98f5a4 added class to support reference conversion A1 = 0,0 B1 = 0,1 Andrew C. Oliver 2002-04-28 17:57:03 +0000
  • 16d78b324c oops left this added class off of my previous commit... it povides concat ptg Andrew C. Oliver 2002-04-28 16:42:21 +0000
  • d576bbc109 made parenthesis work in and out Andrew C. Oliver 2002-04-28 16:40:37 +0000
  • 110b643b9f tests parenthesis Andrew C. Oliver 2002-04-28 16:40:18 +0000
  • 7aa28a6d00 removes parts of my former stuff in favor of aviks and adds concat operator Andrew C. Oliver 2002-04-28 16:33:57 +0000
  • cf24bbd7c6 test first...glen will love it.. . test for concat operator... also added some dumb order of operations checking Andrew C. Oliver 2002-04-28 16:10:00 +0000
  • 1bfafdbd21 removing mroe of my stuff. Liek Avik's better Andrew C. Oliver 2002-04-28 15:55:37 +0000
  • fd604cb56c rollign out some of my stuff. Like Avik's stuff better. (for formulas) Andrew C. Oliver 2002-04-28 15:52:58 +0000
  • 9482fd0115 comments. Andrew C. Oliver 2002-04-28 15:42:42 +0000
  • a327fa328d fixed order of operators Andrew C. Oliver 2002-04-28 15:35:38 +0000
  • fd71ea023c work on PowerPtg PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-28 15:17:44 +0000
  • 700efbc430 Fixed up some imports. Glen Stampoultzis 2002-04-28 08:55:11 +0000
  • df0b9e1447 Removed reference to deprecated call. Glen Stampoultzis 2002-04-28 08:52:41 +0000
  • 5c4cf7f864 Mail address scrambled. Rainer Klute 2002-04-28 06:39:55 +0000
  • 57df1eb21f how in hte heck did I leave this off? Andrew C. Oliver 2002-04-28 05:37:39 +0000
  • 67623937d7 This commit was manufactured by cvs2svn to create tag 'REL_1_5_0'. No Author 2002-04-28 05:22:45 +0000
  • 22afe4a811 This commit was manufactured by cvs2svn to create tag 'REL_1_5_BRANCH_MERGE2'. No Author 2002-04-28 05:22:45 +0000
  • 13948e264f Fixed biff viewer. Glen Stampoultzis 2002-04-28 05:22:45 +0000
  • 58a0ff577e Merge from 1.5 branch Glen Stampoultzis 2002-04-28 05:22:19 +0000
  • c2912a8a68 Fix for reading row with no cells Glen Stampoultzis 2002-04-28 04:51:34 +0000
  • 299fcceb90 Now provides string formula, reads simple formulas, mmmm formulas PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-28 02:04:58 +0000
  • 223e626598 Test Suite for formulas now verifies and includes exponents PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-28 02:03:53 +0000
  • 954fdb9c0c new test for formulas PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-28 00:45:10 +0000
  • 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: Andrew C. Oliver 2002-04-28 00:44:40 +0000
  • f4ecdbb4ce removed ties to deprecated HSSFColorConstants class Andrew C. Oliver 2002-04-27 21:54:10 +0000
  • 6963779cb2 removed obsolecent deprecated class Andrew C. Oliver 2002-04-27 21:50:39 +0000
  • 8e355cd795 Corrected mailing list and credits Nicola Ken Barozzi 2002-04-27 21:45:56 +0000
  • 35ee8cd6ca Added index.html to module. Can be used locally or with viewcvs to know about the software module and main build results. Nicola Ken Barozzi 2002-04-27 20:39:02 +0000
  • cab23de6c8 test for formulas (curently failing with exception don't know why) Andrew C. Oliver 2002-04-27 17:26:38 +0000
  • d2738922a8 Fixes for formulas Andrew C. Oliver 2002-04-27 17:26:06 +0000
  • 5ef5d863e6 Added "Patches" query PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-27 14:21:27 +0000
  • 1a047e0529 wrong package name for HSSFUserException? Andrew C. Oliver 2002-04-27 14:12:27 +0000
  • 22e457feec wrong package names? Andrew C. Oliver 2002-04-27 14:11:16 +0000
  • 37175f6907 Avik's latest formula patches Andrew C. Oliver 2002-04-27 14:07:53 +0000
  • ee498b5208 looks like I had stuff locally that I forgot to commit (oops) . Thsi patch from Carey Sublette Makes the event based API abortable. Andrew C. Oliver 2002-04-27 13:33:04 +0000
  • 7d4cd498ce Made dist target "work" PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-27 13:24:54 +0000
  • e143b8b667 changed version number to avoid confusion PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-27 13:21:27 +0000
  • d38b6a1ce2 Committed Libin's named range test. Made some rather significant changes to it. Andrew C. Oliver 2002-04-27 13:18:57 +0000
  • 3db6dc348c Info on getThumbnail() added. Rainer Klute 2002-04-27 09:39:40 +0000
  • e3a5f20f8b missing import Andrew C. Oliver 2002-04-27 01:48:26 +0000
  • c037e20cb1 made testcase more useful for debugging (all testcases should have a main says me!) Andrew C. Oliver 2002-04-27 01:46:35 +0000
  • 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. Andrew C. Oliver 2002-04-27 01:32:58 +0000
  • 0173730c4e Link to Microsoft docs added. Rainer Klute 2002-04-26 06:22:42 +0000
  • b5d008720a Comment added. Rainer Klute 2002-04-26 05:58:00 +0000
  • 0c896ac90e Latest fix continued. :-( Rainer Klute 2002-04-26 05:33:50 +0000
  • a51ce3a779 Fixed bug in example code. Rainer Klute 2002-04-26 05:27:29 +0000
  • 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. Nicola Ken Barozzi 2002-04-25 23:43:01 +0000
  • 3c5c6fa0c9 Now umldoclet creates javadocs with uml link on top. Changed build.xml to reflect the change. Minor update in centipede.cent. Nicola Ken Barozzi 2002-04-25 22:53:41 +0000
  • ca589e267b Made the build output less cluttered with skipped tasks that were shown. Nicola Ken Barozzi 2002-04-25 22:52:14 +0000
  • 516fae7d9c Added a title to the homepage. Nicola Ken Barozzi 2002-04-25 13:07:46 +0000
  • 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. Nicola Ken Barozzi 2002-04-25 12:05:09 +0000
  • 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 :-) Nicola Ken Barozzi 2002-04-24 16:22:03 +0000
  • 6805caa4dc Merge from 1.5 branch Glen Stampoultzis 2002-04-24 14:35:12 +0000
  • e9c618c6d9 This commit was manufactured by cvs2svn to create tag 'REL_1_5_BRANCH_MERGE1'. No Author 2002-04-24 14:07:33 +0000
  • e2803297ec New logo's... disturbing. Glen Stampoultzis 2002-04-24 14:07:33 +0000
  • d881a60f6f Applied Romans patch. Thanks! Glen Stampoultzis 2002-04-24 14:00:52 +0000
  • 86d593e5e8 Test for remove row bug Glen Stampoultzis 2002-04-24 14:00:29 +0000
  • 756c1f0a55 Synch up. Andrew C. Oliver 2002-04-23 23:56:46 +0000
  • 532added9f integrate with libin's named ranges stuff PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-23 22:28:58 +0000
  • 400f327112 patches from libin PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-23 22:27:58 +0000
  • 541a4620a1 Patches from libin, synch up, integrate... PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-23 22:24:41 +0000
  • 69e22c9145 Documentation updates Glen Stampoultzis 2002-04-23 12:22:48 +0000
  • 5e3737ff0b Bug fix for cell delete Glen Stampoultzis 2002-04-23 12:22:24 +0000
  • 61f124ebb7 This commit was manufactured by cvs2svn to create branch 'REL_1_5_BRANCH'. No Author 2002-04-22 11:10:31 +0000
  • 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. Nicola Ken Barozzi 2002-04-22 11:10:31 +0000
  • 87b8e10390 Update to latest dev version of Centipede whivh uses the newly committed xmlproperty task in Ant :-) Nicola Ken Barozzi 2002-04-22 11:00:18 +0000
  • 87e2a50c7c Revert to use the default ant scripts: 128 Mb not needed anymore, build has changed. Nicola Ken Barozzi 2002-04-22 10:59:21 +0000
  • 11844ebcff Making cent jars visible again. Nicola Ken Barozzi 2002-04-22 10:58:32 +0000
  • 92b3168e35 Forgot the license Glen Stampoultzis 2002-04-22 10:22:02 +0000
  • 2c17d2c64a Testcase for RKUtil Glen Stampoultzis 2002-04-22 10:20:04 +0000
  • 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. Glen Stampoultzis 2002-04-22 07:14:02 +0000
  • c4b5b59ef4 RK record fix. Thanks to Rolf-Jürgen Moll. Glen Stampoultzis 2002-04-22 07:13:09 +0000
  • 605439f062 Sheet properties record. Poi yum. Glen Stampoultzis 2002-04-22 07:12:26 +0000
  • af1b2ad7f7 new logos PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-22 01:03:09 +0000
  • 734b368347 new logos Andrew C. Oliver 2002-04-22 00:59:05 +0000
  • 50d15c1c3a new logos PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2002-04-22 00:08:37 +0000
  • 002cddb7ca seperated out my experimental parsing stuff. Andrew C. Oliver 2002-04-20 23:42:10 +0000
  • 0032a34458 Updated this to work with the latest data type generator Said Ryan Ackley 2002-04-19 22:51:39 +0000
  • 6fe733d9b5 Made some changes for HDF types Said Ryan Ackley 2002-04-19 22:30:50 +0000
  • f66f109772 changed access for variables so this class could be overriden more easily Said Ryan Ackley 2002-04-19 10:48:25 +0000
  • 4874773885 Changed order of dependency in the dist, so that tests are run after site generation. Nicola Ken Barozzi 2002-04-18 18:12:26 +0000
  • 36b40fef8d Laters centipede jar; it also adds the list of the elements if there are many with the same name and puts the others in like: <element>content1</element> <element>content2</element> <element>content3</element> Nicola Ken Barozzi 2002-04-18 15:45:13 +0000
  • a25fccb136 Removed the jar-cent target (not for poi, it's for krysalis-centipede) from the build, but kept it hidden here till Centipede goes beta. Nicola Ken Barozzi 2002-04-18 15:42:37 +0000
  • bede84bffb Removed the jar-cent target (not for poi, it's for krysalis-centipede); added javasrc to the javadocs execution and moved checkstyle under metrics target. Nicola Ken Barozzi 2002-04-18 15:41:48 +0000
  • 7376a1af6b Added javasrc as a new cent that is used for the javadocs; it's already in the krysalis repository. Nicola Ken Barozzi 2002-04-18 15:40:51 +0000
  • 30ff6a229e Changed some things that may be causing build problems Said Ryan Ackley 2002-04-18 12:55:27 +0000
  • 986dd8a3e4 New record plus added a check in the record generator. Glen Stampoultzis 2002-04-18 12:54:29 +0000
  • 508c6051ae Created these so I could add HDF specific functionality to the RecordGenerator Said Ryan Ackley 2002-04-18 12:03:58 +0000
  • e54b44b7cd This file was generated using the RecordGnerator. It compiles Said Ryan Ackley 2002-04-18 12:01:14 +0000
  • 7f3c088a68 went ahead and synced up. We'll get this up to spec shortly. Andrew C. Oliver 2002-04-18 12:00:53 +0000
  • 982c73bb85 generated with the latest version of the stylesheet Said Ryan Ackley 2002-04-18 11:59:43 +0000
  • 4ad6a02706 Made changes so this was targeted towards HDF types. I removed some java calls and replaced with XSLT also added java calls in other places Said Ryan Ackley 2002-04-18 11:57:38 +0000