]> source.dussan.org Git - poi.git/shortlog
poi.git
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
2010-11-24 Yegor Kozlovmoved ptg classes to org.apache.poi.ss.formula.ptg
2010-11-23 Nick BurchStub out a bit more for XSSF event processing of shared...
2010-11-22 Nick BurchAllow access from XSSFReader to sheet comments and...
2010-11-22 Maxim Valyanskiyhwpf: Ignore null argument in PicturesTable.hasPicture
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-21 Yegor Kozlovmoved common formula-related code to org.apache.poi...
2010-11-20 Yegor Kozlovremoved dependencies on HSSF, prepare to move common...
2010-11-19 Nick BurchSome refactoring of XSSFEventBasedExcelExtractor, to...
2010-11-19 Nick BurchAdd a link to the bugzilla list of new/needinfo bugs
2010-11-19 Maxim Valyanskiyhwpf: IndexOutOfBoundsException in Range.findRange...
2010-11-18 Yegor Kozlovavoid corruption of XSSFWorkbook after applying XSSFRic...
2010-11-17 Yegor Kozlovallow white spaces and unicode in OPC relationship...
2010-11-17 Maxim Valyanskiydispose xml cursor when iteration over it is done ...
2010-11-16 Maxim ValyanskiyXWPF: dispose xml cursor when iteration over it is...
2010-11-12 Yegor Kozlovclear calculation chain when deleting row or chaing...
2010-11-10 Yegor KozlovFixed evaluation of cell references with column index...
2010-11-09 Yegor Kozlovuse cached formula result when autosizing sheet columns...
2010-11-09 Yegor Kozlov Tolerate Double.NaN when reading .xls files, see Bugzi...
2010-11-04 Nick BurchAdd a few more little bits of formula unit tests
2010-11-03 Yegor Kozlovignore eclipse custom settings by svn
2010-11-03 Yegor Kozlovfixed sizes of poi jars on the downloads page
2010-11-01 Yegor Kozlovfixed the Downloads page to reflect current release
2010-10-31 Yegor Kozlovupdated index page to reflect current release POI-3.7
2010-10-28 Maxim Valyanskiy Ensure that XWPFParagraph.getDocument() is not...
2010-10-23 Yegor Kozlovdon't depend on constants from javax.xml.XMLConstants...
2010-10-22 Nick BurchFix bug #50118
2010-10-22 Nick BurchFix generics warnings
2010-10-22 Nick BurchSlightly expand tests, inspired by bug #50060, but...
2010-10-20 Yegor Kozlovavoid nulls in HSSFWorkbook.getAllPictures when EscherB...
next