summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* initial check inSaid Ryan Ackley2004-03-031-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353524 13f79535-47bb-0310-9956-ffa450edef68
* <No Comment Entered>Said Ryan Ackley2004-03-0336-18399/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353523 13f79535-47bb-0310-9956-ffa450edef68
* clean upSaid Ryan Ackley2004-03-031-246/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353522 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2004-03-021-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353521 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2004-03-027-17/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353520 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2004-03-029-438/+8966
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353519 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2004-03-0270-795/+7899
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353518 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Said Ryan Ackley2004-03-029-0/+961
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353517 13f79535-47bb-0310-9956-ffa450edef68
* Copied in the new change details into the status file of head. Boy I'll be ↵Glen Stampoultzis2004-01-261-0/+14
| | | | | | glad when the 2.0 branch is dead. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353492 13f79535-47bb-0310-9956-ffa450edef68
* Commit of KEYS file to head.Glen Stampoultzis2004-01-261-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353491 13f79535-47bb-0310-9956-ffa450edef68
* I know POI developers are supposed to like working with binary data,Avik Sengupta2004-01-251-30/+43
| | | | | | | | | | but going thru source code with a hex editor to figure out characters isnt my idea of fun :)) Anyways, hpsf.basic.TestWrite now runs, on both UTF-8 and US-ASCII environments. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353488 13f79535-47bb-0310-9956-ffa450edef68
* getting forrest to build on HEAD. Sorry Glen :)Avik Sengupta2004-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353486 13f79535-47bb-0310-9956-ffa450edef68
* Buf fix plus testcasde: Reading property values failed with a ↵Rainer Klute2004-01-082-1/+1
| | | | | | StringIndexOutOfBoundsException on empty strings. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353485 13f79535-47bb-0310-9956-ffa450edef68
* fixed a simple bug (25781)Said Ryan Ackley2004-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353484 13f79535-47bb-0310-9956-ffa450edef68
* On HEAD, checking in testcase for 25695. But it doesnt work for reason's ↵Avik Sengupta2004-01-012-0/+56
| | | | | | unknown. And its not this particular issue thats the culprit. getStringValue returns blank..:( git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353481 13f79535-47bb-0310-9956-ffa450edef68
* on head, missed the testcase for the formula parser changesAvik Sengupta2004-01-011-1/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353480 13f79535-47bb-0310-9956-ffa450edef68
* bug 24125 - date formats. sync to head.Avik Sengupta2004-01-011-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353476 13f79535-47bb-0310-9956-ffa450edef68
* bug 25457, formula parser fixes by Peter M MurrayAvik Sengupta2004-01-012-33/+70
| | | | | | | sync to head git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353475 13f79535-47bb-0310-9956-ffa450edef68
* Set constants to be static.Shawn Laubach2003-12-311-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353472 13f79535-47bb-0310-9956-ffa450edef68
* Auguste's Spanish Transaltions. ThanksAvik Sengupta2003-12-309-272/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353469 13f79535-47bb-0310-9956-ffa450edef68
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. ↵Rainer Klute2003-12-0628-72/+41
| | | | | | However, this does not mean the the documentation is fine. Please check your documentation! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353467 13f79535-47bb-0310-9956-ffa450edef68
* Removed parameter types from @param statements - Javadoc knows about the ↵Rainer Klute2003-12-054-11/+11
| | | | | | types by itself. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353466 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-056-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353465 13f79535-47bb-0310-9956-ffa450edef68
* Removed some of the Javadoc errors. Fellow developers, please run "ant ↵Rainer Klute2003-12-0416-25/+24
| | | | | | javadocs" and see what can be improved! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353464 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-12-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353463 13f79535-47bb-0310-9956-ffa450edef68
* Oops - small bug fixed.Rainer Klute2003-12-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353462 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: new testcase to check the new codepage support - plus a fix to correct ↵Rainer Klute2003-12-034-31/+76
| | | | | | a bug detected by the testcase. Hey, that's what testcases are good for! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353461 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: codepage support addedRainer Klute2003-12-0215-103/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353460 13f79535-47bb-0310-9956-ffa450edef68
* Superfluous import statements removedRainer Klute2003-11-241-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353459 13f79535-47bb-0310-9956-ffa450edef68
* ReformattedRainer Klute2003-11-241-30/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353458 13f79535-47bb-0310-9956-ffa450edef68
* new case study. Thanks!!!Andrew C. Oliver2003-11-231-0/+28
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353457 13f79535-47bb-0310-9956-ffa450edef68
* Apachecon US 2003 is overtetsuya2003-11-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353456 13f79535-47bb-0310-9956-ffa450edef68
* documentation update for 2.0Avik Sengupta2003-11-199-69/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353455 13f79535-47bb-0310-9956-ffa450edef68
* Really clone the merged regions...Thanks to Jason for pointing this out.Danny Mui2003-11-172-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353454 13f79535-47bb-0310-9956-ffa450edef68
* The cloned reference for merged cells did not create a new collection, Danny Mui2003-11-172-1/+80
| | | | | | | | | so deletes cascaded to the original. Reported by: huri@users.sourceforge.net PR: 22720 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353452 13f79535-47bb-0310-9956-ffa450edef68
* fixed a problem with unicode and textSaid Ryan Ackley2003-11-131-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353450 13f79535-47bb-0310-9956-ffa450edef68
* fixed a misspelling in the java class nameSaid Ryan Ackley2003-11-131-0/+322
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353449 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2003-11-137-75/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353448 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2003-11-124-67/+343
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353447 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2003-11-128-15/+212
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353446 13f79535-47bb-0310-9956-ffa450edef68
* latest changesSaid Ryan Ackley2003-11-1115-155/+821
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353445 13f79535-47bb-0310-9956-ffa450edef68
* some quick changesSaid Ryan Ackley2003-11-101-12/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353444 13f79535-47bb-0310-9956-ffa450edef68
* latest changes...still not working though!Said Ryan Ackley2003-11-1031-2696/+1427
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353443 13f79535-47bb-0310-9956-ffa450edef68
* initial check inSaid Ryan Ackley2003-11-1026-0/+4352
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353442 13f79535-47bb-0310-9956-ffa450edef68
* Fix to 24519. getCustomPalette now works on the head with a newly created ↵Jason Height2003-11-091-1/+0
| | | | | | workbook git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353441 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-11-071-18/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353439 13f79535-47bb-0310-9956-ffa450edef68
* Fix supplied for bug 24397 where some compilation got ambiguous classes. ↵Shawn Laubach2003-11-042-0/+8
| | | | | | Explicitly imports the classes. Patch supplied by Jean-Pierre Paris. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353438 13f79535-47bb-0310-9956-ffa450edef68
* Fix supplied for bug 24397 where some compilation got ambiguous classes. ↵Shawn Laubach2003-11-041-0/+13
| | | | | | Explicitly imports the classes. Patch supplied by Jean-Pierre Paris. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353437 13f79535-47bb-0310-9956-ffa450edef68
* Applied change log to HEADGlen Stampoultzis2003-11-021-95/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353436 13f79535-47bb-0310-9956-ffa450edef68
* getters and setters for ClassID - addendum to bug 22195, by Kirill JacobsonAvik Sengupta2003-11-013-0/+40
| | | | | | | sync from branch git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353431 13f79535-47bb-0310-9956-ffa450edef68