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 пре 6 година
  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 пре 13 година
  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 година