4 커밋 (d6ab8e844442607965eb749d42c67d7c9f0f5495)

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