58 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Author SHA1 Message Date
  Dominik Stadler e88fac30b8 Bug 61863: Update JavaDoc to describe relation to workbook-level flag 4 years ago
  Dominik Stadler 2748844549 Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on empty Sheets 4 years ago
  Dominik Stadler 57b0576f63 Adjust some JavaDoc and fix some IDE warnings 4 years ago
  Greg Woolsey 6b433ae8b3 #62834 FormulaEvaluator.evaluateInCell() throws Exception 5 years ago
  Dominik Stadler 21e5140462 Various smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests 6 years ago
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  Dominik Stadler c2b434988e Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there might be empty rows/cells included in the counts 6 years ago
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 7 years ago
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics 7 years ago
  Javen O'Neal 55bc4619d5 bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 8 years ago
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) 8 years ago
  Dominik Stadler 2348794109 Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 8 years ago
  Javen O'Neal 40f1013f63 JDK8 javadocs 8 years ago
  Javen O'Neal 11bea18184 bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util 8 years ago
  Andreas Beeker e72ad899b3 deprecated constants pointing to MissingCellPolicy - use enum instead 8 years ago
  Javen O'Neal 80eac0c70e bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface 8 years ago
  Javen O'Neal 9a769fcb0b bug 59645: add Page Setup Print row and column headings support for Common SS 8 years ago
  Javen O'Neal da9bd80d5e bug 59212: Do not check for overlapping regions when adding merged regions to a sheet 8 years ago
  Javen O'Neal 4a14e53351 bug 58815: javadoc spelling 8 years ago
  Javen O'Neal a2d55ee784 fix javadocs errors 8 years ago
  Javen O'Neal ac65d1333d fix javadoc errors 8 years ago
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, 8 years ago
  Javen O'Neal c568c36b80 add @Override annotations to Sheet classes 8 years ago
  Javen O'Neal 4d0724878f whitespace 8 years ago
  Javen O'Neal c02ec7f5dd bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with Sheet.setZoom(scale) 8 years ago
  Javen O'Neal be77875e20 bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations 8 years ago
  Javen O'Neal 34886a6c3f fix javadoc warnings from r1715839 bug 58365 8 years ago
  Javen O'Neal 42a7061d9e bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value. 8 years ago
  Javen O'Neal 4a727300a7 bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet 8 years ago
  David North 3e36081b87 Add Sheet.getMergedRegions to obtain them all as a list. Implement this for XSSF using "deprecated" methods in XMLBeans which allow the operation to be linear in the number of regions rather than n-squared. 9 years ago
  Dominik Stadler 906a917796 Bug 46192: Add methods to query outline level for HSSF and XSSF 9 years ago
  Andreas Beeker d43ba17fe9 Picture method to resize with different scales in width and height 9 years ago
  Nick Burch 9bb00e4228 Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github 9 years ago
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class 10 years ago
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 10 years ago
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 11 years ago
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns 12 years ago
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples 13 years ago
  Nick Burch a7306f6d4f Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support 13 years ago
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 13 years ago
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 years ago
  Yegor Kozlov 26c6241c8a Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs 13 years ago
  Yegor Kozlov 49448123e1 Bug 48408: Improved documentation for Sheet.setColumnWidth 13 years ago
  Nick Burch f7ed387745 Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true" 13 years ago
  Yegor Kozlov faa64fa1f4 support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
  Yegor Kozlov fc6fe5f375 initial support for excel auto-filters 14 years ago