30 Commits (d320b2ea4a0ad32e8d49b8ce3f6ac1583ea48a5a)

Autor SHA1 Nachricht Datum
  Tim Allison d320b2ea4a bug 61300 -- prevent really long (infinite?) loop on corrupt file vor 7 Jahren
  Tim Allison 1a8b5234ec bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/paste from commons-io. vor 7 Jahren
  Tim Allison 34cb860998 bug 61294 -- prevent infinite loop in IOUtils' skipFully. vor 7 Jahren
  Javen O'Neal 5c2267081d replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") vor 7 Jahren
  Nick Burch 065888c921 Javadoc fix vor 7 Jahren
  Javen O'Neal 8358a80a14 bug 57919: close opened resources vor 7 Jahren
  Javen O'Neal b761cbb7b9 bug 57919: add functions to write and close a POIDocument, guaranteeing closure of the output stream and document. vor 7 Jahren
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability vor 7 Jahren
  Andreas Beeker 00d574164e #60331 - Remove deprecated classes - deprecate Mutable* property classes vor 7 Jahren
  Javen O'Neal 17a339549d bug 52949: add junit test for RLEDecompressingInputStream vor 8 Jahren
  Dominik Stadler 15d70b0828 Check for null in IOUtils.closeQuietly() to not log this unnecessarily vor 8 Jahren
  Andreas Beeker 3dfbdc46e5 findbugs fixes - RR_NOT_CHECKED vor 8 Jahren
  Dominik Stadler 51a1ebf750 Fix some IntelliJ warnings and adjust Javadoc of readFully() slightly to describe the behavior better. vor 8 Jahren
  Andreas Beeker bb3970b2bf #58193 - Use input stream rather than byte array for checksum etc. vor 9 Jahren
  Dominik Stadler dbdbb0cfe6 Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader vor 9 Jahren
  Nick Burch c46b7d0329 Fix inconsistent whitespace vor 9 Jahren
  Nick Burch a874e223af If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException vor 9 Jahren
  Sergey Vladimirov 433da9b2fb add closeQuietly() method vor 13 Jahren
  Yegor Kozlov b988ca3855 bug 51265: Enhanced Handling of Picture Parts in XWPF vor 13 Jahren
  Nick Burch 8e0241ff83 Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full vor 13 Jahren
  Nick Burch aaddcfc655 Change how the NIO block read works, to re-use the byte array for the from-InputStream case. Also start on reading the FAT blocks for NPOIFSFileSystem vor 13 Jahren
  Nick Burch ced5abd457 Move CloseIgnoringInputStream out to its own class, and add more helper methods vor 13 Jahren
  Nick Burch c0e28795c1 Start on lower memory POIFS implementation - data source to provide common access to array of bytes and files vor 13 Jahren
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else vor 15 Jahren
  Nick Burch a89961ba81 More work on bug #45431 - Support for .xlsm files, sufficient for simple files to be loaded by excel without warning vor 16 Jahren
  Nick Burch e27090859f Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now be clearer exactly what they do, and when they become unhappy. Also include a test that ensures that when reading from a slow inputstream (as per bug #42834), we really are ok with the data dribbling in, and do not require it to all come in in blocksize chunks at one vor 16 Jahren
  Nick Burch 38cdbd4114 SBAT fix from bug #11744 vor 16 Jahren
  Henri Yandell b8f7a14477 Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. vor 17 Jahren
  Glen Stampoultzis 58f1c92183 New licence changes. vor 20 Jahren
  Avik Sengupta c1d078679a Slow input stream patch, bug 13478 vor 21 Jahren
  Glen Stampoultzis 94a82d71ff Changed copyright from 2002 to 2003 vor 21 Jahren
  Andrew C. Oliver 833d29b9e0 Initial revision vor 22 Jahren