| Commit message (Expand) | Author | Age | Files | Lines |
* | Make BATBlock useful for read (was previously write only) | Nick Burch | 2010-12-19 | 2 | -42/+113 |
* | Move more of the logic from HeaderBlockWriter to HeaderBlock | Nick Burch | 2010-12-19 | 2 | -102/+91 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 9 | -105/+184 |
* | Tests and tweaks to the NIO DataSource code | Nick Burch | 2010-12-19 | 3 | -14/+170 |
* | Start on lower memory POIFS implementation - data source to provide common ac... | Nick Burch | 2010-12-18 | 6 | -25/+268 |
* | Improve the HDGF LZW code. | Nick Burch | 2010-12-16 | 5 | -368/+482 |
* | Inside ExtractorFactory, support finding embedded OOXML documents and providi... | Nick Burch | 2010-12-16 | 3 | -5/+35 |
* | Support for continued NameRecords, see bugzilla 50244 | Yegor Kozlov | 2010-12-14 | 4 | -10/+641 |
* | Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult... | Nick Burch | 2010-12-14 | 3 | -3/+93 |
* | Fix bug #50440 - Support evaluating formulas with newlines in them, which XSS... | Nick Burch | 2010-12-13 | 4 | -1/+34 |
* | Added XSSF EventModel support for inline strings. Adds unit test for this for... | Nick Burch | 2010-12-13 | 4 | -3/+72 |
* | Add a test .xlsx file which includes both normal and inline string cells | Nick Burch | 2010-12-13 | 1 | -0/+0 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 4 | -0/+7 |
* | added a unit test for not reproducible bug #49156 | Yegor Kozlov | 2010-12-11 | 2 | -0/+14 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 11 | -15/+248 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 10 | -13/+13 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 10 | -66/+373 |
* | Improved performance of RowRecordsAggregate.getStartRowNumberForBlock / getE... | Yegor Kozlov | 2010-12-08 | 2 | -23/+28 |
* | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | Yegor Kozlov | 2010-12-02 | 5 | -6/+27 |
* | revert visibility raised for testing | Yegor Kozlov | 2010-11-29 | 1 | -1/+1 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 18 | -161/+558 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 11 | -31/+300 |
* | tweaked javac targets and set includeantruntime=false to avoid warnings by An... | Yegor Kozlov | 2010-11-25 | 1 | -8/+16 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 35 | -41/+1284 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 90 | -113/+5142 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 44 | -1369/+96 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 91 | -5087/+57 |
* | Stub out a bit more for XSSF event processing of shared formulas, and only wa... | Nick Burch | 2010-11-23 | 1 | -2/+20 |
* | Allow access from XSSFReader to sheet comments and headers/footers (related t... | Nick Burch | 2010-11-22 | 6 | -7/+167 |
* | hwpf: Ignore null argument in PicturesTable.hasPicture | Maxim Valyanskiy | 2010-11-22 | 1 | -0/+4 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 102 | -99/+9330 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 36 | -32/+3036 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 130 | -12285/+27 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 8 | -15/+14 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 73 | -230/+233 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |
* | removed dependencies on HSSF, prepare to move common formula stuff to org.apa... | Yegor Kozlov | 2010-11-20 | 16 | -55/+54 |
* | Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you t... | Nick Burch | 2010-11-19 | 3 | -224/+287 |
* | Add a link to the bugzilla list of new/needinfo bugs | Nick Burch | 2010-11-19 | 1 | -0/+1 |
* | hwpf: IndexOutOfBoundsException in Range.findRange when list contains only nulls | Maxim Valyanskiy | 2010-11-19 | 1 | -0/+5 |
* | avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, se... | Yegor Kozlov | 2010-11-18 | 3 | -70/+225 |
* | allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 | Yegor Kozlov | 2010-11-17 | 8 | -23/+174 |
* | dispose xml cursor when iteration over it is done (more) | Maxim Valyanskiy | 2010-11-17 | 9 | -0/+19 |
* | XWPF: dispose xml cursor when iteration over it is done | Maxim Valyanskiy | 2010-11-16 | 2 | -0/+2 |
* | clear calculation chain when deleting row or chaing cell type to blank, see B... | Yegor Kozlov | 2010-11-12 | 7 | -14/+41 |
* | Fixed evaluation of cell references with column index greater than 255, see b... | Yegor Kozlov | 2010-11-10 | 9 | -71/+172 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 9 | -328/+574 |
* | Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 | Yegor Kozlov | 2010-11-09 | 3 | -2/+10 |
* | Add a few more little bits of formula unit tests | Nick Burch | 2010-11-04 | 1 | -0/+2 |
* | ignore eclipse custom settings by svn | Yegor Kozlov | 2010-11-03 | 0 | -0/+0 |