4 Commits (d6ab8e844442607965eb749d42c67d7c9f0f5495)

Autor SHA1 Nachricht Datum
  PJ Fanning d6ab8e8444 [github-290] Customize Spliterator implementations for better parallelism. Thanks to Daniel Shuy. This closes #290 vor 2 Jahren
  Marius Volkhart e239fd745f Fix Javadoc errors and warnings on JDK 17 vor 2 Jahren
  Andreas Beeker bb5d321b79 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) vor 3 Jahren
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  Dominik Stadler e88fac30b8 Bug 61863: Update JavaDoc to describe relation to workbook-level flag vor 4 Jahren
  Dominik Stadler 2748844549 Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on empty Sheets vor 4 Jahren
  Dominik Stadler 57b0576f63 Adjust some JavaDoc and fix some IDE warnings vor 4 Jahren
  Greg Woolsey 6b433ae8b3 #62834 FormulaEvaluator.evaluateInCell() throws Exception vor 5 Jahren
  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 vor 6 Jahren
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 vor 6 Jahren
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings vor 6 Jahren
  Dominik Stadler c2b434988e Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there might be empty rows/cells included in the counts vor 6 Jahren
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs vor 7 Jahren
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics vor 7 Jahren
  Javen O'Neal 55bc4619d5 bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) vor 8 Jahren
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) vor 8 Jahren
  Dominik Stadler 2348794109 Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region vor 8 Jahren
  Javen O'Neal 40f1013f63 JDK8 javadocs vor 8 Jahren
  Javen O'Neal 11bea18184 bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util vor 8 Jahren
  Andreas Beeker e72ad899b3 deprecated constants pointing to MissingCellPolicy - use enum instead vor 8 Jahren
  Javen O'Neal 80eac0c70e bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface vor 8 Jahren
  Javen O'Neal 9a769fcb0b bug 59645: add Page Setup Print row and column headings support for Common SS vor 8 Jahren
  Javen O'Neal da9bd80d5e bug 59212: Do not check for overlapping regions when adding merged regions to a sheet vor 8 Jahren
  Javen O'Neal 4a14e53351 bug 58815: javadoc spelling vor 8 Jahren
  Javen O'Neal a2d55ee784 fix javadocs errors vor 8 Jahren
  Javen O'Neal ac65d1333d fix javadoc errors vor 8 Jahren
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, vor 8 Jahren
  Javen O'Neal c568c36b80 add @Override annotations to Sheet classes vor 8 Jahren
  Javen O'Neal 4d0724878f whitespace vor 8 Jahren
  Javen O'Neal c02ec7f5dd bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with Sheet.setZoom(scale) vor 8 Jahren
  Javen O'Neal be77875e20 bug 58642: remove deprecated functions in Spreadsheet Sheet interface and implementing classes; add @Override annotations vor 8 Jahren
  Javen O'Neal 34886a6c3f fix javadoc warnings from r1715839 bug 58365 vor 8 Jahren
  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. vor 8 Jahren
  Javen O'Neal 4a727300a7 bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet vor 8 Jahren
  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. vor 9 Jahren
  Dominik Stadler 906a917796 Bug 46192: Add methods to query outline level for HSSF and XSSF vor 9 Jahren
  Andreas Beeker d43ba17fe9 Picture method to resize with different scales in width and height vor 9 Jahren
  Nick Burch 9bb00e4228 Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github vor 9 Jahren
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class vor 10 Jahren
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) vor 10 Jahren
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer vor 11 Jahren
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns vor 12 Jahren
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns vor 12 Jahren
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples vor 13 Jahren
  Nick Burch a7306f6d4f Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support vor 13 Jahren
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 vor 13 Jahren
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load vor 13 Jahren
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF vor 13 Jahren
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output vor 13 Jahren