63 Révisions (259c9967efb354a0feff2a861ac8bd20582b6562)

Auteur SHA1 Message Date
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging il y a 3 ans
  Andreas Beeker 3778a3e9e2 Sonar fixes il y a 3 ans
  Yegor Kozlov cafa57cbdd Bug 60980: Fix parsing formulas with intersections in functions args il y a 5 ans
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, il y a 5 ans
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code il y a 5 ans
  PJ Fanning 874687c490 lgtm issues il y a 5 ans
  Andreas Beeker 8c5c92761d sonar fixes il y a 6 ans
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. il y a 6 ans
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) il y a 6 ans
  Greg Woolsey d68912db25 Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648. il y a 6 ans
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements il y a 7 ans
  PJ Fanning 5d4a4a7f28 Ensure SpreadsheetVersion is set for AreaReferences il y a 7 ans
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting il y a 7 ans
  Javen O'Neal bdc2e2fe04 bug 60260: parse unicode sheet names il y a 7 ans
  Dominik Stadler 85300a6f83 Bug 60219: FormulaParser can't parse external references when sheet name is quoted il y a 7 ans
  Javen O'Neal 77bf864c07 bug 59790: convert FormulaType class to enum il y a 8 ans
  Javen O'Neal 04f06d16e7 findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuantifier() concatenates strings using + in a loop il y a 8 ans
  Nick Burch c5056cad36 Javadoc fixes il y a 8 ans
  Nick Burch 9b682bfe09 Javadoc fixes il y a 8 ans
  Javen O'Neal 34116da141 bug 57840: add structured reference formula parsing tests from FormulaParser.parseStructuredReference il y a 8 ans
  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 il y a 8 ans
  Javen O'Neal dac3a87584 whitespace (tabs to spaces) il y a 8 ans
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas il y a 8 ans
  Andreas Beeker 88ff4ab600 #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants il y a 8 ans
  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 il y a 8 ans
  Andreas Beeker 9b9a3dbf45 findbugs fixes il y a 8 ans
  Javen O'Neal a5540e0dfb bug58452: set cell formulas containing unregistered function names il y a 8 ans
  Nick Burch 498f0b20e6 Fix some Forbidden APIs errors il y a 8 ans
  David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. il y a 8 ans
  David North 26dda73341 My own patch to fix #56328 il y a 9 ans
  Dominik Stadler 96cfbb9cc5 Remove unused local variable il y a 9 ans
  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) il y a 10 ans
  Nick Burch a62dd1bf8f Move towards supporting same workbook named ranges in external style for xssf il y a 10 ans
  Nick Burch 13628c0b8c Start to add XSSF specific handling for NameX (named ranges or functions from another file) #56737 il y a 10 ans
  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 il y a 10 ans
  Nick Burch 9b36a0dd9f Start to support formula parsing of sheet-specified named ranges, required for a full fix to bug #56737 il y a 10 ans
  Nick Burch 60801c5017 Patch from bug #56328 from David North - the maximum row number in a formula depends on HSSF vs XSSF il y a 10 ans
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support il y a 12 ans
  Yegor Kozlov d22525f10e moved ptg classes to org.apache.poi.ss.formula.ptg il y a 13 ans
  Yegor Kozlov e395280ac4 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings il y a 13 ans
  Yegor Kozlov d959321d72 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 il y a 14 ans
  Yegor Kozlov be31b22715 fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725 il y a 14 ans
  Yegor Kozlov af0406cd10 Fixed parsing formulas containing defined names beginning with an underscore, see Bug 9640 il y a 14 ans
  Josh Micich e39f7c367f Fixed FormulaParser to allow negative elements in array literals. il y a 14 ans
  Josh Micich 81354b64ec Some more clean up of array formula support in preparation for patch 48292 il y a 14 ans
  Josh Micich 931b516a02 Controlled instantiation of BoolPtg (made consistent with ErrPtg) il y a 14 ans
  Josh Micich c6bb12768d Made POI follow the rules for encoding unary +/- operators more closely. il y a 14 ans
  Josh Micich 43b3e52344 Patch 48284 - raise visibility of FormulaParseException il y a 14 ans
  Josh Micich b31ca01a5c Made AbstractFunctionPtg immutable, other minor improvements il y a 14 ans
  Josh Micich 1c5653ec5d rolling back r781622 il y a 15 ans