143 Commits (4669ec9f5dad0bcd81c8a2b41439be2e283f0fd9)

Author SHA1 Message Date
  Yegor Kozlov 4669ec9f5d fixed XSSFCell.getStringCellValue() to properly handle cached formula results 14 years ago
  Yegor Kozlov a90c8202db fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see Bugzilla 47581 15 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 15 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 15 years ago
  Josh Micich e8b5f36704 fixing compiler warnings - unused imports, declared exceptions not thrown 15 years ago
  Yegor Kozlov 8b283b14b1 Centralize logic for finding/opening sample files 15 years ago
  Josh Micich bb7b42c126 Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast 15 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Josh Micich e918a0cd0d Fixed unused imports compiler warnings (and some others) 15 years ago
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 years ago
  Yegor Kozlov 58f32a32b5 removed temporary fix for compatibility with Mac Excel 2008 Sp2 15 years ago
  Yegor Kozlov 0226855729 Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns, see Bugzilla 47620 15 years ago
  Yegor Kozlov 51baaaafbd fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bugzilla #46419 and #47559 15 years ago
  Yegor Kozlov 27832ad356 Fixed NPE when retrieving core properties from a newly created workbook, see Bugzilla 47460 15 years ago
  Yegor Kozlov 3601f7f8c6 fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504 15 years ago
  Yegor Kozlov bb85e52d3d Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411 15 years ago
  Yegor Kozlov 234735a414 fixed a regression issue where HSSFHyperlink failed to set inter-sheet and file links, see Bugzilla #47375 15 years ago
  Josh Micich 2f9d1466a8 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 15 years ago
  Yegor Kozlov b10d44cf52 Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294 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
  Josh Micich 5c55b57964 Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and formatting 15 years ago
  Nick Burch a8dcc4416f Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCollapsed() setGroupRowCollapsed() 15 years ago
  Yegor Kozlov 8fa8a89b45 Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas 15 years ago
  Yegor Kozlov 8363279282 fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId sequence is not continious 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 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 15 years ago
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 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 a7816b7bdb added modifiers for anchor type to XSSFClientAnchor 15 years ago
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
  Yegor Kozlov 3bd494cc62 support built-in data formats in XSSFDataFormat 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
  Josh Micich 6f1a7911c9 Added Apache License text to files where it was missing. Also fixed some compiler warnings in those files. 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
  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) 15 years ago
  Yegor Kozlov 5831ea5750 Improved error handling for problems described in bugzilla 46569 - Changed Sheet.setColumnWidth to throw IllegalArgumentException if the column width argument is greater than 255 characters (the maximum column width in Excel) 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Josh Micich eb9e672cb2 Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0/1-based index error for cell range checks in XSSF. 15 years ago
  Yegor Kozlov a2d45f6454 fixed formula parser to correctly resolve sheet-level names 15 years ago
  Yegor Kozlov 27f601e40e 1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names 15 years ago
  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 15 years ago
  Yegor Kozlov d3dd1fbbcd renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 15 years ago
  Josh Micich 2994865d5b consolidated TestXSSFHeaderFooter 15 years ago
  Josh Micich 0e138a07a8 Fixed XSSFName and test cases 15 years ago
  Yegor Kozlov c67c1d5ca0 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown 15 years ago