aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix inspired by bug #45804 - Update HSMF to handle Outlook 3.0 msg files, ↵Nick Burch2008-09-1511-38/+269
| | | | | | which have a different string chunk type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695649 13f79535-47bb-0310-9956-ffa450edef68
* Make MissingCellPolicy javadocs even more explicit about iterators, as ↵Nick Burch2008-09-152-1/+6
| | | | | | people seem not to quite get it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695621 13f79535-47bb-0310-9956-ffa450edef68
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally ↵Nick Burch2008-09-154-3/+39
| | | | | | held on the parent style though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695420 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ↵Nick Burch2008-09-145-1/+127
| | | | | | fully there yet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695303 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-1414-178/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695264 13f79535-47bb-0310-9956-ffa450edef68
* Replace some model.Sheet references with usermodel.HSSFSheet ones, to make ↵Nick Burch2008-09-134-27/+26
| | | | | | more in keeping with xssf, and make merges easier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694946 13f79535-47bb-0310-9956-ffa450edef68
* Slight tidyNick Burch2008-09-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694939 13f79535-47bb-0310-9956-ffa450edef68
* Added toString methods formatAsString to CellValue. Changed deprecation on ↵Josh Micich2008-09-134-91/+93
| | | | | | CellValue.getRichTextStringValue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694881 13f79535-47bb-0310-9956-ffa450edef68
* Refactored TextFunctions. Some minor fixes - test cases added.Josh Micich2008-09-1319-994/+341
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694877 13f79535-47bb-0310-9956-ffa450edef68
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-1232-290/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694643 13f79535-47bb-0310-9956-ffa450edef68
* Extended support for cached results of formula cellsJosh Micich2008-09-1214-798/+1034
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694631 13f79535-47bb-0310-9956-ffa450edef68
* clarification of ArrayPtg size incrementJosh Micich2008-09-121-30/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694620 13f79535-47bb-0310-9956-ffa450edef68
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-1218-178/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694619 13f79535-47bb-0310-9956-ffa450edef68
* small tweak to unit test which was silently creating UnknownPtgs Josh Micich2008-09-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694615 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregateJosh Micich2008-09-119-574/+687
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694534 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring MultiOperandNumericFunction - removed Ref2DEval.Josh Micich2008-09-117-309/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694153 13f79535-47bb-0310-9956-ffa450edef68
* fixed special cases of MODE functionJosh Micich2008-09-108-100/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694065 13f79535-47bb-0310-9956-ffa450edef68
* Refactored finance functions.Josh Micich2008-09-1014-533/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694050 13f79535-47bb-0310-9956-ffa450edef68
* Refactored hierarchy of MultiOperandNumericFunction. Fixed error value ↵Josh Micich2008-09-1020-1284/+407
| | | | | | handling. Enabled error value check in TestFormulasFromSpreadsheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693990 13f79535-47bb-0310-9956-ffa450edef68
* (Should have been submitted with 693939) Fixing error value handling for ↵Josh Micich2008-09-102-2/+64
| | | | | | numeric functions. Refactored hierarchy. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693947 13f79535-47bb-0310-9956-ffa450edef68
* (Should have been submitted with 693939) Fixing error value handling for ↵Josh Micich2008-09-101-86/+304
| | | | | | numeric functions. Refactored hierarchy. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693941 13f79535-47bb-0310-9956-ffa450edef68
* Fixing error value handling for numeric functions. Refactored hierarchy.Josh Micich2008-09-1020-1205/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693939 13f79535-47bb-0310-9956-ffa450edef68
* Fixed special cases of INDEX function (single columns / single rows, and errors)Josh Micich2008-09-097-5/+319
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693658 13f79535-47bb-0310-9956-ffa450edef68
* removed debug code accidentally submitted with r693591Josh Micich2008-09-091-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693639 13f79535-47bb-0310-9956-ffa450edef68
* Added support for parsing array constants in formulas. (Helping ↵Josh Micich2008-09-099-128/+321
| | | | | | investigation for bug 45752) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693591 13f79535-47bb-0310-9956-ffa450edef68
* don't increment the number of shapes when cloning a sheet with drawingsYegor Kozlov2008-09-092-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693383 13f79535-47bb-0310-9956-ffa450edef68
* Common refactoring for one arg numeric functionsJosh Micich2008-09-0827-1685/+272
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693309 13f79535-47bb-0310-9956-ffa450edef68
* Refactored OperandResolver coerce functions to convert BlankEval to 0.0Josh Micich2008-09-0813-90/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693289 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for DAY/MONTH/YEAR functions (junit cases added)Josh Micich2008-09-086-202/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693250 13f79535-47bb-0310-9956-ffa450edef68
* Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdxJosh Micich2008-09-085-15/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693221 13f79535-47bb-0310-9956-ffa450edef68
* cosmetic fix for Area3DPtg.toString()Josh Micich2008-09-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693203 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45761 - Support for Very Hidden excel sheets in HSSFNick Burch2008-09-087-5/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693175 13f79535-47bb-0310-9956-ffa450edef68
* always call Workbook.cloneDrawings when cloning sheetsYegor Kozlov2008-09-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693085 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #45738 - Initial HWPF support for Office Art ShapesNick Burch2008-09-077-4/+229
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692918 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45720: cloneSheet breaks autofilters.Yegor Kozlov2008-09-078-879/+939
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692893 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.Josh Micich2008-09-066-6/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692614 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for special cases of lookup functions (test cases added)Josh Micich2008-09-064-34/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692612 13f79535-47bb-0310-9956-ffa450edef68
* reverted changes accidentally submitted with r692538Josh Micich2008-09-053-25/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692541 13f79535-47bb-0310-9956-ffa450edef68
* Modified formula evaluator to handle whole column refsJosh Micich2008-09-059-292/+414
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692538 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes for numeric operators - junit added. Some refactoring.Josh Micich2008-09-0516-627/+352
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692506 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45376 - added caching to HSSFFormulaEvaluatorJosh Micich2008-09-047-134/+285
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692300 13f79535-47bb-0310-9956-ffa450edef68
* Made HSSFFormulaEvaluator capable of handling simple named rangesJosh Micich2008-09-047-43/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692255 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler warnings, linked junit test to suiteJosh Micich2008-09-042-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692243 13f79535-47bb-0310-9956-ffa450edef68
* Fix unused import (correction to r692239)Josh Micich2008-09-042-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692241 13f79535-47bb-0310-9956-ffa450edef68
* Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored ↵Josh Micich2008-09-0413-583/+451
| | | | | | hierarchy. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692239 13f79535-47bb-0310-9956-ffa450edef68
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning ↵Josh Micich2008-09-038-531/+404
| | | | | | sheets. Some clean-up in NameRecord. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ArrayPtg.toString to not crash when partially initialisedJosh Micich2008-09-031-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691687 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45728: SlideShow.reorderSlide didn't work properlyYegor Kozlov2008-09-037-75/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691533 13f79535-47bb-0310-9956-ffa450edef68
* continue making progress with hslf hyperlinksYegor Kozlov2008-09-027-8/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691182 13f79535-47bb-0310-9956-ffa450edef68
* improved handling of StyleTextPropAtom bit masks, added more read-write ↵Yegor Kozlov2008-09-024-720/+716
| | | | | | roundtrip tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691180 13f79535-47bb-0310-9956-ffa450edef68