]> source.dussan.org Git - poi.git/shortlog
poi.git
2011-02-18 Nick BurchAdd a disabled unit test for bug #50784. We need to...
2011-02-18 Nick BurchFix bug #50795 - Avoid NPE from xmlbeans when moving...
2011-02-11 Nick BurchFix a couple more 1.6isms
2011-02-11 Nick BurchFix a 1.6ism
2011-02-11 Nick BurchFix bug #46664 - When creating HSSF Print Areas, ensure...
2011-02-11 Nick BurchFix bug #50756 - When formatting numbers based on their...
2011-02-11 Yegor Kozlovfixed HSSFWorkbook.createCellStyle to throw exception...
2011-02-10 Yegor Kozlovfixed a regression caused by not escaped dollar sumbols...
2011-02-04 Nick BurchFix bug #50539 - Better fix for html-style br tags...
2011-01-31 Maxim Valyanskiyhwpf: ignore invalid style reference
2011-01-31 Maxim Valyanskiyhwpf: ignore null-reference to parent stylesheet (bug...
2011-01-27 Maxim Valyanskiyhwpf: ignore incorrect ListFormatOverride reference...
2011-01-21 Nick BurchRemove un-used imports
2011-01-20 Nick BurchFix bug #49928 for HSSF too - refactor HSSFDataFormat...
2011-01-19 Yegor Kozlovadded implementations for CLEAN(), CHAR() and ADDRESS...
2011-01-19 Yegor Kozlovremove System.out.println() from the test code
2011-01-19 Yegor KozlovUser Defined Function Documentation/Example, see Bugzil...
2011-01-13 Nick BurchUpdate the HMEF page with the latest status of the...
2011-01-13 Nick BurchStart on TNEF RTF attribute decompression, but not...
2011-01-12 Nick BurchAdd support for custom MAPI Properties (0x8000 and...
2011-01-12 Nick BurchHMEF dumping and properties tweaks
2011-01-12 Nick BurchStart to decode the MAPI Properties in the TNEF stream...
2011-01-12 Maxim Valyanskiyhwpf: fix ArrayIndexOutOfBoundsException in Range.getCh...
2011-01-12 Nick BurchMAPIProperty is a better fit name for HSMF, so change...
2011-01-12 Nick BurchCopy the MAPI type information over completely to HSMF
2011-01-11 Nick BurchMore converting of HSMF code to use strongly type attri...
2011-01-11 Nick BurchAdd a HSMF dev tool for listing the chunks with their...
2011-01-11 Nick BurchStart converting HSMF code to use the new strongly...
2011-01-11 Nick BurchCreate a new HSMF MAPI Attributes class to hold the...
2011-01-05 Nick BurchIn NPOIFS, close the file we opened in more exception...
2011-01-01 Nick BurchAdd NPOIFS section to the documentation
2011-01-01 Nick BurchMore NPOIFS tests
2011-01-01 Nick BurchTweak HSLF and HWPF to work well with NPOIFS, and add...
2011-01-01 Nick BurchAdd unit test for using HSSF with both POIFS and NPOIFS
2011-01-01 Nick BurchFix generics warnings, and add another constructor
2010-12-31 Nick BurchTweak NPOIFS constructors so that if you have a FileCha...
2010-12-30 Nick BurchNPOIFS needs an explicit close, as it has to keep the...
2010-12-29 Nick BurchRefactor DocumentInputStream so that it can transparent...
2010-12-29 Nick BurchAdd a NPOIFS aware createDocumentInputStream method...
2010-12-29 Nick BurchSince a DirectoryNode has a reference to the underlying...
2010-12-29 Nick BurchMore NPOIFS BAT vs XBAT confusion fixes. Also fixes...
2010-12-29 Nick BurchMore NPOIFS XBAT updates
2010-12-29 Nick BurchFix the name of the RootProperty, as it never changes
2010-12-29 Nick BurchXBAT logic in NPOIFS was incorrect - it's a chain of...
2010-12-28 Nick BurchImplement a NPOIFS document reader, and add tests which...
2010-12-28 Nick BurchAllow POIFSLister to switch between the two different...
2010-12-28 Nick BurchAdd NPOIFS high level Document implementation
2010-12-28 Nick BurchStart on refactoring ready to support NPOIFS Directory...
2010-12-28 Nick BurchPartial NPOIFS write implementation, and tidy up of...
2010-12-28 Nick BurchAdd TODOs for further stream writing work
2010-12-28 Nick BurchMore NPOIFSStream unit tests
2010-12-28 Nick BurchMore NPOIFSStream tests, and explicit free support...
2010-12-27 Nick BurchAdd NPOIFS SBAT tests, and stub out a few future tests
2010-12-27 Nick BurchAdd tests for the NPOIFS mini stream
2010-12-27 Nick BurchMore NPOIFSStream unit tests, and stub out a few future...
2010-12-27 Nick BurchStart to support the MiniStream, by extracting out...
2010-12-27 Nick BurchMove the SBAT/BAT cutoff constant to POIFSConstants
2010-12-27 Nick BurchMore NPOIFS tests
2010-12-23 Nick BurchStart on PropertyTable support for NPOIFS, and more...
2010-12-23 Nick BurchOutput the correct header value
2010-12-23 Nick BurchFix warnings, typos etc
2010-12-23 Nick BurchAdd NPOIFSFileSystem support for identifying free block...
2010-12-23 Nick BurchMore NPOIFSFileSystem and NPOIFSStream read unit tests...
2010-12-22 Nick BurchInitial NPOIFS low level stream reader and writer....
2010-12-22 Nick BurchMore BATBlock related methods for identifying size...
2010-12-22 Nick BurchAdd initial low level code for HMEF, an implementation...
2010-12-21 Nick BurchRefactor the common LZW decompression code out into...
2010-12-20 Nick BurchMore PropertyTable refactoring - pull common code out...
2010-12-20 Nick BurchPOIFS Property refactoring ready for NIO support
2010-12-20 Nick BurchAdd a couple more chunk types
2010-12-19 Nick BurchBit more on NPOIFSFileSystem, and some typo fixes in...
2010-12-19 Nick BurchChange how the NIO block read works, to re-use the...
2010-12-19 Nick BurchInitial work on a NIO POIFSFileSystem. Currently is...
2010-12-19 Nick BurchMove CloseIgnoringInputStream out to its own class...
2010-12-19 Nick BurchMake BATBlock useful for read (was previously write...
2010-12-19 Nick BurchMove more of the logic from HeaderBlockWriter to Header...
2010-12-19 Nick BurchStart to merge the POIFS classes HeaderBlockReader...
2010-12-19 Nick BurchTests and tweaks to the NIO DataSource code
2010-12-18 Nick BurchStart on lower memory POIFS implementation - data sourc...
2010-12-16 Nick BurchImprove the HDGF LZW code.
2010-12-16 Nick BurchInside ExtractorFactory, support finding embedded OOXML...
2010-12-14 Yegor KozlovSupport for continued NameRecords, see bugzilla 50244
2010-12-14 Nick BurchFix bug #50416 - Correct shifting of the first or last...
2010-12-13 Nick BurchFix bug #50440 - Support evaluating formulas with newli...
2010-12-13 Nick BurchAdded XSSF EventModel support for inline strings. Adds...
2010-12-13 Nick BurchAdd a test .xlsx file which includes both normal and...
2010-12-11 Yegor Kozlovmark GutsRecord as terminating row blocks, prevent...
2010-12-11 Yegor Kozlovadded a unit test for not reproducible bug #49156
2010-12-11 Yegor KozlovAdded implementation for MROUND(), VAR() and VARP()
2010-12-10 Yegor Kozlovcode cleanup as suggested in Bugzilla 50446
2010-12-10 Yegor KozlovSupport for IRR() function, see Bugzilla 50409. Include...
2010-12-08 Yegor Kozlov Improved performance of RowRecordsAggregate.getStartRo...
2010-12-02 Yegor Kozlov Avoid crashing Excel when sorting XSSFSheet autofilter...
2010-11-29 Yegor Kozlovrevert visibility raised for testing
2010-11-28 Yegor Kozlovimproved work with UDFs and Analysis Toolpack functions...
2010-11-27 Yegor Kozlovimproved LinkTable to support registering external...
2010-11-25 Yegor Kozlovtweaked javac targets and set includeantruntime=false...
2010-11-24 Yegor Kozlovmoved ptg classes to org.apache.poi.ss.formula.ptg
2010-11-24 Yegor Kozlovmoved ptg classes to org.apache.poi.ss.formula.ptg
2010-11-24 Yegor Kozlovmoved ptg classes to org.apache.poi.ss.formula.ptg
next