Commit Graph

  • 204005f49f Updated to reflect reality. Glen Stampoultzis 2003-04-01 13:01:43 +0000
  • 824a0eea49 please go to the branch, oh please oh please oh please... I goofed apparently before and the reason the performance branch was so broken was I didn't check in HSSFRow the new HSSFRow!! doh! Andrew C. Oliver 2003-03-29 23:20:51 +0000
  • 247157f3d3 FormulaRecord patch (and testcase) to preserve Excel's NaN representation when dealing with NaN formula value. We currently have NaN support in LittleEndian but the constant for NaN seems to change so we need to preserve the original bits on fill fields. Thanks Glen for your input! PR: 18114, 18155 Submitted by: Additional bug report submitted by jsun@teloptica.com (Jerry Sun) Danny Muid 2003-03-29 19:59:38 +0000
  • 978c2a0491 Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in the chart documentation. Danny Muid 2003-03-27 22:14:48 +0000
  • 752e18ccbb Opps... mistyped URL. Glen Stampoultzis 2003-03-24 05:41:07 +0000
  • 0167d684b6 Pointer to homepage Glen Stampoultzis 2003-03-24 03:15:32 +0000
  • 0fcc9507a7 Add clone() to FormulaRecordAggregate Original patch supplied by Henning Boeger Changed to make it deeper clone, added clone to StringRecord in the process Also added a test. Avik Sengupta 2003-03-20 20:01:17 +0000
  • cd1a9a6452 Further to bug 17491:set sheet order - now made accessible from usermodel, rudimentary testcase added. Testcase to be enhanced. Avik Sengupta 2003-03-18 19:26:12 +0000
  • 57eb57fb35 Added license! Avik Sengupta 2003-03-18 19:10:25 +0000
  • 3048751bca Added new class per bug 13478, to read data from low performance input streams. Patch submitted by Jens Gerhard - thanks. Avik Sengupta 2003-03-18 18:58:43 +0000
  • fb495e66a7 Corrected spelling on web page Danny Muid 2003-03-17 20:50:41 +0000
  • 83b4c947da Support for the SUMIF formula and non-alpha string literals Danny Muid 2003-03-17 04:47:58 +0000
  • 9dfd573ce7 FormulaParser changes to support IF function(s) Danny Muid 2003-03-15 01:57:41 +0000
  • 9087b6e859 Fixed year Glen Stampoultzis 2003-03-11 02:35:21 +0000
  • 8fca746cb1 Added remove and another PrintArea setting method and documentation update Danny Muid 2003-03-07 21:52:37 +0000
  • 16f6a467bf Fixed bug 17373 - incorrect handling of continue records after unknown records corrupting a template. Patch submitted by Csaba Nagy -- thanks Avik Sengupta 2003-03-07 15:49:04 +0000
  • f956d04130 Fixes NullPointerException for getMergedRegionAt(index) when the index provided is valid (ie, 2 merged regions, request for index 0 would return null). Danny Muid 2003-03-06 21:40:35 +0000
  • b96718de91 Added PrintArea documentation and corrected spelling for contrib description Danny Muid 2003-03-06 21:04:47 +0000
  • ad2d4ed3eb Print Area Patch RFE Bug #14089 Also Includes Name Reference refactoring to support references of the form: Sheet1!$A$1:$B$4 instead of Sheet1.$A$1:$B$4 PR: Bug #9632 Bug #16411 Bug #16315 Bug #13775 (1.5 Bug) Submitted by: testMultiNamedRange (TestNamedRange.java) Test Case Submitted by czhang@cambian.com (Chun Zhang) Danny Muid 2003-03-06 20:41:17 +0000
  • b390fc6d80 fix for bug 14729 - cant merge more than 1027 times. fix submitted by tony poppleton Avik Sengupta 2003-03-01 17:56:55 +0000
  • 163938a466 testcase for changing sheet order Avik Sengupta 2003-03-01 17:55:36 +0000
  • 09b1b6e909 Support for changing sheet order submitted by Ruel Loehr. Probably should also add access to this in usermodel? Avik Sengupta 2003-03-01 17:32:26 +0000
  • e378cb0b2d fixed clone sheet bug. Thanks to: Alessandro Vernet for a patch thats part of this commit Toshiaki Kamoshida for a testcase and lots of debugging Dennis Doubleday & Henning Boeger for reporting the bugs Jason Height who wrote cloneSheet in the first place. Sorry it took so long to patch. Avik Sengupta 2003-03-01 14:27:43 +0000
  • 5a5a725b78 Bump up the nightly build number since were releasing. Glen Stampoultzis 2003-02-23 08:13:31 +0000
  • 4832310e10 Minor improvements. Rainer Klute 2003-02-22 15:12:32 +0000
  • c26255dcab http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14735 Andrew C. Oliver 2003-02-22 15:06:18 +0000
  • 9ccba56e8e First preparations for HPSF writing functionality. Rainer Klute 2003-02-22 14:27:16 +0000
  • 75d0858b6f Small bug fixes with respect to hex decoding. Rainer Klute 2003-02-22 13:39:24 +0000
  • e9baafe5b0 This commit was manufactured by cvs2svn to create tag 'REL_1_10'. No Author 2003-02-22 06:22:37 +0000
  • fef2fc7f96 Recent changes Glen Stampoultzis 2003-02-22 06:22:37 +0000
  • b0c4a37953 Bug 17222: Workbook corruption when using sheet.addRow() Avik Sengupta 2003-02-21 15:59:58 +0000
  • 3639f502a4 *** empty log message *** Rainer Klute 2003-02-20 17:51:37 +0000
  • 4fb4cb6b95 Fixed misnamed method - thanks Marcantonio. Glen Stampoultzis 2003-02-16 00:55:25 +0000
  • 90e630a955 Fixed a bug reading timestamps wrongly sometimes, placing the files' times in the Middle Ages. And no, neither Microsoft nor POI existed back then. Rainer Klute 2003-02-13 16:57:39 +0000
  • caf032a84f Received comments about no documentation. Added a blurb in the quick-guide. Shawn Laubach 2003-02-12 15:05:16 +0000
  • 8ca979d116 Fix for bug #15019. NullPointerException in shiftRows. Added the test case and moved the other test case into the file. Put Toshiaki Kamoshida as an author of the test case. Test failed. Added patch. Test worked. Shawn Laubach 2003-02-09 21:12:35 +0000
  • 1c3bc26dae Typo corrected. (More corrections are welcome.) Rainer Klute 2003-02-07 18:14:42 +0000
  • 8d97fa765a Support for freezepanes / split panes / header rows and columns on printouts... see documentation for details. Glen Stampoultzis 2003-02-06 10:29:45 +0000
  • a93bb25fd9 removed per sam. Against policy (LGPL). (Autodownloads if you need it anyhow) Andrew C. Oliver 2003-02-05 20:32:59 +0000
  • c6814aa16c Completed the third main section of the HPSF HOW-TO. Rainer Klute 2003-02-05 19:33:27 +0000
  • a30f3c8c06 More HPSF documentation Rainer Klute 2003-02-02 20:28:45 +0000
  • 000f541cf1 HPSF sample program showing how to read custom property sets. Rainer Klute 2003-02-02 05:54:09 +0000
  • ae796450bd More HPSF documentation. Rainer Klute 2003-02-02 05:53:19 +0000
  • 3e92d231f4 *** empty log message *** Rainer Klute 2003-02-01 13:30:55 +0000
  • 0bb781cabc Formatting fixed. Rainer Klute 2003-02-01 13:28:28 +0000
  • 315c315103 Wording and grammar fixed. Rainer Klute 2003-02-01 13:27:45 +0000
  • b1d9d2e10f - Started to document the reading of general property set streams. - Minor documentation fixes. Rainer Klute 2003-01-30 17:13:15 +0000
  • a40b753e09 Illegal Javadoc tag "@created" removed. Rainer Klute 2003-01-29 18:08:02 +0000
  • 0e93459a64 Comment improved. Rainer Klute 2003-01-29 18:01:18 +0000
  • f0d24f1970 Ironed the german translation a little bit. And I noticed that the introductory page should be reconsidered. Rainer Klute 2003-01-29 16:21:19 +0000
  • 7c7cbf0a20 Example JSP page using POI/HSSF, submitted by brian westrich Avik Sengupta 2003-01-26 20:43:02 +0000
  • 30e58e3952 PR: 16145 - tests delete their output files Submitted by: Brian Sanders Avik Sengupta 2003-01-26 20:34:39 +0000
  • b1e67e6be6 Updated centibuild descriptor to use centiepde task. Nicola Ken Barozzi 2003-01-14 15:10:51 +0000
  • 9645f12748 removed debug output Avik Sengupta 2003-01-09 13:22:21 +0000
  • f50181689f MAke nags come from Gump, not me Nicola Ken Barozzi 2003-01-08 13:37:09 +0000
  • c6f67084d1 Moved HSSFChart to it's correct place. Glen Stampoultzis 2003-01-08 11:41:44 +0000
  • 3d7da30cab forgot a file PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2003-01-06 04:43:38 +0000
  • fea5acbbe9 First go at performance refactor. Most unit tests working, some have to be removed to compile (need to get things up to spec as far as new patches) PR: Obtained from: Submitted by: Reviewed by: Andrew C. Oliver 2003-01-05 19:04:40 +0000
  • 888bdbf619 This commit was manufactured by cvs2svn to create branch 'performance-branch'. No Author 2003-01-03 11:30:48 +0000
  • 6c05c6aaad Bug 15766 fixed. Rainer Klute 2003-01-03 11:30:48 +0000
  • 1f65eb415b added new files for custom palette patch Avik Sengupta 2003-01-02 15:09:15 +0000
  • 9183c10d33 PR 15743: Add support for custom palettes: Submitted by Brian Sanders Avik Sengupta 2003-01-02 11:17:57 +0000
  • 39c467502a Changing the work dirs so that junit can find the generated interim classes to build and run the testcases. Nicola Ken Barozzi 2003-01-01 20:31:51 +0000
  • e427ecaafd Enable unit test run in Gump. Nicola Ken Barozzi 2003-01-01 11:00:14 +0000
  • 5052940511 PR:15677 Avik Sengupta 2003-01-01 09:24:39 +0000
  • 337480cb38 Bug 15720 Rainer Klute 2002-12-30 18:30:22 +0000
  • 7ebdf65ccb Not using inherit for Ant. Contacted Costin for latest failure. Locally it works, making it work again on Gump. Nicola Ken Barozzi 2002-12-30 14:48:32 +0000
  • 0168bc62a8 ant-embed is no more, the move to main branch is almost finished. Soon we will be using only Ant 1.6-dev. Nicola Ken Barozzi 2002-12-29 23:38:05 +0000
  • a080ded07e One-line file properly split into many lines. Rainer Klute 2002-12-28 11:15:11 +0000
  • fcee68ae9f Fixed double spacing Glen Stampoultzis 2002-12-28 08:11:33 +0000
  • debd622e60 Typo fixed. Rainer Klute 2002-12-27 11:21:52 +0000
  • 4dd943e6e6 Some cleanup Glen Stampoultzis 2002-12-27 10:54:08 +0000
  • 622e6619ba Empty private constructor not needed when alternative constructor is available. Glen Stampoultzis 2002-12-27 10:51:33 +0000
  • 3b8f9aff10 new faq on cell styles Avik Sengupta 2002-12-27 05:44:40 +0000
  • 04e78aae67 Some reformatting only. Glen Stampoultzis 2002-12-26 23:14:09 +0000
  • 6d73597035 Some reformatting only. Glen Stampoultzis 2002-12-26 22:55:26 +0000
  • 2eb1a142ca Some reformatting only. Glen Stampoultzis 2002-12-26 22:48:30 +0000
  • 841ecac5b7 Costin added the patch from Centipede to the embed proposal and the ant main branch. So there is one and only POI build to check for. Nicola Ken Barozzi 2002-12-26 09:09:57 +0000
  • babbf9384f PR:15324- styles in formula cells; submitted by Danny Mui Avik Sengupta 2002-12-25 17:36:05 +0000
  • edad0e388a PR:15537 - set active cell in sheet; submitted by Brian Sanders Avik Sengupta 2002-12-25 17:27:08 +0000
  • f661c1b7f9 PR:15643 HSSFColor; submitted by Brian Sanders Avik Sengupta 2002-12-25 17:18:03 +0000
  • fa2c4ea23e Added a cutting-edge project to test inheritance and use the lates and greateds from embed. Using the supplied jart of embed for the normal one, since in these days Ant is integrating the embed proposal in core and things are moving. Nicola Ken Barozzi 2002-12-24 14:32:02 +0000
  • 3f3b38efa7 imports seemed to be commented put but weren't. Commented them out now. Nicola Ken Barozzi 2002-12-24 07:35:05 +0000
  • d3a013e8af Cleaning and adding unit tests to the mix. Nicola Ken Barozzi 2002-12-23 17:56:08 +0000
  • 5103ea7db1 Parallely to new build try to get old one to compile. Nicola Ken Barozzi 2002-12-23 10:30:08 +0000
  • b7ec4fe7a0 Using a patched version of embed till they patch in ant codebase. Nicola Ken Barozzi 2002-12-23 10:07:31 +0000
  • 3bc47ccff5 Adding dependencies that are needed for running krysalis-ruper. All these dependencies that come from centipede will be defined and inherited from krysalis-centipede. Nicola Ken Barozzi 2002-12-22 23:53:45 +0000
  • 2970e055b7 Added sysproperties section for junit. New junit cent in CVS (not yet in repo) now allows them to be specified in the ptoperties.xml file. Nicola Ken Barozzi 2002-12-22 22:11:40 +0000
  • b7b46de25a Ant home is krysalis-centipede's home here ;-) Nicola Ken Barozzi 2002-12-21 17:51:22 +0000
  • a511b9a62a Adding a test build that uses the script. Nicola Ken Barozzi 2002-12-21 11:33:05 +0000
  • cb300b4ec2 Strip down buildfile to only compilation. Nicola Ken Barozzi 2002-12-21 11:28:30 +0000
  • 0f7d280314 Other adds to the module definition, and creation of a test project to be used with new centiepde. Nicola Ken Barozzi 2002-12-21 11:26:53 +0000
  • 88fd2b81ed Resubmitted test data file with -kb set. Rainer Klute 2002-12-20 18:29:47 +0000
  • d9fde7aa8c File was checked in without -kb. I will check it back in in a second. Rainer Klute 2002-12-20 18:23:13 +0000
  • fdf52daa33 Updated the module.xml to the correct unit testing dir. Added junit cent to the imports of the project and fixed a property. Nicola Ken Barozzi 2002-12-20 15:56:51 +0000
  • eaaf06b6ea Updates for the new Centipede beta4. Added source dirs. Nicola Ken Barozzi 2002-12-20 15:26:53 +0000
  • b737cfd57e New Centipede buildfile. Will be called by centipede beta4. Nicola Ken Barozzi 2002-12-20 15:26:32 +0000
  • 5e7f65b50f Updating properties to be used with latest centipede too.Kept old ones in the meantime. Nicola Ken Barozzi 2002-12-20 15:26:03 +0000
  • 33103b99d8 Updating Status to latest format Nicola Ken Barozzi 2002-12-20 15:24:33 +0000
  • a40acc546d Vorking on making gump work again. Nicola Ken Barozzi 2002-12-19 15:27:21 +0000