| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initial NPOIFS low level stream reader and writer. Still needs unit tests, bu... | Nick Burch | 2010-12-22 | 1 | -11/+48 |
* | More BATBlock related methods for identifying size and list offsets, plus tests | Nick Burch | 2010-12-22 | 1 | -0/+174 |
* | More PropertyTable refactoring - pull common code out into a Base, so we can ... | Nick Burch | 2010-12-20 | 2 | -2/+5 |
* | POIFS Property refactoring ready for NIO support | Nick Burch | 2010-12-20 | 2 | -3/+11 |
* | Change how the NIO block read works, to re-use the byte array for the from-In... | Nick Burch | 2010-12-19 | 2 | -60/+80 |
* | Initial work on a NIO POIFSFileSystem. Currently is able to open the file and... | Nick Burch | 2010-12-19 | 3 | -0/+62 |
* | Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into... | Nick Burch | 2010-12-19 | 5 | -18/+22 |
* | Tests and tweaks to the NIO DataSource code | Nick Burch | 2010-12-19 | 1 | -5/+138 |
* | Start on lower memory POIFS implementation - data source to provide common ac... | Nick Burch | 2010-12-18 | 1 | -0/+38 |
* | Support for continued NameRecords, see bugzilla 50244 | Yegor Kozlov | 2010-12-14 | 1 | -0/+609 |
* | Fix bug #50416 - Correct shifting of the first or last row in a sheet by mult... | Nick Burch | 2010-12-14 | 1 | -0/+54 |
* | mark GutsRecord as terminating row blocks, prevent exception when reading wor... | Yegor Kozlov | 2010-12-11 | 1 | -0/+5 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 2 | -0/+121 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 3 | -5/+5 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 2 | -0/+232 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 2 | -0/+180 |
* | improved LinkTable to support registering external UDFs. | Yegor Kozlov | 2010-11-27 | 3 | -6/+125 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 28 | -27/+1270 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 44 | -1369/+96 |
* | 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 | 2 | -4/+3 |
* | clear calculation chain when deleting row or chaing cell type to blank, see B... | Yegor Kozlov | 2010-11-12 | 1 | -1/+1 |
* | Fixed evaluation of cell references with column index greater than 255, see b... | Yegor Kozlov | 2010-11-10 | 2 | -7/+27 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 2 | -0/+308 |
* | Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 | Yegor Kozlov | 2010-11-09 | 1 | -1/+6 |
* | Fix bug #50118 | Nick Burch | 2010-10-22 | 2 | -3/+57 |
* | avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found | Yegor Kozlov | 2010-10-20 | 1 | -0/+12 |
* | support for retrieving pictures from HSSF workbooks, see bugzilla 50022 | Yegor Kozlov | 2010-10-04 | 1 | -6/+8 |
* | Avoid IllegalStateException when creating Data validation in sheet with macro... | Yegor Kozlov | 2010-10-04 | 1 | -0/+8 |
* | improved rounding in MathX.mod, see Bugzilla 50033 | Yegor Kozlov | 2010-10-01 | 1 | -0/+14 |
* | Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ... | Nick Burch | 2010-09-21 | 1 | -0/+18 |
* | Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he... | Nick Burch | 2010-09-20 | 1 | -1/+10 |
* | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ... | Yegor Kozlov | 2010-09-11 | 1 | -0/+25 |
* | Add license headers to Ole10Native-related classes | Maxim Valyanskiy | 2010-09-09 | 1 | -0/+17 |
* | Add code for reading Ole10Native data | Maxim Valyanskiy | 2010-09-09 | 2 | -0/+20 |
* | Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex... | Nick Burch | 2010-09-09 | 1 | -0/+2 |
* | allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th... | Yegor Kozlov | 2010-09-07 | 1 | -0/+38 |
* | improved API for hiding sheets, see Bugzilla 49878 | Yegor Kozlov | 2010-09-05 | 3 | -84/+157 |
* | fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en... | Yegor Kozlov | 2010-09-04 | 1 | -1/+2 |
* | fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva... | Yegor Kozlov | 2010-09-04 | 2 | -53/+259 |
* | change cell type to error when setting Double.NaN or Infinities, see Bugzill... | Yegor Kozlov | 2010-09-04 | 2 | -0/+57 |
* | fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, s... | Yegor Kozlov | 2010-09-04 | 1 | -0/+73 |
* | fixed fetching names of user defined styles, see Bugzila 49751 | Yegor Kozlov | 2010-08-19 | 1 | -3/+25 |
* | support for protecting a XSSF workbook, see Bugzilla #48900 | Yegor Kozlov | 2010-08-18 | 1 | -0/+14 |
* | fixed FormulaParser to correctly process defined names with underscore, see ... | Yegor Kozlov | 2010-08-12 | 1 | -1/+45 |
* | added support for RANDBETWEEN(), see Bugzilla 48526 | Yegor Kozlov | 2010-08-12 | 1 | -0/+194 |
* | fixed OperandResolver to correctly handle inputs with leading decimal place, ... | Yegor Kozlov | 2010-08-10 | 1 | -0/+89 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 2 | -0/+0 |
* | initial support for excel auto-filters | Yegor Kozlov | 2010-08-08 | 3 | -12/+191 |