63 次程式碼提交 (259c9967efb354a0feff2a861ac8bd20582b6562)

作者 SHA1 備註 提交日期
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging 3 年之前
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 年之前
  Yegor Kozlov cafa57cbdd Bug 60980: Fix parsing formulas with intersections in functions args 5 年之前
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, 5 年之前
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 年之前
  PJ Fanning 874687c490 lgtm issues 5 年之前
  Andreas Beeker 8c5c92761d sonar fixes 6 年之前
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 年之前
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 年之前
  Greg Woolsey d68912db25 Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648. 6 年之前
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 年之前
  PJ Fanning 5d4a4a7f28 Ensure SpreadsheetVersion is set for AreaReferences 7 年之前
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 年之前
  Javen O'Neal bdc2e2fe04 bug 60260: parse unicode sheet names 7 年之前
  Dominik Stadler 85300a6f83 Bug 60219: FormulaParser can't parse external references when sheet name is quoted 7 年之前
  Javen O'Neal 77bf864c07 bug 59790: convert FormulaType class to enum 8 年之前
  Javen O'Neal 04f06d16e7 findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuantifier() concatenates strings using + in a loop 8 年之前
  Nick Burch c5056cad36 Javadoc fixes 8 年之前
  Nick Burch 9b682bfe09 Javadoc fixes 8 年之前
  Javen O'Neal 34116da141 bug 57840: add structured reference formula parsing tests from FormulaParser.parseStructuredReference 8 年之前
  Javen O'Neal 1a941fcd69 bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values 8 年之前
  Javen O'Neal dac3a87584 whitespace (tabs to spaces) 8 年之前
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 年之前
  Andreas Beeker 88ff4ab600 #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants 8 年之前
  Dominik Stadler cb911c4b9a Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be the intersection operator as well, so we need to try and skip it as whitespace if intersection fails which can lead to hard to track bugs or misleading error messages with some formulas 8 年之前
  Andreas Beeker 9b9a3dbf45 findbugs fixes 8 年之前
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names 8 年之前
  Nick Burch 498f0b20e6 Fix some Forbidden APIs errors 8 年之前
  David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 年之前
  David North 26dda73341 My own patch to fix #56328 9 年之前
  Dominik Stadler 96cfbb9cc5 Remove unused local variable 9 年之前
  Nick Burch c5dd59014e More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 年之前
  Nick Burch a62dd1bf8f Move towards supporting same workbook named ranges in external style for xssf 10 年之前
  Nick Burch 13628c0b8c Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737 10 年之前
  Nick Burch 31cd7f7e57 The way that HSSF and XSSF stores references to external sheets are rather different, so begin to reflect that in how we parse their formulas into Ptgs 10 年之前
  Nick Burch 9b36a0dd9f Start to support formula parsing of sheet-specified named ranges, required for a full fix to bug #56737 10 年之前
  Nick Burch 60801c5017 Patch from bug #56328 from David North - the maximum row number in a formula depends on HSSF vs XSSF 10 年之前
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 年之前
  Yegor Kozlov d22525f10e moved ptg classes to org.apache.poi.ss.formula.ptg 13 年之前
  Yegor Kozlov e395280ac4 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 年之前
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 14 年之前
  Yegor Kozlov be31b22715 fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725 14 年之前
  Yegor Kozlov af0406cd10 Fixed parsing formulas containing defined names beginning with an underscore, see Bug 9640 14 年之前
  Josh Micich e39f7c367f Fixed FormulaParser to allow negative elements in array literals. 14 年之前
  Josh Micich 81354b64ec Some more clean up of array formula support in preparation for patch 48292 14 年之前
  Josh Micich 931b516a02 Controlled instantiation of BoolPtg (made consistent with ErrPtg) 14 年之前
  Josh Micich c6bb12768d Made POI follow the rules for encoding unary +/- operators more closely. 14 年之前
  Josh Micich 43b3e52344 Patch 48284 - raise visibility of FormulaParseException 14 年之前
  Josh Micich b31ca01a5c Made AbstractFunctionPtg immutable, other minor improvements 14 年之前
  Josh Micich 1c5653ec5d rolling back r781622 15 年之前