128 Commitit (3d4acce3a7e82e1e04fd228b5fa5d3b845472145)

Tekijä SHA1 Viesti Päivämäärä
  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 vuotta sitten
  Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file 6 vuotta sitten
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst 6 vuotta sitten
  Dominik Stadler 5d004c453b Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 vuotta sitten
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 vuotta sitten
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 vuotta sitten
  PJ Fanning 23ecb9a172 Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 6 vuotta sitten
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 vuotta sitten
  Greg Woolsey 756f8b7373 Don't report data table master cells as formula cells, since POI doesn't evaluate data table formulas. 7 vuotta sitten
  Andreas Beeker cf37b13c3a SonarQube fixes 7 vuotta sitten
  Javen O'Neal 317f47f434 bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum 7 vuotta sitten
  Andreas Beeker 2e50133e88 merge trunk to branch 7 vuotta sitten
  Javen O'Neal c9f8d51f5c declare methods throw runtime exceptions for IDE hints 7 vuotta sitten
  Javen O'Neal d5e450f353 bug 59791: add deprecation and removal annotations 7 vuotta sitten
  Javen O'Neal 40f1013f63 JDK8 javadocs 8 vuotta sitten
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 vuotta sitten
  Javen O'Neal a6cd0dd6f4 bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs 8 vuotta sitten
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 vuotta sitten
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 vuotta sitten
  Javen O'Neal 77bf864c07 bug 59790: convert FormulaType class to enum 8 vuotta sitten
  Andreas Beeker e72ad899b3 deprecated constants pointing to MissingCellPolicy - use enum instead 8 vuotta sitten
  Javen O'Neal f9409282d9 bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; patch from Greg Woolsey 8 vuotta sitten
  Javen O'Neal 1a941fcd69 bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values 8 vuotta sitten
  Javen O'Neal e97e241ac2 whitespace (tabs to spaces) 8 vuotta sitten
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 vuotta sitten
  Javen O'Neal cb23ca952b bug 59443: use Comment.setAddress when changing both row and column of cell comment address 8 vuotta sitten
  Nick Burch 21bcca03e4 Javadoc fix - Generics are type-erased so not included in the javadoc links 8 vuotta sitten
  Dominik Stadler bfcfaf9d34 Bug 59199: Handle null date-values in a similar way as null-Strings 8 vuotta sitten
  Javen O'Neal 775f66a8f0 fix javadocs 8 vuotta sitten
  Javen O'Neal e215902a94 bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. 8 vuotta sitten
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, 8 vuotta sitten
  Javen O'Neal 0581f4b7d5 bug 58637: replace deprecated getCellComment(row, col) usage 8 vuotta sitten
  Javen O'Neal 42a7061d9e bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value. 8 vuotta sitten
  Javen O'Neal d1343b201b fix javadoc link 8 vuotta sitten
  Javen O'Neal 203f676d96 bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 8 vuotta sitten
  Javen O'Neal 83aaa1937f bug58348: add test for copying formula with unregistered UDF 8 vuotta sitten
  Javen O'Neal c8d5a37017 bug 58348: add hyperlink copying and merging to CellCopyPolicy 8 vuotta sitten
  Javen O'Neal 757dbd1649 bug 58348: add support for copying rows for XSSFWorkbooks 8 vuotta sitten
  Javen O'Neal f5e4fa740f javadocs, remove unnecessary SuppressWarnings("resource") decorator 8 vuotta sitten
  Andreas Beeker aacf48d5aa sonar fixes 8 vuotta sitten
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... 8 vuotta sitten
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 vuotta sitten
  Nick Burch b0fa6ed2f3 Use the same "is this a formula" logic for both getCellType and getCachedFormulaResultType 9 vuotta sitten
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 vuotta sitten
  Dominik Stadler cf1558116f Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty 9 vuotta sitten
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github 9 vuotta sitten
  Nick Burch 45cabc939f Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 10 vuotta sitten
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, 10 vuotta sitten
  Dominik Stadler ecf9194b65 Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 vuotta sitten
  Dominik Stadler d3a50a3388 Avoid unnecessary string creation/concatination for numeric conversion, use Double.toString() instead 10 vuotta sitten