20 Commits (efc032babcad23fd84fc0ffce0560c86771a486f)

Autor SHA1 Nachricht Datum
  PJ Fanning efc032babc [bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to better support array formula results. Thanks to Espen Amble Kolstad. vor 1 Jahr
  PJ Fanning 6e7f6dad21 try to use IllegalStateException instead of RuntimeException vor 1 Jahr
  PJ Fanning 7ab3352712 allow HSSFSharedString vor 1 Jahr
  PJ Fanning 86cc8d1b4b [bug-51037] apply default column style if no style set vor 1 Jahr
  PJ Fanning 15946e831b minor perf issue vor 2 Jahren
  PJ Fanning 7dbfc41dfb monor perf issue in XSSFCell vor 2 Jahren
  PJ Fanning f4bb4560ed code tidy up vor 2 Jahren
  PJ Fanning 29b3ad25df javadoc vor 2 Jahren
  PJ Fanning 1328893212 [github-269] more work on external workbook links (formulas). Thanks to @aspojo. This closes #269 vor 2 Jahren
  PJ Fanning ecdd4fcb55 revert github-267 due to broken tests vor 2 Jahren
  PJ Fanning 6017327bae [github-267] Issue with sheet range in formula With spaces and quotes. Thanks to aspojo. This closes #267 vor 2 Jahren
  PJ Fanning 38d4834ba7 support copying to hssf row vor 2 Jahren
  PJ Fanning a7c82d5a22 javadoc issue vor 2 Jahren
  PJ Fanning cfcd2057be javadoc issue vor 2 Jahren
  PJ Fanning c12f903789 genericise cell copy logic vor 2 Jahren
  PJ Fanning ca93275431 fix spelling vor 2 Jahren
  PJ Fanning 50a4a3102f remove unchecked cast from setHyperlink vor 2 Jahren
  Andreas Beeker 7eaca60a1a activate javadoc lint and fix errors vor 3 Jahren
  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 vor 3 Jahren
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  PJ Fanning 9c1eb6b18e use less contentious language in code comments vor 3 Jahren
  PJ Fanning 326ff18e51 [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception vor 3 Jahren
  PJ Fanning eaf9f147d3 remove some deprecated code vor 3 Jahren
  PJ Fanning 20540f3c69 [bug-64508] add guard for invalid v value vor 3 Jahren
  PJ Fanning 19c97f3285 remove some deprecated methods from Cell vor 3 Jahren
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 vor 4 Jahren
  PJ Fanning dc6a4a99e2 try to avoid casting to int vor 4 Jahren
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base vor 5 Jahren
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base vor 5 Jahren
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base vor 5 Jahren
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base vor 5 Jahren
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base vor 5 Jahren
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() vor 5 Jahren
  Vladislav Galas d60cb3a18c added Cell.setBlank() - as an alias, for now vor 5 Jahren
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved vor 5 Jahren
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, vor 5 Jahren
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests vor 5 Jahren
  Vladislav Galas e501d4015d Bug 62828: CellReference(Cell) now initializes sheet name. vor 5 Jahren
  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. vor 5 Jahren
  Greg Woolsey 6b433ae8b3 #62834 FormulaEvaluator.evaluateInCell() throws Exception vor 5 Jahren
  PJ Fanning 08cfbcc90b fix lgtm issues vor 5 Jahren
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 vor 6 Jahren
  Yegor Kozlov 3d4acce3a7 Bug 58106: when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master vor 6 Jahren
  Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file vor 6 Jahren
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst vor 6 Jahren
  Dominik Stadler 5d004c453b Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations vor 6 Jahren
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int vor 6 Jahren
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType vor 6 Jahren
  PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 vor 6 Jahren