204005f49fUpdated to reflect reality.
Glen Stampoultzis
2003-04-01 13:01:43 +0000
824a0eea49please 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
247157f3d3FormulaRecord 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
978c2a0491Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in the chart documentation.
Danny Muid
2003-03-27 22:14:48 +0000
0167d684b6Pointer to homepage
Glen Stampoultzis
2003-03-24 03:15:32 +0000
0fcc9507a7Add 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
cd1a9a6452Further 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
3048751bcaAdded 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
fb495e66a7Corrected spelling on web page
Danny Muid
2003-03-17 20:50:41 +0000
83b4c947daSupport for the SUMIF formula and non-alpha string literals
Danny Muid
2003-03-17 04:47:58 +0000
9dfd573ce7FormulaParser changes to support IF function(s)
Danny Muid
2003-03-15 01:57:41 +0000
9087b6e859Fixed year
Glen Stampoultzis
2003-03-11 02:35:21 +0000
8fca746cb1Added remove and another PrintArea setting method and documentation update
Danny Muid
2003-03-07 21:52:37 +0000
16f6a467bfFixed 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
f956d04130Fixes 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
b96718de91Added PrintArea documentation and corrected spelling for contrib description
Danny Muid
2003-03-06 21:04:47 +0000
ad2d4ed3ebPrint 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
b390fc6d80fix for bug 14729 - cant merge more than 1027 times. fix submitted by tony poppleton
Avik Sengupta
2003-03-01 17:56:55 +0000
163938a466testcase for changing sheet order
Avik Sengupta
2003-03-01 17:55:36 +0000
09b1b6e909Support 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
e378cb0b2dfixed 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
5a5a725b78Bump up the nightly build number since were releasing.
Glen Stampoultzis
2003-02-23 08:13:31 +0000
90e630a955Fixed 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
caf032a84fReceived comments about no documentation. Added a blurb in the quick-guide.
Shawn Laubach
2003-02-12 15:05:16 +0000
8ca979d116Fix 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
8d97fa765aSupport for freezepanes / split panes / header rows and columns on printouts... see documentation for details.
Glen Stampoultzis
2003-02-06 10:29:45 +0000
a93bb25fd9removed per sam. Against policy (LGPL). (Autodownloads if you need it anyhow)
Andrew C. Oliver
2003-02-05 20:32:59 +0000
c6814aa16cCompleted the third main section of the HPSF HOW-TO.
Rainer Klute
2003-02-05 19:33:27 +0000
f0d24f1970Ironed 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
7c7cbf0a20Example JSP page using POI/HSSF, submitted by brian westrich
Avik Sengupta
2003-01-26 20:43:02 +0000
30e58e3952PR: 16145 - tests delete their output files Submitted by: Brian Sanders
Avik Sengupta
2003-01-26 20:34:39 +0000
b1e67e6be6Updated centibuild descriptor to use centiepde task.
Nicola Ken Barozzi
2003-01-14 15:10:51 +0000
3d7da30cabforgot a file PR: Obtained from: Submitted by: Reviewed by:
Andrew C. Oliver
2003-01-06 04:43:38 +0000
fea5acbbe9First 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
888bdbf619This commit was manufactured by cvs2svn to create branch 'performance-branch'.
No Author
2003-01-03 11:30:48 +0000
1f65eb415badded new files for custom palette patch
Avik Sengupta
2003-01-02 15:09:15 +0000
9183c10d33PR 15743: Add support for custom palettes: Submitted by Brian Sanders
Avik Sengupta
2003-01-02 11:17:57 +0000
39c467502aChanging 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
e427ecaafdEnable unit test run in Gump.
Nicola Ken Barozzi
2003-01-01 11:00:14 +0000
7ebdf65ccbNot 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
0168bc62a8ant-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
a080ded07eOne-line file properly split into many lines.
Rainer Klute
2002-12-28 11:15:11 +0000
841ecac5b7Costin 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
babbf9384fPR:15324- styles in formula cells; submitted by Danny Mui
Avik Sengupta
2002-12-25 17:36:05 +0000
edad0e388aPR:15537 - set active cell in sheet; submitted by Brian Sanders
Avik Sengupta
2002-12-25 17:27:08 +0000
f661c1b7f9PR:15643 HSSFColor; submitted by Brian Sanders
Avik Sengupta
2002-12-25 17:18:03 +0000
fa2c4ea23eAdded 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
3f3b38efa7imports seemed to be commented put but weren't. Commented them out now.
Nicola Ken Barozzi
2002-12-24 07:35:05 +0000
d3a013e8afCleaning and adding unit tests to the mix.
Nicola Ken Barozzi
2002-12-23 17:56:08 +0000
5103ea7db1Parallely to new build try to get old one to compile.
Nicola Ken Barozzi
2002-12-23 10:30:08 +0000
b7ec4fe7a0Using a patched version of embed till they patch in ant codebase.
Nicola Ken Barozzi
2002-12-23 10:07:31 +0000
3bc47ccff5Adding 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
2970e055b7Added 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
b7b46de25aAnt home is krysalis-centipede's home here ;-)
Nicola Ken Barozzi
2002-12-21 17:51:22 +0000
a511b9a62aAdding a test build that uses the script.
Nicola Ken Barozzi
2002-12-21 11:33:05 +0000
cb300b4ec2Strip down buildfile to only compilation.
Nicola Ken Barozzi
2002-12-21 11:28:30 +0000
0f7d280314Other 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
88fd2b81edResubmitted test data file with -kb set.
Rainer Klute
2002-12-20 18:29:47 +0000
d9fde7aa8cFile was checked in without -kb. I will check it back in in a second.
Rainer Klute
2002-12-20 18:23:13 +0000
fdf52daa33Updated 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
eaaf06b6eaUpdates for the new Centipede beta4. Added source dirs.
Nicola Ken Barozzi
2002-12-20 15:26:53 +0000
b737cfd57eNew Centipede buildfile. Will be called by centipede beta4.
Nicola Ken Barozzi
2002-12-20 15:26:32 +0000
5e7f65b50fUpdating properties to be used with latest centipede too.Kept old ones in the meantime.
Nicola Ken Barozzi
2002-12-20 15:26:03 +0000
33103b99d8Updating Status to latest format
Nicola Ken Barozzi
2002-12-20 15:24:33 +0000
a40acc546dVorking on making gump work again.
Nicola Ken Barozzi
2002-12-19 15:27:21 +0000