30 Commits (d320b2ea4a0ad32e8d49b8ce3f6ac1583ea48a5a)

Author SHA1 Message Date
  Tim Allison d320b2ea4a bug 61300 -- prevent really long (infinite?) loop on corrupt file 7 years ago
  Tim Allison 1a8b5234ec bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/paste from commons-io. 7 years ago
  Tim Allison 34cb860998 bug 61294 -- prevent infinite loop in IOUtils' skipFully. 7 years ago
  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") 7 years ago
  Nick Burch 065888c921 Javadoc fix 7 years ago
  Javen O'Neal 8358a80a14 bug 57919: close opened resources 7 years ago
  Javen O'Neal b761cbb7b9 bug 57919: add functions to write and close a POIDocument, guaranteeing closure of the output stream and document. 7 years ago
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability 7 years ago
  Andreas Beeker 00d574164e #60331 - Remove deprecated classes - deprecate Mutable* property classes 7 years ago
  Javen O'Neal 17a339549d bug 52949: add junit test for RLEDecompressingInputStream 8 years ago
  Dominik Stadler 15d70b0828 Check for null in IOUtils.closeQuietly() to not log this unnecessarily 8 years ago
  Andreas Beeker 3dfbdc46e5 findbugs fixes - RR_NOT_CHECKED 8 years ago
  Dominik Stadler 51a1ebf750 Fix some IntelliJ warnings and adjust Javadoc of readFully() slightly to describe the behavior better. 8 years ago
  Andreas Beeker bb3970b2bf #58193 - Use input stream rather than byte array for checksum etc. 9 years ago
  Dominik Stadler dbdbb0cfe6 Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader 9 years ago
  Nick Burch c46b7d0329 Fix inconsistent whitespace 9 years ago
  Nick Burch a874e223af If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException 9 years ago
  Sergey Vladimirov 433da9b2fb add closeQuietly() method 13 years ago
  Yegor Kozlov b988ca3855 bug 51265: Enhanced Handling of Picture Parts in XWPF 13 years ago
  Nick Burch 8e0241ff83 Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full 13 years ago
  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 13 years ago
  Nick Burch ced5abd457 Move CloseIgnoringInputStream out to its own class, and add more helper methods 13 years ago
  Nick Burch c0e28795c1 Start on lower memory POIFS implementation - data source to provide common access to array of bytes and files 13 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 years ago
  Nick Burch a89961ba81 More work on bug #45431 - Support for .xlsm files, sufficient for simple files to be loaded by excel without warning 16 years ago
  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 16 years ago
  Nick Burch 38cdbd4114 SBAT fix from bug #11744 16 years ago
  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. 17 years ago
  Glen Stampoultzis 58f1c92183 New licence changes. 20 years ago
  Avik Sengupta c1d078679a Slow input stream patch, bug 13478 21 years ago
  Glen Stampoultzis 94a82d71ff Changed copyright from 2002 to 2003 21 years ago
  Andrew C. Oliver 833d29b9e0 Initial revision 22 years ago