aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-051-20/+38
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-3/+9
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-1/+3
* Refactor the common LZW decompression code out into utilsNick Burch2010-12-211-0/+178
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-1/+1
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-192-1/+58
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+25
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* Fix generics warningsNick Burch2010-10-221-4/+5
* fixed packaging of files moved from contribYegor Kozlov2010-10-191-1/+1
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu...Yegor Kozlov2010-10-061-0/+84
* Improve error message, and fix generics warningsNick Burch2010-01-281-1/+1
* Tidy up some of the IntMapper/UnicodeString bits with genericsNick Burch2010-01-181-12/+11
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-0/+27
* More FeatRecord supportNick Burch2010-01-031-0/+2
* changed retention policy in @Internal to RUNTIME, also added a string paramet...Yegor Kozlov2009-12-191-2/+2
* Converted line endings from CRLF to LF in Internal.javaJosh Micich2009-12-031-37/+38
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+37
* fixed bug in LittleEndianByteArrayInputStream.readFully()Josh Micich2009-11-151-7/+6
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-085-36/+32
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-133-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-11/+6
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-183-86/+72
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-297/+177
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-183-26/+12
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-011-1/+0
* removed obsolete classesJosh Micich2009-06-012-162/+0
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-195-334/+334
* Improvements to arg checking in constructorJosh Micich2008-12-031-1/+9
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-011-6/+1
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX...Josh Micich2008-11-261-1/+41
* javadocs cleanupYegor Kozlov2008-11-071-1/+1
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-063-1/+50
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-303-1/+15
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-268-1094/+406
* Merged revisions 706772,707450,707481 via svnmerge from Josh Micich2008-10-265-138/+443
* Merged revisions 700479,700493,700916,701302,701569,701598,701747 via svnmerg...Josh Micich2008-10-091-14/+0
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-132-4/+9
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-311-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-291-21/+59
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-072-63/+54
* More work on bug #45431 - Support for .xlsm files, sufficient for simple file...Nick Burch2008-07-291-0/+16
* New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses in...Nick Burch2008-07-211-0/+42
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-071-6/+9
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-291-20/+51
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-081-0/+10
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-043-9/+109
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-091-6/+10
* String Continue records support (with test), from bug #41064Nick Burch2007-12-041-1/+2
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+20