20 次代码提交 (efc032babcad23fd84fc0ffce0560c86771a486f)

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