125 Commits (2776cf6a599ebecb5d135e4e05d7fc995b46ad4a)

Author SHA1 Message Date
  Dominik Stadler 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
  Javen O'Neal 775f66a8f0 fix javadocs 8 years ago
  Javen O'Neal e215902a94 bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. 8 years ago
  Javen O'Neal ac12a2a9ef fix javadocs warnings for r1721930 (bug 58775) 8 years ago
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, 8 years ago
  Javen O'Neal 4a727300a7 bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet 8 years ago
  Dominik Stadler d6254deb3b Eclipse warnings, comment out dead code, close resources, enhance unit tests, javadoc, ... 8 years ago
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 years ago
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github 9 years ago
  Nick Burch 09a9ca7bef HSSFCell should follow XSSF, and allow setting a null-style to return to the default style, fixes bug #56572 10 years ago
  Nick Burch a7099fe6b7 More javadocs for Cell.setCellType 10 years ago
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Yegor Kozlov 71ef875c05 clear unused import warnings 11 years ago
  Evgeniy Berlog 093d459552 added few improvements 12 years ago
  Evgeniy Berlog 8b027ef5cd checked all examples, added several features 12 years ago
  Yegor Kozlov e960b73c64 Bugzilla 51171: Improved performance of opening large .xls files 13 years ago
  Yegor Kozlov f9badd78d4 fixed setting named styles to HSSFCells. see Bugzilla 50912 13 years ago
  Yegor Kozlov 1fa438375b moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
  Yegor Kozlov 41b294edbf moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
  Yegor Kozlov 6f9470cc89 change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761 13 years ago
  Yegor Kozlov ce5c607e24 optimized performance of HSSFCell#setHyperlink 14 years ago
  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) 14 years ago
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 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
  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
  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
  Yegor Kozlov 55b31d213d fixed logic for matching cells and comments in HSSFCell.getCellComment() 14 years ago
  Yegor Kozlov 1559a6d4bd Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751 14 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
  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
  Josh Micich 8a2b5147e3 Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes 15 years ago
  Josh Micich 647f94ed66 Fixing compiler warnings 15 years ago
  Josh Micich b5a5ac13db Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when cached result type changes. 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
  Josh Micich a8be154584 Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvaluator.evaluateInCell() 15 years ago
  Yegor Kozlov a2d45f6454 fixed formula parser to correctly resolve sheet-level names 15 years ago
  Yegor Kozlov 224e112b2a Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() and HSSFCell.getRow() 15 years ago
  Yegor Kozlov f50adf36d1 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any cell modifications, if it fails the cell must be left in the state prior to the invocation. 2. added @throws javadoc to HSSFRow.createCell and XSSFRow.createCell, see bug #10393 3. fixed incorrect condition type in CFRuleRecord if the rule is a formula 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 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
  Yegor Kozlov 6f713d4aac bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired tags in javadocs 15 years ago