/[Apache-SVN]
ViewVC logotype

Revision 634936


Jump to revision: Previous Next
Author: ugo
Date: Sat Mar 8 11:49:00 2008 UTC (16 years ago)
Changed paths: 205 (showing only 100; show all)
Log Message:
Merged revisions 627779-634630 via svnmerge from 
https://svn.apache.org/repos/asf/poi/trunk

........
  r627779 | nick | 2008-02-14 16:32:49 +0100 (Thu, 14 Feb 2008) | 1 line
  
  In the interests of sanity, stop having hssf test data files in scratchpad and main, go to just having them in main
........
  r627788 | nick | 2008-02-14 17:01:10 +0100 (Thu, 14 Feb 2008) | 1 line
  
  Big formula update from Josh from bug #44364 - support for Match, NA and SumProduct functions, and initial error support in functions
........
  r627999 | nick | 2008-02-15 11:30:10 +0100 (Fri, 15 Feb 2008) | 1 line
  
  To avoid confusion and repeated changes in svn, update the TestDataValidation test to output its file (that needs opening in excel to check to output) into the system tmp directory
........
  r628027 | nick | 2008-02-15 12:45:13 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Fix for bug #44403 - Have mid use the third argument properly, and test
........
  r628029 | nick | 2008-02-15 12:53:25 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, VLOOKUP formulas, where a cell is actually allowed to reference itself
........
  r628033 | nick | 2008-02-15 13:04:42 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Fix from Josh from bug #44417 - Improved handling of references for the need to quote the sheet name for some formulas, but not when fetching a sheet by name
........
  r628035 | nick | 2008-02-15 13:13:25 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Fix from Josh from bug #44421 - Update Match function to properly support Area references
........
  r628044 | nick | 2008-02-15 13:59:40 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Partial fix for bug #44410 - support whole column ranges such as C:C in the formula evaluator (so SUM(D:D) will now work). However, the formula string will still be displayed wrong
........
  r628065 | nick | 2008-02-15 14:50:38 +0100 (Fri, 15 Feb 2008) | 1 line
  
  Further support for whole-column references, including formula strings and the evaluator. Also has some new tests for it
........
  r628714 | nick | 2008-02-18 14:08:16 +0100 (Mon, 18 Feb 2008) | 1 line
  
  Update notice for latest guidance on ooxml xsd licence, and update getting involved to link to the newly released binary file format docs
........
  r629552 | nick | 2008-02-20 19:14:30 +0100 (Wed, 20 Feb 2008) | 1 line
  
  Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments to the Mid function
........
  r629738 | nick | 2008-02-21 11:36:08 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a HSSFRow is null
........
  r629742 | nick | 2008-02-21 11:49:25 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Use the right way to figure out how many rows on a sheet, so we display the row number for all of them on the left hand side. Also, tidy up some imports
........
  r629755 | nick | 2008-02-21 12:34:25 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and add tests for it
........
  r629821 | nick | 2008-02-21 16:08:44 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Patch from Josh from bug #44371 - support for OFFSET function, and various tweaks to the formula evaluator to support this
........
  r629829 | nick | 2008-02-21 16:35:59 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied
........
  r629831 | nick | 2008-02-21 16:40:34 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Patch from Josh from bug #44437 - improved unit test for poifs
........
  r629832 | nick | 2008-02-21 16:42:06 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Patch from Josh from bug #44437 - improved unit test for poifs
........
  r629837 | nick | 2008-02-21 16:48:52 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Patch from Josh from bug #44449 - Handle SharedFormulas better, for where there are formulas for the same area on two sheets, and when the shared formula flag is set incorrectly
........
  r629849 | nick | 2008-02-21 17:22:18 +0100 (Thu, 21 Feb 2008) | 1 line
  
  Add a disabled test for a file with whacky StyleRecords that trigger an AIOOB
........
  r629865 | nick | 2008-02-21 17:44:46 +0100 (Thu, 21 Feb 2008) | 1 line
  
  At the request of legal-discuss, shuffle the ooxml xsd licence details into LICENSE from NOTICE
........
  r630160 | nick | 2008-02-22 12:23:50 +0100 (Fri, 22 Feb 2008) | 1 line
  
  Patch from Josh from bug #44450 - VLookup and HLookup support, and improvements to Lookup and Offset
........
  r630164 | nick | 2008-02-22 12:40:00 +0100 (Fri, 22 Feb 2008) | 1 line
  
  Bug #44471 - Crystal Reports generates files with short StyleRecords, which isn't allowed in the spec. Work around this
........
  r633114 | nick | 2008-03-03 16:01:18 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Patch from Paolo from bug #44481 - getVerticallyCenter shouldn't take a parameter, but leave the old version in as deprecated for now
........
  r633118 | nick | 2008-03-03 16:10:46 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Fix from Yegor from bug #44491 - don't have the new style handy POIDocument property stuff break old style hpsf+hssf use
........
  r633126 | nick | 2008-03-03 16:26:38 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Patch from Josh from bug #44495 - Handle named cell ranges in formulas that have lower case parts
........
  r633151 | nick | 2008-03-03 17:09:02 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns
........
  r633169 | nick | 2008-03-03 17:55:00 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell on boolean formulas
........
  r633205 | nick | 2008-03-03 18:47:36 +0100 (Mon, 03 Mar 2008) | 1 line
  
  Fix indent, add more documentation, and make the error message more helpful
........
  r633505 | nick | 2008-03-04 16:06:29 +0100 (Tue, 04 Mar 2008) | 1 line
  
  Problem files from bug #44501
........
  r633547 | nick | 2008-03-04 17:53:32 +0100 (Tue, 04 Mar 2008) | 1 line
  
  Big patch from Josh from bug #44504 - lots of formula parser improvements
........
  r633548 | nick | 2008-03-04 17:59:02 +0100 (Tue, 04 Mar 2008) | 1 line
  
  Changelog update for last patch
........
  r634318 | nick | 2008-03-06 16:54:06 +0100 (Thu, 06 Mar 2008) | 1 line
  
  Change the behaviour on short last blocks to be a warning not an exception, as some people seem to have "real" valid files that trigger this. Fixed bug #28231
........
  r634371 | nick | 2008-03-06 19:06:48 +0100 (Thu, 06 Mar 2008) | 1 line
  
  Embeded files from bug #44524
........
  r634372 | nick | 2008-03-06 19:13:47 +0100 (Thu, 06 Mar 2008) | 1 line
  
  Add broken test for bug #43901
........
  r634617 | nick | 2008-03-07 12:18:02 +0100 (Fri, 07 Mar 2008) | 1 line
  
  Patch from Josh from bug #43901 - Correctly update the internal last cell number when adding and removing cells (previously sometimes off-by-one)
........
  r634619 | nick | 2008-03-07 12:36:14 +0100 (Fri, 07 Mar 2008) | 1 line
  
  Improved support for read-only recommended workbooks, fixing bug #44536
........
  r634630 | nick | 2008-03-07 13:06:18 +0100 (Fri, 07 Mar 2008) | 1 line
  
  Patch largely from Josh from bug #44539 - Support for area references in formulas of rows >= 32768
........


Changed paths

Path Details
Directorypoi/branches/ooxml/ modified , props changed
Directorypoi/branches/ooxml/build.xml modified , text changed
Directorypoi/branches/ooxml/legal/LICENSE modified , text changed
Directorypoi/branches/ooxml/legal/NOTICE modified , text changed
Directorypoi/branches/ooxml/src/contrib/src/org/apache/poi/hssf/contrib/view/SVRowHeader.java modified , text changed
Directorypoi/branches/ooxml/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java modified , text changed
Directorypoi/branches/ooxml/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellRenderer.java modified , text changed
Directorypoi/branches/ooxml/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java modified , text changed
Directorypoi/branches/ooxml/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewerPanel.java modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/changes.xml modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/getinvolved/index.xml modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/hslf/index.xml modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/status.xml modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/POIDocument.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/FormulaParser.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/LinkTable.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/model/LinkTable.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/RecordStream.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/model/RecordStream.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/Workbook.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/CRNCountRecord.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/CRNCountRecord.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/CRNRecord.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/CRNRecord.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/DVALRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/ExternalNameRecord.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/ExternalNameRecord.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/FileSharingRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/NameRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/RecordFactory.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/RecordInputStream.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SharedFormulaRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/StyleRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SupBookRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/constant/
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/constant, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/constant/ConstantValueParser.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/constant/ConstantValueParser.java, r634630)
replaced
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/Area3DPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaAPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaI.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/AreaI.java, r634630)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaVPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ArrayPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ErrPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/IntPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NamePtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NameXPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/Ref3DPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefAPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefVPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ReferencePtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/SheetNameFormatter.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFErrorConstants.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFPalette.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/util/AreaReference.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/util/CellReference.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/storage/RawDataBlock.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/util/LittleEndian.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/AddEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Area2DEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Area3DEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/AreaEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/BoolEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ConcatEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/DivideEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ErrorEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/EvaluationException.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/EvaluationException.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ExternalFunction.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ExternalFunction.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/FunctionEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/MultiplyEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/NameEval.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/NameEval.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/OperandResolver.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/OperandResolver.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/PowerEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Ref2DEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/Ref3DEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/RefEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/StringEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/StringValueEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/SubtractEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/UnaryMinusEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/UnaryPlusEval.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/ValueEvalToNumericXlator.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Avedev.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Average.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/FinanceFunction.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/FreeRefFunction.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/FreeRefFunction.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Hlookup.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/If.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Indirect.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Isblank.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Len.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Lookup.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/LookupUtils.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/LookupUtils.java, r634630)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Match.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Maxa.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mid.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Mina.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/MultiOperandNumericFunction.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26