6902 Commits (f2013022e8428b0c1113d24d681454c559d9e727)
 

Author SHA1 Message Date
  Javen O'Neal 264101d5f7 testBool/testErr: check values before writeOutAndReadBack 8 years ago
  Javen O'Neal 6033d5428a fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEquals for more informative test results 8 years ago
  Javen O'Neal 1342cb827e whitespace 8 years ago
  Javen O'Neal 0555894150 add @Override and @NotImplemented annotations to SXSSFCell, update javadocs 8 years ago
  Javen O'Neal 916dcd547c break testBoolErr into 2 unit tests. The test shouldn't be aware of the underlying implementation for HSSFRows, and shorter tests are better 8 years ago
  Javen O'Neal 0a02cc5053 whitespace 8 years ago
  Javen O'Neal aadd45c22e bug 58671: change MissingCellPolicy from class to enum 8 years ago
  Javen O'Neal fc238aac21 javadocs 8 years ago
  Javen O'Neal be88aec207 add missing ASF License headers for bug 57450 8 years ago
  Javen O'Neal e29279896e patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows that have been flushed to disk 8 years ago
  Dominik Stadler 760c3e1955 Update some maven plugins to the latest version 8 years ago
  Andreas Beeker 85717b7c3c Add helper method for opening the test files - maybe switched to InputStream if test-data files are changed unexpectedly 8 years ago
  Andreas Beeker 7d4b30cd72 XSLF: tables can now be removed from sheets/groups 8 years ago
  Javen O'Neal d729c3208a bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows 8 years ago
  Javen O'Neal c568c36b80 add @Override annotations to Sheet classes 8 years ago
  Andreas Beeker b9c792dad0 close resources 8 years ago
  Javen O'Neal f964020746 remove debugging print statements 8 years ago
  Javen O'Neal 6c1b0f30b0 Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink references 8 years ago
  Javen O'Neal da8eb997cd findbugs: add missing equals and hashCode for classes with a compareTo method 8 years ago
  Javen O'Neal d471500512 javadoc 8 years ago
  Javen O'Neal 4d759e36f9 revert r1716119, since it would delete the output of compile-ooxml-xsds and require the target to be rebuilt every time "ant compile" was run 8 years ago
  Javen O'Neal 1ef3f4e2e8 bug 58667: make SX/X/HSSFRow implement Comparable interface 8 years ago
  Javen O'Neal 765fd556f1 HSSFRow: make instance variables final 8 years ago
  Javen O'Neal 9e13fccd47 SXSSFRow: privatize instance variables, make _sheet final 8 years ago
  Javen O'Neal 4c96c4ca6e whitespace 8 years ago
  Javen O'Neal 5c9373e437 make SXSSFRow._style private, add getRowStyleIndex() in its place 8 years ago
  Javen O'Neal 935476e3e6 javadoc 8 years ago
  Javen O'Neal b2eefb20d4 javadoc 8 years ago
  Javen O'Neal cb513d0a76 whitespace 8 years ago
  Javen O'Neal f629699265 bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink 8 years ago
  Javen O'Neal 80209b4d2f bug 58636: make ClientAnchor enum constructor private, make byId Internal 8 years ago
  Andreas Beeker 644f7b6c99 #46210 - Title placeholder not recognized by Powerpoint 2003 8 years ago
  Andreas Beeker 9e45a9d9fd #58663 - Pictures cannot be removed from a slide 8 years ago
  Javen O'Neal 48e733d9f2 javadocs 8 years ago
  Javen O'Neal e89b0c26cb javadocs 8 years ago
  Javen O'Neal e543a14237 make instance variables final 8 years ago
  Javen O'Neal 229a54a248 +FIXME 8 years ago
  Javen O'Neal 109e8b4fb3 javadocs 8 years ago
  Javen O'Neal effe60c6af javadocs 8 years ago
  Javen O'Neal 3f3e519628 bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMergedRegions() 8 years ago
  Javen O'Neal bd7568e16f javadoc fix 8 years ago
  Javen O'Neal 04a9af4527 add failing unit test for bug 58648 8 years ago
  Javen O'Neal ef017d70c1 bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
  Nick Burch 54c2a6bbce Bump the ooxml-security version in the classpath definition to match the updated jar name 8 years ago
  Javen O'Neal 650e7ed1e4 close workbook at end of example 8 years ago
  Dominik Stadler bf3e8364be Remove useless double check on null introduced with the previous bugfix 8 years ago
  Javen O'Neal 0581f4b7d5 bug 58637: replace deprecated getCellComment(row, col) usage 8 years ago
  Javen O'Neal d84be50d54 bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy 8 years ago
  Javen O'Neal fc4b3fc08f javadoc 8 years ago
  Javen O'Neal aa435add27 whitespace 8 years ago