summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation ↵Danny Mui2003-03-292-7/+61
| | | | | | | | | | 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) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353037 13f79535-47bb-0310-9956-ffa450edef68
* Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in ↵Danny Mui2003-03-272-12/+12
| | | | | | the chart documentation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353036 13f79535-47bb-0310-9956-ffa450edef68
* Opps... mistyped URL.Glen Stampoultzis2003-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353035 13f79535-47bb-0310-9956-ffa450edef68
* Pointer to homepageGlen Stampoultzis2003-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353034 13f79535-47bb-0310-9956-ffa450edef68
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-203-0/+51
| | | | | | | | | Original patch supplied by Henning Boeger Changed to make it deeper clone, added clone to StringRecord in the process Also added a test. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353033 13f79535-47bb-0310-9956-ffa450edef68
* Further to bug 17491:set sheet order - now made accessible from usermodel, ↵Avik Sengupta2003-03-182-1/+116
| | | | | | rudimentary testcase added. Testcase to be enhanced. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353032 13f79535-47bb-0310-9956-ffa450edef68
* Added license!Avik Sengupta2003-03-181-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353031 13f79535-47bb-0310-9956-ffa450edef68
* Added new class per bug 13478, to read data from low performance input streams.Avik Sengupta2003-03-181-0/+100
| | | | | | | Patch submitted by Jens Gerhard - thanks. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353030 13f79535-47bb-0310-9956-ffa450edef68
* Corrected spelling on web pageDanny Mui2003-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353029 13f79535-47bb-0310-9956-ffa450edef68
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-174-18/+97
| | | | | | | | | | | | | PR: Also fixes Bug #17582 Obtained from: Submitted by: Test case for non-alpha string literals provided by ext-jens.riis@nokia.com (Jens Riis) Reviewed by: Thanks Avik for your FormulaParser help git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353028 13f79535-47bb-0310-9956-ffa450edef68
* FormulaParser changes to support IF function(s)Danny Mui2003-03-155-23/+407
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353027 13f79535-47bb-0310-9956-ffa450edef68
* Fixed yearGlen Stampoultzis2003-03-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353026 13f79535-47bb-0310-9956-ffa450edef68
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-074-24/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353025 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 17373 - incorrect handling of continue records after unknown ↵Avik Sengupta2003-03-075-13/+122
| | | | | | records corrupting a template. Patch submitted by Csaba Nagy -- thanks git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353024 13f79535-47bb-0310-9956-ffa450edef68
* Fixes NullPointerException for getMergedRegionAt(index) when the index ↵Danny Mui2003-03-061-1/+1
| | | | | | provided is valid (ie, 2 merged regions, request for index 0 would return null). git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353023 13f79535-47bb-0310-9956-ffa450edef68
* Added PrintArea documentation and corrected spelling for contrib descriptionDanny Mui2003-03-061-3/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353022 13f79535-47bb-0310-9956-ffa450edef68
* Print Area PatchDanny Mui2003-03-0614-352/+1159
| | | | | | | | | | | | | | | 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) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353021 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-012-17/+159
| | | | | | | fix submitted by tony poppleton git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353020 13f79535-47bb-0310-9956-ffa450edef68
* testcase for changing sheet orderAvik Sengupta2003-03-011-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353019 13f79535-47bb-0310-9956-ffa450edef68
* Support for changing sheet order submitted by Ruel Loehr. Probably should ↵Avik Sengupta2003-03-011-0/+13
| | | | | | also add access to this in usermodel? git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353018 13f79535-47bb-0310-9956-ffa450edef68
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-019-3/+135
| | | | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353017 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements.Rainer Klute2003-02-222-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14735Andrew C. Oliver2003-02-221-14/+15
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353014 13f79535-47bb-0310-9956-ffa450edef68
* First preparations for HPSF writing functionality.Rainer Klute2003-02-226-21/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353013 13f79535-47bb-0310-9956-ffa450edef68
* Small bug fixes with respect to hex decoding.Rainer Klute2003-02-223-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353012 13f79535-47bb-0310-9956-ffa450edef68
* Recent changesGlen Stampoultzis2003-02-221-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353010 13f79535-47bb-0310-9956-ffa450edef68
* Bug 17222: Workbook corruption when using sheet.addRow()Avik Sengupta2003-02-211-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353009 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-02-201-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353008 13f79535-47bb-0310-9956-ffa450edef68
* Fixed misnamed method - thanks Marcantonio.Glen Stampoultzis2003-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353007 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug reading timestamps wrongly sometimes, placing the files'Rainer Klute2003-02-131-2/+2
| | | | | | | | times in the Middle Ages. And no, neither Microsoft nor POI existed back then. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353006 13f79535-47bb-0310-9956-ffa450edef68
* Received comments about no documentation. Added a blurb in the quick-guide.Shawn Laubach2003-02-121-0/+21
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353005 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ↵Shawn Laubach2003-02-093-83/+180
| | | | | | | | | | | | 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. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353004 13f79535-47bb-0310-9956-ffa450edef68
* Typo corrected. (More corrections are welcome.)Rainer Klute2003-02-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353003 13f79535-47bb-0310-9956-ffa450edef68
* Support for freezepanes / split panes / header rows and columns on ↵Glen Stampoultzis2003-02-0626-181/+2277
| | | | | | printouts... see documentation for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
* Completed the third main section of the HPSF HOW-TO.Rainer Klute2003-02-054-127/+370
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353000 13f79535-47bb-0310-9956-ffa450edef68
* More HPSF documentationRainer Klute2003-02-022-8/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352999 13f79535-47bb-0310-9956-ffa450edef68
* HPSF sample program showing how to read custom property sets.Rainer Klute2003-02-021-0/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352998 13f79535-47bb-0310-9956-ffa450edef68
* More HPSF documentation.Rainer Klute2003-02-021-10/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352997 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-02-011-0/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352996 13f79535-47bb-0310-9956-ffa450edef68
* Formatting fixed.Rainer Klute2003-02-0113-961/+698
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352995 13f79535-47bb-0310-9956-ffa450edef68
* Wording and grammar fixed.Rainer Klute2003-02-011-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352994 13f79535-47bb-0310-9956-ffa450edef68
* - Started to document the reading of general property set streams.Rainer Klute2003-01-303-129/+177
| | | | | | | - Minor documentation fixes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352993 13f79535-47bb-0310-9956-ffa450edef68
* Illegal Javadoc tag "@created" removed.Rainer Klute2003-01-2913-21/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352992 13f79535-47bb-0310-9956-ffa450edef68
* Comment improved.Rainer Klute2003-01-291-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
* Ironed the german translation a little bit. And I noticed that the introductoryRainer Klute2003-01-292-113/+145
| | | | | | | page should be reconsidered. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352990 13f79535-47bb-0310-9956-ffa450edef68
* Example JSP page using POI/HSSF, submitted by brian westrichAvik Sengupta2003-01-261-0/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352989 13f79535-47bb-0310-9956-ffa450edef68
* PR: 16145 - tests delete their output filesAvik Sengupta2003-01-262-2/+0
| | | | | | | Submitted by: Brian Sanders git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352988 13f79535-47bb-0310-9956-ffa450edef68
* removed debug outputAvik Sengupta2003-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352986 13f79535-47bb-0310-9956-ffa450edef68
* Moved HSSFChart to it's correct place.Glen Stampoultzis2003-01-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352984 13f79535-47bb-0310-9956-ffa450edef68
* Bug 15766 fixed.Rainer Klute2003-01-033-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352980 13f79535-47bb-0310-9956-ffa450edef68