128 Ревизии (3d4acce3a7e82e1e04fd228b5fa5d3b845472145)

Автор SHA1 Съобщение Дата
  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 години
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements преди 7 години
  Greg Woolsey 756f8b7373 Don't report data table master cells as formula cells, since POI doesn't evaluate data table formulas. преди 7 години
  Andreas Beeker cf37b13c3a SonarQube fixes преди 7 години
  Javen O'Neal 317f47f434 bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum преди 7 години
  Andreas Beeker 2e50133e88 merge trunk to branch преди 7 години
  Javen O'Neal c9f8d51f5c declare methods throw runtime exceptions for IDE hints преди 7 години
  Javen O'Neal d5e450f353 bug 59791: add deprecation and removal annotations преди 7 години
  Javen O'Neal 40f1013f63 JDK8 javadocs преди 8 години
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized преди 8 години
  Javen O'Neal a6cd0dd6f4 bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs преди 8 години
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility преди 8 години
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum преди 8 години
  Javen O'Neal 77bf864c07 bug 59790: convert FormulaType class to enum преди 8 години
  Andreas Beeker e72ad899b3 deprecated constants pointing to MissingCellPolicy - use enum instead преди 8 години
  Javen O'Neal f9409282d9 bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; patch from Greg Woolsey преди 8 години
  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 години
  Javen O'Neal e97e241ac2 whitespace (tabs to spaces) преди 8 години
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas преди 8 години
  Javen O'Neal cb23ca952b bug 59443: use Comment.setAddress when changing both row and column of cell comment address преди 8 години
  Nick Burch 21bcca03e4 Javadoc fix - Generics are type-erased so not included in the javadoc links преди 8 години
  Dominik Stadler bfcfaf9d34 Bug 59199: Handle null date-values in a similar way as null-Strings преди 8 години
  Javen O'Neal 775f66a8f0 fix javadocs преди 8 години
  Javen O'Neal e215902a94 bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. преди 8 години
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, преди 8 години
  Javen O'Neal 0581f4b7d5 bug 58637: replace deprecated getCellComment(row, col) usage преди 8 години
  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 години
  Javen O'Neal d1343b201b fix javadoc link преди 8 години
  Javen O'Neal 203f676d96 bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class преди 8 години
  Javen O'Neal 83aaa1937f bug58348: add test for copying formula with unregistered UDF преди 8 години
  Javen O'Neal c8d5a37017 bug 58348: add hyperlink copying and merging to CellCopyPolicy преди 8 години
  Javen O'Neal 757dbd1649 bug 58348: add support for copying rows for XSSFWorkbooks преди 8 години
  Javen O'Neal f5e4fa740f javadocs, remove unnecessary SuppressWarnings("resource") decorator преди 8 години
  Andreas Beeker aacf48d5aa sonar fixes преди 8 години
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... преди 8 години
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings преди 8 години
  Nick Burch b0fa6ed2f3 Use the same "is this a formula" logic for both getCellType and getCachedFormulaResultType преди 9 години
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. преди 9 години
  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 години
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github преди 9 години
  Nick Burch 45cabc939f Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 преди 10 години
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, преди 10 години
  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 години
  Dominik Stadler d3a50a3388 Avoid unnecessary string creation/concatination for numeric conversion, use Double.toString() instead преди 10 години