20 Commits (efc032babcad23fd84fc0ffce0560c86771a486f)

Author SHA1 Message Date
  PJ Fanning efc032babc [bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to better support array formula results. Thanks to Espen Amble Kolstad. 1 year ago
  PJ Fanning 6e7f6dad21 try to use IllegalStateException instead of RuntimeException 1 year ago
  PJ Fanning 7ab3352712 allow HSSFSharedString 1 year ago
  PJ Fanning 86cc8d1b4b [bug-51037] apply default column style if no style set 1 year ago
  PJ Fanning 15946e831b minor perf issue 2 years ago
  PJ Fanning 7dbfc41dfb monor perf issue in XSSFCell 2 years ago
  PJ Fanning f4bb4560ed code tidy up 2 years ago
  PJ Fanning 29b3ad25df javadoc 2 years ago
  PJ Fanning 1328893212 [github-269] more work on external workbook links (formulas). Thanks to @aspojo. This closes #269 2 years ago
  PJ Fanning ecdd4fcb55 revert github-267 due to broken tests 2 years ago
  PJ Fanning 6017327bae [github-267] Issue with sheet range in formula With spaces and quotes. Thanks to aspojo. This closes #267 2 years ago
  PJ Fanning 38d4834ba7 support copying to hssf row 2 years ago
  PJ Fanning a7c82d5a22 javadoc issue 2 years ago
  PJ Fanning cfcd2057be javadoc issue 2 years ago
  PJ Fanning c12f903789 genericise cell copy logic 2 years ago
  PJ Fanning ca93275431 fix spelling 2 years ago
  PJ Fanning 50a4a3102f remove unchecked cast from setHyperlink 2 years ago
  Andreas Beeker 7eaca60a1a activate javadoc lint and fix errors 3 years ago
  Dominik Stadler 454d0452ef Bug 63339: Use removeFormulaImpl() where possible and add a test which verifies that setting a string-value on a formula cell is performed 3 years ago
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 years ago
  PJ Fanning 9c1eb6b18e use less contentious language in code comments 3 years ago
  PJ Fanning 326ff18e51 [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception 3 years ago
  PJ Fanning eaf9f147d3 remove some deprecated code 3 years ago
  PJ Fanning 20540f3c69 [bug-64508] add guard for invalid v value 3 years ago
  PJ Fanning 19c97f3285 remove some deprecated methods from Cell 3 years ago
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 4 years ago
  PJ Fanning dc6a4a99e2 try to avoid casting to int 4 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 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
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 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
  Greg Woolsey 6b433ae8b3 #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 years ago
  PJ Fanning 08cfbcc90b fix lgtm issues 5 years ago
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
  Yegor Kozlov 3d4acce3a7 Bug 58106: when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master 6 years ago
  Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file 6 years ago
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst 6 years ago
  Dominik Stadler 5d004c453b Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 years ago
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 years ago
  PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 years ago