9128 Commits (b2c0c7907cd2a9e09134fb634da1f588c84ea771)
 

Author SHA1 Message Date
  Javen O'Neal be5106a1d7 github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2). Thanks to @FishMeat. 7 years ago
  Nick Burch fec503f1de Javadoc fixes 7 years ago
  Javen O'Neal b527f96daa github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks to Tony Zeng! This closes #52. 7 years ago
  Javen O'Neal fac98b5bef 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 5c62492ffb 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 8c1346b138 Add ASL header and exclude table preset from rat-check 7 years ago
  Andreas Beeker 90dca20bd2 #52117 - Invalid "last printed" summary field value - added helper method to identify undefined dates 7 years ago
  Andreas Beeker c45c64ae3a removed invalid test file 7 years ago
  Greg Woolsey bf83a00457 tweak to use platform line separator so tests can pass on Windows as well as Linux. 7 years ago
  Greg Woolsey 0cdc064b0c git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
  Dominik Stadler e77156d9f4 Simplify the ValueEval.toString() implementations and include more information on unexpected types of ValueEval 7 years ago
  Dominik Stadler d9df038f4a Bug 60352: Text extraction: Don't include the text "null" for empty cells 7 years ago
  Greg Woolsey 8313b17515 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no families defined 7 years ago
  Greg Woolsey 6bca07a15f forgot license (as always) 7 years ago
  Greg Woolsey 18d107d974 61060 - teach DataFormatter about conditional formatting rules with number formats 7 years ago
  Dominik Stadler b77cfc60cd Update link to POI-view on the Jenkins CI server 7 years ago
  Dominik Stadler 454a0cc577 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 350f9d6f2a 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 fb28b14d48 test integration fix 7 years ago
  Andreas Beeker ad72f60ab6 SonarQube fixes 7 years ago
  Andreas Beeker 76dbb5a1eb HPSF: Change CustomProperties to delegate 7 years ago
  Andreas Beeker d0630390d2 Remove Unicode chars in comments 7 years ago
  Andreas Beeker 0f78f6dc1f fix javadocs 7 years ago
  Andreas Beeker cd6236c74b #52372 - OutOfMemoryError parsing a word file 7 years ago
  Andreas Beeker a0b324224b Reverted DocumentSummary hack in codepage guessing code 7 years ago
  Andreas Beeker eeb697001f HPSF: Add CopyCompare to IntegrationTests 7 years ago
  Andreas Beeker 3a56f1ab3f #52117 - Invalid "last printed" summary field value 7 years ago
  Andreas Beeker 3a1771ced1 HPSF: Enable new number types in VariantSupport 7 years ago
  Andreas Beeker 456b33a837 Fix hpsf javadocs and code issues 7 years ago
  Andreas Beeker 5600fa6f58 IntegrationTest - move excludes to file handler 7 years ago
  Andreas Beeker 63b88fec6a HPSF: Use LittleEndianStream instead of offset calculation 7 years ago
  Javen O'Neal 95538eb815 bug 61059: add @Override annotations 7 years ago
  Dominik Stadler a39df8eb71 Exclude one more test from no-scratchpad runs, not sure how this was even working before... 7 years ago
  Dominik Stadler 5265ff6f81 Improve information contained in exception in CellRangeAddress() 7 years ago
  Dominik Stadler fa39402871 60325: Add commented out test that reproduces the performance issue 7 years ago
  Nick Burch 28cbb8e84e Javadoc fix 7 years ago
  Javen O'Neal f5389965a2 bug 61034: break out of for-loop when both <sheet name="", id=""/> are found 7 years ago
  Javen O'Neal e39ae9cd30 bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets. 7 years ago
  Tim Allison a98eaeb917 bug 61051 -- add new worksheet-like relations for xlsb 7 years ago
  Tim Allison 5f567f29a1 bug 61049 fix ordering of builtin formulas 7 years ago
  Nick Burch 9896e13bf4 Patch from Tim Jones from #61044 - Note on setCompressTempFiles 7 years ago
  Tim Allison c2dc3ad585 bug 61021 - extract abspath from xlsb 7 years ago
  Greg Woolsey f5b90cbbee Add conditional formatting evaluation example code and output results 7 years ago
  Javen O'Neal 3c2a6b38bb Use assertContains instead of assertTrue(text.contains) for better error messages on failure 7 years ago
  Javen O'Neal 3cbf4740b1 Use assertContains instead of assertTrue(text.contains) for better error messages on failure 7 years ago
  Greg Woolsey 6e0a5916b5 Fix bug #61007 7 years ago
  Greg Woolsey d1b92fe2d8 Fix bug #61007 7 years ago
  Nick Burch d4d08d5ce8 Use assertContains instead of assertTrue(text.contains) for better error messages on failure 7 years ago
  Dominik Stadler 511c2544a8 Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Andreas Beeker c89d312bad #60998 - HSLFTable.setRowHeight sets row height incorrect 7 years ago