31 Commits (4669ec9f5dad0bcd81c8a2b41439be2e283f0fd9)

Author SHA1 Message Date
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago
  Yegor Kozlov 23ddda6853 Fixed XSSFCell to avoid generating xsi:nil entries in shared string table 15 years ago
  Yegor Kozlov e4599a03ae Fixed XSSFCell to properly read inline strings 15 years ago
  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 years ago
  Josh Micich 3514cbb38c Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test working. 15 years ago
  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 years ago
  Yegor Kozlov 2af8300e50 update cell type when setting cached formula result in XSSFCell, also improved common xssf-hssf tests 15 years ago
  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 years ago
  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 years ago
  Yegor Kozlov 627105e288 refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test superclass for both hssf and xssf 15 years ago