413 Commits (afe2ad7d38fae3402b6e1ac08afd81cbca3985d3)

Author SHA1 Message Date
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 years ago
  Nick Burch 421505b715 Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 14 years ago
  Nick Burch 62dc99b25f records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 14 years ago
  Nick Burch c8f8a1d8a0 Tweak the generics definition on workbook so that method signatures on hssf and xssf won't need to change 14 years ago
  Nick Burch 0779f79cc7 Fix a few generics warnings 14 years ago
  Nick Burch 25bd56f569 Initialise the link type of HSSFHyperLink, so that getType() on it works 14 years ago
  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 14 years ago
  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. 14 years ago
  Yegor Kozlov 821b4291b2 added HSSF usermodel tests for array formulas, added support for array formulas in ss interfaces 14 years ago
  Josh Micich 15e1a07519 Renamed model.Sheet to InternalSheet to alleviate name clash. 14 years ago
  Josh Micich 1fd52310cd Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 years ago
  Yegor Kozlov 28c5b0fd2b improved javadoc on Picture.resize() 14 years ago
  Yegor Kozlov 9a492d227e preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920 14 years ago
  Josh Micich 47e084cfcd Removed unused imports under src/java and src/testcases. Other minor fixes. 14 years ago
  Josh Micich 4a7c19343f Removed generic type parameter from OperandPtg because it was not worth the extra syntax. 14 years ago
  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. 14 years ago
  Josh Micich 43b3e52344 Patch 48284 - raise visibility of FormulaParseException 14 years ago
  Josh Micich 1c34c30813 small tweak to fix compiler error after r884918 (differences in @Override rules from java 5 to 6) 14 years ago
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
  Nick Burch 5cf512174e Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 14 years ago
  Yegor Kozlov 1490ef1c8a fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth 14 years ago
  Josh Micich d00ca49df5 Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status of IntersectionPtg 14 years ago
  Josh Micich efb9160c1a Clean-up of copy/clone methods in Ptg hierarchy 14 years ago
  Yegor Kozlov 082cd1846c renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft 14 years ago
  Yegor Kozlov fbae3f9422 added a method to set arabic mode in HSSFSheet, see Bugzilla 47970 14 years ago
  Yegor Kozlov 1aeb476ce7 release system resources when calling javax.imageio.ImageIO in Picture.resize() 14 years ago
  Yegor Kozlov 55b31d213d fixed logic for matching cells and comments in HSSFCell.getCellComment() 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Josh Micich 30dcd66257 Improvements to patch 47809 (support for UDFs) 14 years ago
  Josh Micich a82e264754 Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 14 years ago
  Yegor Kozlov d00286e166 Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848 14 years ago
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Yegor Kozlov 41d2b72f49 added javadoc how to avoid Excel crash when creating too many HSSFRichTextString cells, see Bugzilla 47543 14 years ago
  Yegor Kozlov 8b82a8cb46 Added method setFunction(boolean) for defined names 15 years ago
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 15 years ago
  Josh Micich bb7b42c126 Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast 15 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 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 e555c088ce updated docs on extraction of embedded objects, misc changes in HSSF 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 6295a0d793 Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection 15 years ago
  Yegor Kozlov 2e19b54fc8 fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
  Josh Micich 40e6ccd12e Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
  Josh Micich 1c5653ec5d rolling back r781622 15 years ago
  Josh Micich 8d91fa9c11 submitted in error 15 years ago
  Yegor Kozlov 13cfd6d3b3 Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows 15 years ago
  Josh Micich 6a7fc37e73 Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
  Josh Micich 2c2948ca65 Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFDataFormatter. Added comment about international formats. 15 years ago