57 Commits (3d4acce3a7e82e1e04fd228b5fa5d3b845472145)

Auteur SHA1 Bericht Datum
  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 jaren geleden
  Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file 6 jaren geleden
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 jaren geleden
  Dominik Stadler 5d004c453b Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations 6 jaren geleden
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 jaren geleden
  Javen O'Neal e9d5694574 bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 jaren geleden
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 jaren geleden
  Javen O'Neal 8d31c01f40 bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 8 jaren geleden
  Andreas Beeker e72ad899b3 deprecated constants pointing to MissingCellPolicy - use enum instead 8 jaren geleden
  Dominik Stadler 155323ee56 Fix some compiler warnings, javadoc, ... 8 jaren geleden
  Andreas Beeker fe653de0e6 fix eclipse warnings 8 jaren geleden
  Javen O'Neal 83aaa1937f bug58348: add test for copying formula with unregistered UDF 8 jaren geleden
  Javen O'Neal c8d5a37017 bug 58348: add hyperlink copying and merging to CellCopyPolicy 8 jaren geleden
  Javen O'Neal 757dbd1649 bug 58348: add support for copying rows for XSSFWorkbooks 8 jaren geleden
  Andreas Beeker e7dbb2aa43 close resources in junit tests 8 jaren geleden
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 jaren geleden
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 jaren geleden
  Dominik Stadler 959fecbb44 Move some tests to the base test class where applicapple 9 jaren geleden
  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 jaren geleden
  Dominik Stadler bd9594151a Some Eclipse warnings 9 jaren geleden
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github 9 jaren geleden
  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 jaren geleden
  Yegor Kozlov 8e1d206e26 Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute 11 jaren geleden
  Nick Burch a6cc5ed707 Add a few more little bits of formula unit tests 13 jaren geleden
  Josh Micich feafcb8f48 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 jaren geleden
  Nick Burch ab15ad1b66 Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells 14 jaren geleden
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 jaren geleden
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 jaren geleden
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 jaren geleden
  Yegor Kozlov 23ddda6853 Fixed XSSFCell to avoid generating xsi:nil entries in shared string table 15 jaren geleden
  Yegor Kozlov e4599a03ae Fixed XSSFCell to properly read inline strings 15 jaren geleden
  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 15 jaren geleden
  Josh Micich 3514cbb38c Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test working. 15 jaren geleden
  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 15 jaren geleden
  Yegor Kozlov 2af8300e50 update cell type when setting cached formula result in XSSFCell, also improved common xssf-hssf tests 15 jaren geleden
  Yegor Kozlov 7c6706750f more improvements in shiftRows: 1. shift named ranges and merged regions, JUnit added. 2. fixed shiftRows in XSSF to preserve row heights, see bugzilla 46719. 15 jaren geleden
  Yegor Kozlov 2ef665caf6 added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common interface org.apache.poi.ss.usermodel.Sheet; more progress on testing common xssf-hssf interfaces 15 jaren geleden
  Yegor Kozlov 627105e288 refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test superclass for both hssf and xssf 15 jaren geleden