2218 Commits (e875bd81435bc7627e4eab9a18490583d2cee604)

Author SHA1 Message Date
  Andreas Beeker 861988bac3 Bug 60656 - EMF image support in slideshows 5 years ago
  Dominik Stadler 9cde034ab9 Bug 62906 and 63401: Ensure tables have an initial name which does not conflict with 5 years ago
  Dominik Stadler 50874d9d0d Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. 5 years ago
  PJ Fanning 0cd5834661 [bug-57342] Excel compatible Zip64 implementation. Thanks to Krzysztof Rzymkowski. This closes #154 5 years ago
  PJ Fanning d20bc98f70 [bug-63498] NPE when calling getShapeName on XSLFTableCell. Thanks to Mate Borcsok. 5 years ago
  PJ Fanning 5e33bd4b29 [github-151] XWPFRun: allow style retrieval. This closes #151 5 years ago
  PJ Fanning 7ef085af37 [bug-63463] fix issue with shifting rows. Thanks to David Gauntt. 5 years ago
  Alain Béarez dcb6d534fd remove code smells 5 years ago
  Alain Béarez 9995e178e3 code inspired from Axel Richter on StackOverflow 5 years ago
  Alain Béarez 093cbcfcca code cleanup plus fix for bug 63153 5 years ago
  Alain Béarez af1dacfe2c Added more chart supports. 5 years ago
  Dominik Stadler 1a3e69fe16 Include actual found type in exception when encountering unexpected type of file in ExtractorFactory 5 years ago
  PJ Fanning 2ae5198ff7 [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This closes #145 5 years ago
  PJ Fanning dfbf788201 [bug-62906] ensure table display name is always set 5 years ago
  Dominik Stadler 37ec3380ae Bug 63371: addMergedRegion does not update CTMergeCells.getCount 5 years ago
  Dominik Stadler cd52566c98 Bug 63073: Adjust returned index of merged regions and verify all calls in tests 5 years ago
  Andreas Beeker e2cd384259 #54803 - Error opening XLSX after saving with a Drawing using POI 5 years ago
  Tim Allison cf76af521d Bug 63330 -- use skipfully instead of hoping skip() works 5 years ago
  PJ Fanning b523186038 try to fix javadoc issues 5 years ago
  PJ Fanning 9576ab77f9 replace version number 4.0.2 5 years ago
  Greg Woolsey 6b76706ef7 #61700 getForceFormulaRecalculation() returns wrong value 5 years ago
  PJ Fanning b9101138bd [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to Kai G 5 years ago
  PJ Fanning 5d580f48e6 fix build issue 5 years ago
  PJ Fanning 259d5a234f upgrade xmlsec, slf4j, batik 5 years ago
  PJ Fanning d66873a765 upgrade bouncycastle and curvesapi 5 years ago
  PJ Fanning 92232b921a remove unncessary synchronization 5 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Greg Woolsey 82f9c29258 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
  PJ Fanning 126606c838 fix some cases where iterator usage does not check hasNext 5 years ago
  Dominik Stadler ef369931e2 Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup 5 years ago
  Dominik Stadler 5329f25b0a Adjust test to not fail with Xerces XML Parser, fix some IDE warnings 5 years ago
  PJ Fanning d6b5e936e9 [bug-63240] make SAXHelper.newXMLReader non-synchronized] 5 years ago
  PJ Fanning 0786ae5b57 [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized] 5 years ago
  Dominik Stadler 4c017a0e27 Fix a regression test failure, toString() should never return null 5 years ago
  Dominik Stadler a9b2a8b2bd Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check some more in integration tests 5 years ago
  Yegor Kozlov 8350124e9b Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build 5 years ago
  Yegor Kozlov caef630c70 Bug 63029: OPCPackage Potentially clobbers files on close() 5 years ago
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base 5 years ago
  Vladislav Galas a8a0cb56f7 purged usages of Cell.setCellType (left only in tests, where conversions are tested) 5 years ago
  Vladislav Galas 39d963aa33 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas d60cb3a18c added Cell.setBlank() - as an alias, for now 5 years ago
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Dominik Stadler 32c43c068c IDE and JavaDoc fixes, move/remove some unfixed tests 5 years ago
  Greg Woolsey 8b69fcc642 Bug #60977 writing XSSF with custom properties twice corrupts output 5 years ago