8641 Commits (c844803b660d90b835a1de0dacbd7e369ec30db8)
 

Author SHA1 Message Date
  Greg Woolsey c844803b66 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
  Dominik Stadler 585d77c9cf Add jmh to Sonar-Maven build as well, add comment why we need to stick to 1.15 for now 7 years ago
  Dominik Stadler 05a6cf3263 Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 7 years ago
  Dominik Stadler b87bc11209 Reformat code somewhat 7 years ago
  Javen O'Neal 254d6ebd43 github-55: document that CellReference#isRowWithinRange(String rowNum, SpreadsheetVersion ss) expects rowNum to be parseable as an integer 7 years ago
  Javen O'Neal 05e3c83e08 bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #isColumnWithnRange methods 7 years ago
  Andreas Beeker b9a2479f92 Increase memory for xmlbean generation, because of failing gump builds. 7 years ago
  Greg Woolsey e39e96ff2f #61085 support table styles 7 years ago
  Greg Woolsey 7d1cbef320 add the new test dependency so tests can run from Eclipse (required for running local builds in Eclipse) 7 years ago
  Javen O'Neal 8f5f9abceb github-55: NumberFormatException if XSSFName.setNameName is set with a long name that looks similar to a cell address. Thanks to Thomas S @Millie4Ever 7 years ago
  Javen O'Neal 9b4e4769dd replace "String.indexOf(String) >= 1" with "String.contains(String)" 7 years ago
  Javen O'Neal b95c5bf513 github-25: add enable locking and tab color in SXSSFSheet. Thanks to Danilo Rangel. This closes #25. 7 years ago
  Javen O'Neal 62460074b3 github-32: speed up Irr() Excel formula computation by replacing Math.pow() with multiplication. Thanks to Daniel Kuan! This closes #32. 7 years ago
  Javen O'Neal 007a4d156a github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2). Thanks to @FishMeat. 7 years ago
  Nick Burch 488dff773a Javadoc fixes 7 years ago
  Javen O'Neal 1e9bc2edbb github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks to Tony Zeng! This closes #52. 7 years ago
  Javen O'Neal 7b15cc372e github-53: fix NPE when iterating over paragraphs in certain *.docx files. Thanks to Praful Kumar Vaishnav! This closes #53. 7 years ago
  Javen O'Neal 980f319270 github-54: when adding a picture to an XSSFWorkbook, reduce memory consumption by 100x and increase speed by 10x based on OpenJDK JMH benchmarking. Thanks to Tim Helmstedt! This closes #54. 7 years ago
  Andreas Beeker ed3706b8ce Add ASL header and exclude table preset from rat-check 7 years ago
  Andreas Beeker 98b10cf684 #52117 - Invalid "last printed" summary field value - added helper method to identify undefined dates 7 years ago
  Andreas Beeker 965860b116 removed invalid test file 7 years ago
  Greg Woolsey 4719194b79 tweak to use platform line separator so tests can pass on Windows as well as Linux. 7 years ago
  Greg Woolsey 674d6ac2c9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
  Dominik Stadler ea50ff4683 Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 years ago
  Dominik Stadler 70421ef5a7 Bug 60352: Text extraction: Don't include the text "null" for empty cells 7 years ago
  Greg Woolsey 1a4724c9b1 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no families defined 7 years ago
  Greg Woolsey f495d78352 forgot license (as always) 7 years ago
  Greg Woolsey 530dd0e083 61060 - teach DataFormatter about conditional formatting rules with number formats 7 years ago
  Dominik Stadler 3987c60e1e Update link to POI-view on the Jenkins CI server 7 years ago
  Dominik Stadler 9baeae3d24 Revert creating a view as part of the Jenkins DSL as it did not allow to create the view as part of a folder/sub-view 7 years ago
  Dominik Stadler 560cc85ad7 Try to define the view as part of the Jenkins DSL, also try to move the view into sub-folder, see also INFRA-14002 7 years ago
  Andreas Beeker 3c69708b20 test integration fix 7 years ago
  Andreas Beeker 1481ca75a1 SonarQube fixes 7 years ago
  Andreas Beeker 2da5cb1276 HPSF: Change CustomProperties to delegate 7 years ago
  Andreas Beeker 267ee8a2a0 Remove Unicode chars in comments 7 years ago
  Andreas Beeker fb47a0b6fc fix javadocs 7 years ago
  Andreas Beeker 24f2dcf6cb #52372 - OutOfMemoryError parsing a word file 7 years ago
  Andreas Beeker 47a71f0396 Reverted DocumentSummary hack in codepage guessing code 7 years ago
  Andreas Beeker b4e44585b6 HPSF: Add CopyCompare to IntegrationTests 7 years ago
  Andreas Beeker a922504640 #52117 - Invalid "last printed" summary field value 7 years ago
  Andreas Beeker 57460325b4 HPSF: Enable new number types in VariantSupport 7 years ago
  Andreas Beeker c22e972b3d Fix hpsf javadocs and code issues 7 years ago
  Andreas Beeker 3388787d2c IntegrationTest - move excludes to file handler 7 years ago
  Andreas Beeker 06eb866034 HPSF: Use LittleEndianStream instead of offset calculation 7 years ago
  Javen O'Neal a7f8060ecc bug 61059: add @Override annotations 7 years ago
  Dominik Stadler d5f1f9ca43 Exclude one more test from no-scratchpad runs, not sure how this was even working before... 7 years ago
  Dominik Stadler a8ce5b46e1 Improve information contained in exception in CellRangeAddress() 7 years ago
  Dominik Stadler 19cf1d5814 60325: Add commented out test that reproduces the performance issue 7 years ago
  Nick Burch 8ee7eb8e74 Javadoc fix 7 years ago
  Javen O'Neal 4a4198dd5d bug 61034: break out of for-loop when both <sheet name="", id=""/> are found 7 years ago