994 Commits (2c866cce027174fcd0dbc7340a5b91b9df5f4604)

Author SHA1 Message Date
  Dominik Stadler 2c866cce02 Bug 63657: Optimize onDocumentWrite() to not do the full re-assignment 4 years ago
  Dominik Stadler 8f8362a7f1 Bug 63657: Rework the for bug #62130 to not use up twice as much memory when writing documents. 4 years ago
  Dominik Stadler 9f07780bac Bug 62906 and 63401: Ensure tables have an initial name which does not conflict with 5 years ago
  Dominik Stadler 31edcd8383 Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. 5 years ago
  PJ Fanning cf23d55b22 [bug-63463] fix issue with shifting rows. Thanks to David Gauntt. 5 years ago
  PJ Fanning 1b4ea32574 [bug-62906] ensure table display name is always set 5 years ago
  Dominik Stadler 6a4afb2081 Bug 63371: addMergedRegion does not update CTMergeCells.getCount 5 years ago
  Dominik Stadler ded6e6a425 Bug 63073: Adjust returned index of merged regions and verify all calls in tests 5 years ago
  PJ Fanning ff11d159cf replace version number 4.0.2 5 years ago
  Greg Woolsey 4a8581dac9 #61700 getForceFormulaRecalculation() returns wrong value 5 years ago
  PJ Fanning 53356ce163 [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to Kai G 5 years ago
  PJ Fanning bce68bedb5 fix build issue 5 years ago
  Greg Woolsey 6f575305c6 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
  Dominik Stadler 6ce3da363b Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup 5 years ago
  Dominik Stadler 1996575eb4 Fix a regression test failure, toString() should never return null 5 years ago
  Vladislav Galas 30096c13f0 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 006119762d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 0f2845be67 pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 02d0fbba18 pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas ed321b0fff pulled *Cell.getAddress to common base 5 years ago
  Vladislav Galas 7f3d575ec8 purged usages of Cell.setCellType (left only in tests, where conversions are tested) 5 years ago
  Vladislav Galas c8d0b7cb57 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 099339783b purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas 431e195264 added Cell.setBlank() - as an alias, for now 5 years ago
  Vladislav Galas 4b61d7f2a2 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Dominik Stadler 3b20c943bf Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Vladislav Galas 7b44d1e54c unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Vladislav Galas 217633f608 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Vladislav Galas c86ae2cb5f Bug 62828: CellReference(Cell) now initializes sheet name. 5 years ago
  Vladislav Galas 42261c8991 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 9167737811 Bug 60845: Apply patch and adjust tests 5 years ago
  Dominik Stadler fe44bd234d IDE and JavaDoc fixes, make base test classes abstract 5 years ago
  Dominik Stadler ee0dc9944d Remove unnecesssary semicolons 5 years ago
  Dominik Stadler e827a69540 Simplify some string operations 5 years ago
  centic 2bd8838fd8 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  PJ Fanning 6a198bf5f2 put back XSSFColor(java.awt.Color clr) constructor 5 years ago
  PJ Fanning 6b7e322227 add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 5 years ago
  Dominik Stadler 0cc8ec178f IDE warnings, tried to reproduce Bug 58927, but could not 5 years ago
  Dominik Stadler 232616f44d Adjust sample for creating comments to also create a .xlsx file 5 years ago
  PJ Fanning 1f9a0caf2e fix class cast issur recently introduced in BaseXSSFFormulaEvaluator 5 years ago
  Greg Woolsey d24b4492f0 #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 years ago
  Alain Béarez ead92fbe9a fix most alerts reported by LGTM on OOXML 5 years ago
  PJ Fanning 268c9230cd use jaxp transformer instead of dom serializer to try fix old-xerces test failure 5 years ago
  Alain Béarez b326a5cd01 adding tricks from other answers on StackOverflow 5 years ago
  Alain Béarez c66af5c21e example from StackOverflow question 47065690 5 years ago
  Alain Béarez 72d02f0c1c extract valuable code from 54470 submitted patch 5 years ago
  PJ Fanning 500c64e657 fix lgtm issues 5 years ago
  PJ Fanning 6af2173f93 fix javadoc 5 years ago
  Greg Woolsey 891deb3967 Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) column IDs 5 years ago
  Alain Béarez 5abdfcb0a6 import existing chart on current drawing 5 years ago