| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 1 | -0/+48 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 1 | -1/+1 |
* | Fix some JavaDoc items that are reported in the build-output | Dominik Stadler | 2013-12-25 | 1 | -1/+1 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 2 | -3/+27 |
* | Fix #55647 - When creating a temp file, ensure the name isn't already taken | Nick Burch | 2013-10-10 | 1 | -0/+11 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 1 | -5/+1 |
* | HSMF generally wants Java Lang style encoding names, which HPSF has always wo... | Nick Burch | 2013-06-26 | 1 | -21/+97 |
* | Bring the numeric CodePage support from HPSF (constants and converters) out t... | Nick Burch | 2013-06-26 | 1 | -0/+363 |
* | Bugzilla 55036 - Dec2HEx formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+40 |
* | clear unused import warnings | Yegor Kozlov | 2012-11-12 | 1 | -4/+0 |
* | refactor list format override structures (was marked with @Internal annotation) | Sergey Vladimirov | 2012-09-23 | 1 | -0/+23 |
* | resolved bugzilla ticket 53642 | Evgeniy Berlog | 2012-09-04 | 2 | -8/+15 |
* | Bugzilla 53446 - Fixed some problems extracting PNGs | Yegor Kozlov | 2012-08-04 | 1 | -0/+57 |
* | Start on the code to process properties, and wire it up. No properties readin... | Nick Burch | 2012-07-08 | 1 | -0/+18 |
* | #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPT | Maxim Valyanskiy | 2012-03-27 | 1 | -0/+230 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 1 | -0/+40 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 1 | -1/+1 |
* | undeprecate get*() methods with 0 offset | Sergey Vladimirov | 2011-10-23 | 1 | -9/+53 |
* | it's better to always specify offset for write and reading operations | Sergey Vladimirov | 2011-10-21 | 1 | -1/+16 |
* | reuse code from LittleEndian class | Sergey Vladimirov | 2011-10-21 | 1 | -0/+17 |
* | add float read/write (put/get) support | Sergey Vladimirov | 2011-10-21 | 1 | -8/+102 |
* | code format and sort members (prepare for double and float additions) | Sergey Vladimirov | 2011-10-21 | 1 | -331/+433 |
* | correctly save PlfLst | Sergey Vladimirov | 2011-10-02 | 1 | -0/+38 |
* | correctly handle LFOData structures | Sergey Vladimirov | 2011-10-01 | 1 | -1/+39 |
* | picture loading completely rewritten, bugs 51902 and 51890 fixed | Sergey Vladimirov | 2011-09-30 | 1 | -0/+15 |
* | add lvlf type definition and java code | Sergey Vladimirov | 2011-09-21 | 1 | -0/+18 |
* | add tabs handling and additional SPRMs; update ShadingDescription definition ... | Sergey Vladimirov | 2011-09-20 | 1 | -1/+26 |
* | move poi.util.POIUtils to poi.poifs.filesystem.EntryUtils | Sergey Vladimirov | 2011-08-23 | 1 | -103/+0 |
* | relax requirements for POIUtils arguments (replace classes with interfaces) | Sergey Vladimirov | 2011-08-22 | 1 | -3/+3 |
* | move POI FS entries copy methods to new POIUtils class | Sergey Vladimirov | 2011-08-22 | 1 | -0/+103 |
* | fix unsigned int to long conversion | Sergey Vladimirov | 2011-08-09 | 1 | -6/+6 |
* | restore JDK 1.5 compatibility | Sergey Vladimirov | 2011-07-25 | 1 | -0/+24 |
* | added @Beta annotation to mark code that is subject to incompatible changes i... | Yegor Kozlov | 2011-07-21 | 1 | -0/+35 |
* | add closeQuietly() method | Sergey Vladimirov | 2011-07-04 | 1 | -0/+25 |
* | Apply patch from bug #51458 - Correct BitField wrapping when setting large va... | Nick Burch | 2011-07-01 | 1 | -1/+1 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 1 | -0/+8 |
* | Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe... | Nick Burch | 2011-04-21 | 1 | -1/+1 |
* | Two more differences between the LZW in HDGF and HMEF: | Nick Burch | 2011-03-05 | 1 | -20/+38 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 1 | -3/+9 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 1 | -1/+3 |
* | Refactor the common LZW decompression code out into utils | Nick Burch | 2010-12-21 | 1 | -0/+178 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 1 | -1/+1 |
* | Move CloseIgnoringInputStream out to its own class, and add more helper methods | Nick Burch | 2010-12-19 | 2 | -1/+58 |
* | Start on lower memory POIFS implementation - data source to provide common ac... | Nick Burch | 2010-12-18 | 1 | -0/+25 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -1/+1 |
* | Fix generics warnings | Nick Burch | 2010-10-22 | 1 | -4/+5 |
* | fixed packaging of files moved from contrib | Yegor Kozlov | 2010-10-19 | 1 | -1/+1 |
* | repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu... | Yegor Kozlov | 2010-10-06 | 1 | -0/+84 |
* | Improve error message, and fix generics warnings | Nick Burch | 2010-01-28 | 1 | -1/+1 |
* | Tidy up some of the IntMapper/UnicodeString bits with generics | Nick Burch | 2010-01-18 | 1 | -12/+11 |