2218 Commits (e875bd81435bc7627e4eab9a18490583d2cee604)

Author SHA1 Message Date
  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
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Vladislav Galas 1f9b858ae5 Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. 5 years ago
  Vladislav Galas 3b8055baa0 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Vladislav Galas 3aec436a34 Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XSSF/SXSSF.\nAll three implementations throw ISE when trying to get numeric value from a boolean-valued cell, have it a formula set or not. 5 years ago
  Dominik Stadler 59a7919af6 Add missing revert() in OPCPackage to close Zip-streams always 5 years ago
  Dominik Stadler fa24471916 Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regression tests 5 years ago
  PJ Fanning bfecad39e5 fix since annotation 5 years ago
  Dominik Stadler b416d97de5 Bug 60845: Apply patch and adjust tests 5 years ago
  Dominik Stadler d942e2042d IDE and JavaDoc fixes, make base test classes abstract 5 years ago
  Andreas Beeker c039da1b94 #63028 - Provide font embedding for slideshows 5 years ago
  Andreas Beeker 83d4d4169f Fix Javadocs 5 years ago
  Dominik Stadler 2b8200f7d7 Bug 61532: Fix setting values/types during formula evaluation for SXSSF 5 years ago
  Dominik Stadler d3dc9b0338 Bug 62629: Allow to handle files with invalid content types for pictures 5 years ago
  Dominik Stadler 7de8c2eaec Re-instate two dev-tools that we lost in some refactoring, 5 years ago
  Dominik Stadler ae3d6944db IDE and JavaDoc fixes, close() in tests 5 years ago
  Dominik Stadler 6f2f283db8 Fix various IDE warnings and some JavaDoc adjustments 5 years ago
  Dominik Stadler d40eb6f37f Fix incorrect constant for pict-files 5 years ago
  Dominik Stadler 235f3e059c Remove unnecesssary semicolons 5 years ago
  Dominik Stadler f6eab84243 Simplify some string operations 5 years ago