Dominik Stadler
|
51a1ebf750
|
Fix some IntelliJ warnings and adjust Javadoc of readFully() slightly to describe the behavior better.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734924 13f79535-47bb-0310-9956-ffa450edef68
|
2016-03-14 11:58:15 +00:00 |
|
Andreas Beeker
|
bb3970b2bf
|
#58193 - Use input stream rather than byte array for checksum etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1693754 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-01 20:09:37 +00:00 |
|
Dominik Stadler
|
dbdbb0cfe6
|
Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeader
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691948 13f79535-47bb-0310-9956-ffa450edef68
|
2015-07-20 14:03:35 +00:00 |
|
Nick Burch
|
c46b7d0329
|
Fix inconsistent whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677565 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-04 09:17:14 +00:00 |
|
Nick Burch
|
a874e223af
|
If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677562 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-04 09:15:48 +00:00 |
|
Sergey Vladimirov
|
433da9b2fb
|
add closeQuietly() method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142781 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:50:01 +00:00 |
|
Yegor Kozlov
|
b988ca3855
|
bug 51265: Enhanced Handling of Picture Parts in XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1130120 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-01 12:07:16 +00:00 |
|
Nick Burch
|
8e0241ff83
|
Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1095753 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-21 15:37:22 +00:00 |
|
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
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050775 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-19 08:53:36 +00:00 |
|
Nick Burch
|
ced5abd457
|
Move CloseIgnoringInputStream out to its own class, and add more helper methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050772 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-19 08:05:44 +00:00 |
|
Nick Burch
|
c0e28795c1
|
Start on lower memory POIFS implementation - data source to provide common access to array of bytes and files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050607 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-18 10:18:43 +00:00 |
|
Josh Micich
|
a2cd9a942e
|
Fixed compiler warnings - unnecessary else
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 16:50:24 +00:00 |
|
Nick Burch
|
a89961ba81
|
More work on bug #45431 - Support for .xlsm files, sufficient for simple files to be loaded by excel without warning
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@680871 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-29 23:03:25 +00:00 |
|
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
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610439 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-09 16:31:25 +00:00 |
|
Nick Burch
|
38cdbd4114
|
SBAT fix from bug #11744
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600916 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 12:55:26 +00:00 |
|
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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
|
2006-12-22 19:18:16 +00:00 |
|
Glen Stampoultzis
|
58f1c92183
|
New licence changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
|
2004-04-09 13:05:39 +00:00 |
|
Avik Sengupta
|
c1d078679a
|
Slow input stream patch, bug 13478
Thanks Tony Chao and Chris Nokleberg
Added to HEAD, not fully tested, since HEAD is unstable atm.
fully tested in Branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353275 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-31 19:35:19 +00:00 |
|