1909 Commits (4ad4d76241eae44386e52c3a23ca1b7ca28d1458)

Author SHA1 Message Date
  PJ Fanning 12df977d38 Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 6 years ago
  Dominik Stadler 46fd75b1e7 Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice 6 years ago
  Dominik Stadler 851c6dd5ee Fix some IntelliJ warnings 6 years ago
  Dominik Stadler 6bdce2bfd7 While working on bug 61148 I found that getCellType() and setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well. 6 years ago
  PJ Fanning 38650a6d2f use non-deprecated versions of getCellType 6 years ago
  PJ Fanning 1e8ecbec04 change HyperLink getType to return HyperlinkType 6 years ago
  PJ Fanning a5f7a52b0d fix compiler warnings 6 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning e3ddb77bc1 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning 2bb3fa290a remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 years ago
  Andreas Beeker 910c91900a #60499 - Deleting a picture that is used twice on a slide corrupt the slide 6 years ago
  Dominik Stadler ade4aec2dd Fix some warnings in OOXMLLite and move copyFile to IOUtils 6 years ago
  Dominik Stadler 467053d91c Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler ec42ec1053 Some more code cleanup 6 years ago
  PJ Fanning 11a403469f remove some deprecated code slated for removal in 3.18 6 years ago
  Dominik Stadler 5dadfd7c18 Use Integer.compare() where possible 6 years ago
  Dominik Stadler 7c01f5a50c Use Collections.singleton() where applicable 6 years ago
  Dominik Stadler ac0f7b46f2 Fix some warnings 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler f1f07e00bb Remove unused imports 6 years ago
  Dominik Stadler 4f3e802f50 Remove unnecessary casts and toString() calls 6 years ago
  Dominik Stadler 32370cfd1c Remove unnecessary initialization of members 6 years ago
  Dominik Stadler 037800436a Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 years ago
  Dominik Stadler f097cb2256 Adjust some more places for the new versions of some third party libraries 6 years ago
  Dominik Stadler bb507440ed Update third party libs to latest versions 6 years ago
  PJ Fanning b7e55e211b remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning deb0aca6ac remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 66d83f98d7 remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 03b4a49d9f remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago
  PJ Fanning e6d9be197c [bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70 6 years ago
  Andreas Beeker 86d91cceef #61478 - POI OOXML-Schema lookup uses wrong classloader 6 years ago
  Tim Allison bf28229cd7 While working on 61475, need to add a new line after picture text...not worth separate ticket. 6 years ago
  Tim Allison e29c22ec42 61475 -- append text from pictures only once...bug from my work on 61470. 6 years ago
  Tim Allison d5b3bd57af 61470 -- add extraction of content within ruby elements; allow users to concatenate or not concatenate phonetic strings. Default is to concatenate. 6 years ago
  Dominik Stadler 225285edc6 Revert performance tuning done via Bug 61350 as it lead to problems when running multi-threaded large regression tests. 6 years ago
  Dominik Stadler 515f93ecd8 Add more non-test classes in OOXMLLite and add another font-metric that appears 6 years ago
  Andreas Beeker a98350e40b #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes 6 years ago
  PJ Fanning 58e98bace6 [Bug-61048] SXSSF module writes wrong escape sequence for carriage returns 6 years ago
  Andreas Beeker 0d8350b03a #61363 - Unify escher shape id allocation 7 years ago
  Andreas Beeker 1c1c384c16 Add handling of alternate content elements 7 years ago
  Greg Woolsey 9a0d34dc43 Deleting a sheet did not delete table parts and relations. Deleting a table needs to also delete any queryTable relations and parts. 7 years ago
  PJ Fanning 36d940ce39 [Bug-61354] fix issue with extracting text from Word docs. This closes #66 7 years ago
  Andreas Beeker 2dda87a8ce #61350 - Use unsynchronized xmlbeans 7 years ago
  Andreas Beeker 55a7e69b56 Fonts bugfix 7 years ago
  Andreas Beeker b8242721fb Bug 61331 - Font group handling / common font interface 7 years ago
  Dominik Stadler 94b028eae0 ExtractorFactory: Try to close resources also on Errors to avoid keeping files open too long 7 years ago