8009 Commits (235b49aa52de5733d12267600b0b1ad163479806)
 

Author SHA1 Message Date
  Andreas Beeker 05aad13ded Create branch to unify crypto handling in HSSF and support CryptoAPI for HSSF 8 years ago
  Nick Burch a55e016c86 In-place write for HSLF #57919 8 years ago
  Nick Burch 6d59eef6e4 Provide a createOrUpdateDocument method at the POIFS level, and use to simplify writing code #57919 8 years ago
  Nick Burch 48f255f37e Javadoc updates 8 years ago
  Javen O'Neal 5c8b15bee9 test Cell.setCellValue(false) 8 years ago
  Nick Burch b25e988d94 If doing an in-place write, update the properties too 8 years ago
  Nick Burch 2750df0433 #57919 HSLF writing to new File 8 years ago
  Nick Burch 2d44399e0b #57919 HPSF writing better error handling, and start prep for HSLF more write methods 8 years ago
  Nick Burch 14aa3057dc Whitespace / indents 8 years ago
  Nick Burch efb790ef95 #57919 Add in-place and new-File write methods to POIDocument 8 years ago
  Nick Burch 667cfcb196 Mark some more scratchpad document types as currently being read-only 8 years ago
  Nick Burch 6bbdfeb61d Helper class for implementing extra write methods (#57919) for Scratchpad classes which are read-only 8 years ago
  Nick Burch fcee96add1 Prepare for pushing write() and write(File) to POIDocument 8 years ago
  Nick Burch fcf3162b54 Sync the file-based "past-the-end" exception to match the stream one, so that extending works, then tests for HSSF writing to a new empty POIFS file #57919 8 years ago
  Nick Burch 551ca753ca Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first 8 years ago
  Nick Burch 40591cf09a #57919 Start on support for writing to a new File (faster than OutputStream) 8 years ago
  Javen O'Neal 76c763b0dc add test case for bug 53564 8 years ago
  Javen O'Neal 4d05fe0d13 svn propset svn:mime-type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet *.xlsx 8 years ago
  Javen O'Neal f732c290f8 +svn:auto-props for common Microsoft Office files 8 years ago
  Javen O'Neal 035b4c4a0a bug 59881: fix D* functions for blank cells in headers in database; patch from Patrick Zimmermann 8 years ago
  Javen O'Neal 2412a8fcef +svn:eol-style=native 8 years ago
  Javen O'Neal 3873d84f46 bug 59881: fix spelling; patch from Patrick Zimmermann 8 years ago
  Dominik Stadler b43fbeffe6 52122: Excel does not handle conditional formatting based on formula correctly unless recalculation is forced 8 years ago
  Dominik Stadler b8523ef596 Some warnings/improvements suggested by IntelliJ 8 years ago
  Dominik Stadler 33d5189ff9 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
  Dominik Stadler 096e3e820b Adjust unused local variables to also make FindBugs happy 8 years ago
  Dominik Stadler 736962f26a Fix one more place where stream were left open when an exception is thrown 8 years ago
  Dominik Stadler 8924e1260b Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 8 years ago
  Dominik Stadler 22a9d458cf Enable reproducer test for bug 56880 after it was fixed. 8 years ago
  Dominik Stadler 194057bd1b Add commented reproducer for bug 57603 8 years ago
  Javen O'Neal 7d7b67fef6 only calculate getTextHeight if it will be used 8 years ago
  Javen O'Neal d2053bb4f2 reduce statement complexity in drawContent, also has fewer FLOPS 8 years ago
  Javen O'Neal c965f02c60 if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 8 years ago
  Javen O'Neal bf53115645 bug 57919: add performance note to javadocs about using BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency 8 years ago
  Javen O'Neal 6763ecb9b9 make instance variables final where possible 8 years ago
  Nick Burch 9376bdf27f #57919 Provide an initial in-place write method for HSSFWorkbook 8 years ago
  Javen O'Neal 6e7bba8cac bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage for HSLFSlideShow 8 years ago
  Javen O'Neal 04de72e872 bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grpprl, int offset) method 8 years ago
  Javen O'Neal 52838316b4 bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE constant 8 years ago
  Javen O'Neal 941daf4cac bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPicture 8 years ago
  Javen O'Neal 5d0b2fa59f bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum 8 years ago
  Javen O'Neal b0b38d2c11 bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 8 years ago
  Javen O'Neal b85400423d bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 8 years ago
  Javen O'Neal 5b3a1ad4ce close workbook to avoid resource leak 8 years ago
  Javen O'Neal d19f614366 bug 59170: remove deprecated constants, make private variables final, whitespace 8 years ago
  Javen O'Neal 09681e86ab HexDump.writeHex is similar to Long#toHexString. Consider consolidating. 8 years ago
  Javen O'Neal 5357c92827 log on unsupported Sprm operation, save operand to variable to reduce duplicated code 8 years ago
  Javen O'Neal 3c871bf966 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal ed0cceaf5d HWPF SectionProperties implements Cloneable 8 years ago
  Javen O'Neal 9b0efc4a97 bug 58802: javadoc fix 8 years ago