85 Revize (cf1558116f1ff1f30d668be70a99ab68e072e957)

Autor SHA1 Zpráva Datum
  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 před 9 roky
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github před 9 roky
  Nick Burch 45cabc939f Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 před 10 roky
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, před 10 roky
  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. před 10 roky
  Dominik Stadler d3a50a3388 Avoid unnecessary string creation/concatination for numeric conversion, use Double.toString() instead před 10 roky
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class před 10 roky
  Yegor Kozlov 8e1d206e26 Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute před 11 roky
  Yegor Kozlov b5b1f94e24 Bugzilla 54070: Patch for typos in comments, javadoc and documentation před 11 roky
  Yegor Kozlov 585c3d0e6f support for hyperlinks in SXSSF před 13 roky
  Yegor Kozlov fcdcfb155b moved ptg classes to org.apache.poi.ss.formula.ptg před 13 roky
  Yegor Kozlov af69c81199 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings před 13 roky
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 před 13 roky
  Yegor Kozlov 8e4d2bbba3 Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 před 13 roky
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas před 13 roky
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 před 13 roky
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 před 14 roky
  Nick Burch 439bd8de3e Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815) před 14 roky
  Yegor Kozlov 58fd770335 improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays před 14 roky
  Josh Micich e9d0f5aeb6 Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. před 14 roky
  Yegor Kozlov 821b4291b2 added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces před 14 roky
  Yegor Kozlov 44e504bfe6 added tests for XSSF usermodel for array formulas, this change is a step towards adoption of the patch submitted in Bugzilla 48292 před 14 roky
  Josh Micich ce310ec11a More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479. před 14 roky
  Yegor Kozlov 787da03838 added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal před 14 roky
  Josh Micich 43b3e52344 Patch 48284 - raise visibility of FormulaParseException před 14 roky
  Josh Micich 00173d79a1 minor changes - initial work on bugzilla 48292 (support for array formulas) před 14 roky
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces před 14 roky
  Nick Burch ab15ad1b66 Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells před 14 roky
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent před 14 roky
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results před 14 roky
  Yegor Kozlov c7466a9210 fixes and misc refactorings suggested by Intellij před 15 roky
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else před 15 roky
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts před 15 roky
  Yegor Kozlov df16f03172 Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see Bugzilla #47606 před 15 roky
  Yegor Kozlov 23ddda6853 Fixed XSSFCell to avoid generating xsi:nil entries in shared string table před 15 roky
  Yegor Kozlov e4599a03ae Fixed XSSFCell to properly read inline strings před 15 roky
  Yegor Kozlov 89d734dcb3 avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell před 15 roky
  Yegor Kozlov 46b06af35a Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 před 15 roky
  Yegor Kozlov 9eff4e10b3 Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028 před 15 roky
  Josh Micich 3514cbb38c Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test working. před 15 roky
  Yegor Kozlov 7873f0d8cf consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF před 15 roky
  Yegor Kozlov 9adb9cc6d3 improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc před 15 roky
  Yegor Kozlov 2af8300e50 update cell type when setting cached formula result in XSSFCell, also improved common xssf-hssf tests před 15 roky
  Yegor Kozlov 2ea123586a fixed autoSizeColumn() to use cached formula values when processing formula cells, see bug #46736 před 15 roky
  Yegor Kozlov 73b8bf48af improved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536) před 15 roky
  Yegor Kozlov 6259f37e11 added suport for Calculation Chain in XSSF, remove reference from calculation chain when a formula is deleted (see bugzilla 46535) před 15 roky
  Josh Micich eb9e672cb2 Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0/1-based index error for cell range checks in XSSF. před 15 roky
  Yegor Kozlov a2d45f6454 fixed formula parser to correctly resolve sheet-level names před 15 roky
  Yegor Kozlov 27f601e40e 1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names před 15 roky
  Yegor Kozlov 0b62c3fba9 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell references with column numbers up to XFD3. when pasring formula, HSSFName.setRefersToFormula must set type of operands to Ptg.CLASS_REF, otherwise created named don't appear in the dropdown to the left of formula bar in Excel před 15 roky