8662 Commits (20ed0075e80fd3ed7534a768f3b0ec9f942497d6)
 

Author SHA1 Message Date
  Dominik Stadler 20ed0075e8 Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to Non-Unicode 7 years ago
  Nick Burch e9a9259a30 Update the CreateTable example to reduce the use of the raw CT classes 7 years ago
  Nick Burch c8973d9ed5 Permit table style modifications, needed for CreateTable 7 years ago
  Nick Burch 9a4caae61e Make it possible to create simple XSSF sheet tables without needing CT classes directly 7 years ago
  Nick Burch 9907b69401 XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric 7 years ago
  Andreas Beeker bf7d6f41f4 Ignore JCE restriction errors 7 years ago
  Andreas Beeker e9684d38c0 Handle encrypted files with known password in integration tests 7 years ago
  Andreas Beeker 90263ad93f Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 years ago
  Andreas Beeker 1bcde5f6d4 #61162 - En-/decryption support for HWPF 7 years ago
  Javen O'Neal 8909c066be bug 58325, github-57: Set svn props. This closes #57 on github. 7 years ago
  Javen O'Neal 9437f1f36b bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the initial unit test. Thanks to PJ Fanning for discovering that the bug was fixed at some point in the past and enabling the unit tests. 7 years ago
  Andreas Beeker 90cb7589f2 fix eclipse resource leak warnings 7 years ago
  Javen O'Neal 217b2c2725 javadocs 7 years ago
  Andreas Beeker 89dbc5c79b SonarQube fixes - close resources 7 years ago
  Greg Woolsey 7715c9bb36 #61085 support table styles 7 years ago
  Andreas Beeker 4e57326803 increase heap size for ooxml compilation again, because of failing (gradle?) builds 7 years ago
  Andreas Beeker f9dfa07143 Add logging for gradle->ant->javac OOM 7 years ago
  Andreas Beeker 8108980480 ignore <project root>/tmp directory 7 years ago
  Andreas Beeker 2eacea81c0 Bug 61119 - Fix preset shape rendering and shading 7 years ago
  Javen O'Neal 94aeaa7f4a bug 61059: fix NamePtg to read unsigned shorts instead of signed shorts, avoiding a AIOOBE when a workbook contains more than 32k Names. Thanks to Travis Burtrum for the patch. 7 years ago
  Greg Woolsey 4a6c8426c1 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
  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