20 Revīzijas (efc032babcad23fd84fc0ffce0560c86771a486f)

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