2010-12-27 |
Nick Burch | Start to support the MiniStream, by extracting out... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nick Burch | Move the SBAT/BAT cutoff constant to POIFSConstants |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nick Burch | More NPOIFS tests |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Nick Burch | Start on PropertyTable support for NPOIFS, and more... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Nick Burch | Output the correct header value |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Nick Burch | Fix warnings, typos etc |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Nick Burch | Add NPOIFSFileSystem support for identifying free block... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Nick Burch | More NPOIFSFileSystem and NPOIFSStream read unit tests... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Nick Burch | Initial NPOIFS low level stream reader and writer.... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Nick Burch | More BATBlock related methods for identifying size... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Nick Burch | Add initial low level code for HMEF, an implementation... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Nick Burch | Refactor the common LZW decompression code out into... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Nick Burch | More PropertyTable refactoring - pull common code out... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Nick Burch | POIFS Property refactoring ready for NIO support |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Nick Burch | Add a couple more chunk types |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Bit more on NPOIFSFileSystem, and some typo fixes in... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Change how the NIO block read works, to re-use the... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Initial work on a NIO POIFSFileSystem. Currently is... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Move CloseIgnoringInputStream out to its own class... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Make BATBlock useful for read (was previously write... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Move more of the logic from HeaderBlockWriter to Header... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Start to merge the POIFS classes HeaderBlockReader... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Burch | Tests and tweaks to the NIO DataSource code |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Nick Burch | Start on lower memory POIFS implementation - data sourc... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Nick Burch | Improve the HDGF LZW code. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Nick Burch | Inside ExtractorFactory, support finding embedded OOXML... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Yegor Kozlov | Support for continued NameRecords, see bugzilla 50244 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Nick Burch | Fix bug #50416 - Correct shifting of the first or last... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Fix bug #50440 - Support evaluating formulas with newli... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Added XSSF EventModel support for inline strings. Adds... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Nick Burch | Add a test .xlsx file which includes both normal and... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | mark GutsRecord as terminating row blocks, prevent... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | added a unit test for not reproducible bug #49156 |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Yegor Kozlov | Added implementation for MROUND(), VAR() and VARP() |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Yegor Kozlov | code cleanup as suggested in Bugzilla 50446 |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Yegor Kozlov | Support for IRR() function, see Bugzilla 50409. Include... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Yegor Kozlov | Improved performance of RowRecordsAggregate.getStartRo... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Yegor Kozlov | Avoid crashing Excel when sorting XSSFSheet autofilter... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Yegor Kozlov | revert visibility raised for testing |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Yegor Kozlov | improved work with UDFs and Analysis Toolpack functions... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Yegor Kozlov | improved LinkTable to support registering external... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Yegor Kozlov | tweaked javac targets and set includeantruntime=false... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Yegor Kozlov | moved ptg classes to org.apache.poi.ss.formula.ptg |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Nick Burch | Stub out a bit more for XSSF event processing of shared... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nick Burch | Allow access from XSSFReader to sheet comments and... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Maxim Valyanskiy | hwpf: Ignore null argument in PicturesTable.hasPicture |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Yegor Kozlov | moved common formula-related code to org.apache.poi... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Yegor Kozlov | removed dependencies on HSSF, prepare to move common... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Nick Burch | Some refactoring of XSSFEventBasedExcelExtractor, to... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Nick Burch | Add a link to the bugzilla list of new/needinfo bugs |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Maxim Valyanskiy | hwpf: IndexOutOfBoundsException in Range.findRange... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Yegor Kozlov | avoid corruption of XSSFWorkbook after applying XSSFRic... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Yegor Kozlov | allow white spaces and unicode in OPC relationship... |
commit | commitdiff | tree | snapshot |
2010-11-17 |
Maxim Valyanskiy | dispose xml cursor when iteration over it is done ... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Maxim Valyanskiy | XWPF: dispose xml cursor when iteration over it is... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Yegor Kozlov | clear calculation chain when deleting row or chaing... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Yegor Kozlov | Fixed evaluation of cell references with column index... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Yegor Kozlov | use cached formula result when autosizing sheet columns... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Yegor Kozlov | Tolerate Double.NaN when reading .xls files, see Bugzi... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Nick Burch | Add a few more little bits of formula unit tests |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yegor Kozlov | ignore eclipse custom settings by svn |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Yegor Kozlov | fixed sizes of poi jars on the downloads page |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Yegor Kozlov | fixed the Downloads page to reflect current release |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Yegor Kozlov | updated index page to reflect current release POI-3.7 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Maxim Valyanskiy | Ensure that XWPFParagraph.getDocument() is not... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Yegor Kozlov | don't depend on constants from javax.xml.XMLConstants... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Fix bug #50118 |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Fix generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nick Burch | Slightly expand tests, inspired by bug #50060, but... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Yegor Kozlov | avoid nulls in HSSFWorkbook.getAllPictures when EscherB... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Nick Burch | Fix bug #50119 - avoid NPE when XSSFReader comes across... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix more HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Fix some HSLF generics warnings |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | Add a couple of methods to help make debugging problems... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Nick Burch | br is a line break, similar to cr |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Yegor Kozlov | fixed packaging of files moved from contrib |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Nick Burch | Several small site updates, to get us closer to complyi... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Yegor Kozlov | updated current version in trunk |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | removed svn:executable from project files |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | avoid NPE in ListLevel.getNumberText() when numberText... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | suppress deprecation warnings in poi-ooxml |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Yegor Kozlov | revert usages of getXYZList() back to getXYZArray(... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Yegor Kozlov | removed log4 and commons-logging from poi-scratchpad.pom |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Yegor Kozlov | marked commons-logging and log4j as optional dependenci... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Yegor Kozlov | fixed unmappable characters for ASCII |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Yegor Kozlov | allow overridden built-in formats in XSSFCellStyle... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Yegor Kozlov | support for BorderCode in HWPF, see Bugzilla 49919 |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Yegor Kozlov | support for processing of symbols in HWPF, see Bugzilla... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Yegor Kozlov | cleaned javadoc warnings |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Yegor Kozlov | repackaged poi-contrib to poi-main and poi-examples... |
commit | commitdiff | tree | snapshot |
next |