7397 Commits (962d0829f1fda57d94f141b92787f0bb1298463b)
 

Author SHA1 Message Date
  Javen O'Neal 962d0829f1 bug 57721: add unit test for evaluating all formulas in a workbook containing structured reference formulas; patch from gruber.chri@gmx.at 8 years ago
  Javen O'Neal cb800acd83 bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelled methods isRowWithinRange/isColumnWithinRange 8 years ago
  Javen O'Neal 04f06d16e7 findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuantifier() concatenates strings using + in a loop 8 years ago
  Nick Burch c5056cad36 Javadoc fixes 8 years ago
  Nick Burch 9b682bfe09 Javadoc fixes 8 years ago
  Javen O'Neal cfea03329e fix javadocs 8 years ago
  Javen O'Neal 9093d6cdaa add missing AL header 8 years ago
  Javen O'Neal cf08abe4ed fix spelling error 8 years ago
  Javen O'Neal 4615c8447c bug 57840: merge changes from ^/poi/branches/xssf_structured_references to ^/poi/trunk 8 years ago
  Javen O'Neal 92267ac437 close opened workbooks in unit tests 8 years ago
  Javen O'Neal 34116da141 bug 57840: add structured reference formula parsing tests from FormulaParser.parseStructuredReference 8 years ago
  Javen O'Neal 3230151135 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 1092f2434e ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4 8 years ago
  Javen O'Neal 7f3c3385be whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 0214542a3e whitespace (tabs to spaces) 8 years ago
  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 years ago
  Javen O'Neal e97e241ac2 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 06bf9aab6a whitespace (tabs to spaces) 8 years ago
  Javen O'Neal dac3a87584 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal ce1f30e57f bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTable() 8 years ago
  Javen O'Neal 4b6821c5ae bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where staleness is less likely to cause problems for users 8 years ago
  Javen O'Neal 6e25414aa0 bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where staleness is less likely to cause problems for users 8 years ago
  Javen O'Neal a37b268f0b whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 years ago
  Javen O'Neal f0547a9ef7 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 years ago
  Javen O'Neal e25beb8406 create branch for merging bug 57840 changes 8 years ago
  Andreas Beeker 83fbfb7633 #59686 - Error when trying to access XSLFTableCell properties like textHeight, lineWidth, etc. 8 years ago
  Javen O'Neal 827747b99a bug 57840: add Table interface for Structured References. Patch from Daniel Livshen and Greg Woolsey. 8 years ago
  Javen O'Neal db9bf6aded bug 57840: add StructuredReferences example workbook from Greg Woolsey 8 years ago
  Javen O'Neal 2a40864482 +svnprops eol-style=native 8 years ago
  Andreas Beeker 5cf91e0969 javadocs / java warnings (jdk8) fixes 8 years ago
  Andreas Beeker 4cd56aefdb Add XSSF support to ForkedEvaluator 8 years ago
  Andreas Beeker d42f93cdef #59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats() 8 years ago
  Javen O'Neal 6fbb02ef14 add comments and make the statefulness of localeIsAdapting more obvious. 8 years ago
  Javen O'Neal 84a5a27dc1 make emulateCSV final, add a single common all-inclusive (private) constructor that all other constructors tree up to and invert the constructors 8 years ago
  Javen O'Neal fb19f7c233 replace Obervable with Observable; emulateCsv with emulateCSV 8 years ago
  Javen O'Neal 97b299d672 bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57) 8 years ago
  Andreas Beeker d1d353c939 sonar fix 8 years ago
  Andreas Beeker 30b88b4058 close resources 8 years ago
  Andreas Beeker 0d61fd5472 javadocs / java warnings (jdk8) fixes 8 years ago
  Dominik Stadler c022bd3e92 Fix test-failure in Maven builds that I introduced by manually deleting the temporary directory in the test. The Maven build runs these in one process and thus the directory was not re-created any more. 8 years ago
  Andreas Beeker 0c86338a8f try to find out temp file errors on maven build 8 years ago
  Andreas Beeker a3baac75a3 Sonar-Runs: Get rid of shortened stacktraces and permgen error 8 years ago
  Andreas Beeker bfa8d11ada Check if user properties are picked up on maven build 8 years ago
  Andreas Beeker 9ec68c82d4 PPTX2PNG - don't complain about missing output dir, when in testing mode 8 years ago
  Andreas Beeker 891827cc04 Regression fix for XSLF 8 years ago
  Andreas Beeker 65b2f6f23a #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 8 years ago
  Dominik Stadler 5ae4dc25ab Try to not fail if the time-webservice is offline temporarily 8 years ago
  Nick Burch 81e694bbff Add disabled test for XWPF writing to a new stream when opened read-only 8 years ago
  Dominik Stadler bb7c632559 Fix some Sonar issues and some IntelliJ warnings 8 years ago