| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 68 | -0/+0 |
* | Added method setFunction(boolean) for defined names | Yegor Kozlov | 2009-09-07 | 1 | -0/+15 |
* | Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ... | Yegor Kozlov | 2009-09-07 | 3 | -33/+48 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 307 | -4723/+169 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 2 | -26/+22 |
* | added TestIndirect to suite (from 47721/r806759) | Josh Micich | 2009-08-22 | 1 | -0/+1 |
* | Bugzilla 47721 - Added implementation for INDIRECT() | Josh Micich | 2009-08-21 | 5 | -8/+191 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 1 | -1/+0 |
* | minor improvements to sheet name validation and identification of cell refere... | Josh Micich | 2009-08-20 | 2 | -73/+115 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 2 | -0/+10 |
* | changed interface from OperationEval to Function for basic operators | Josh Micich | 2009-08-19 | 6 | -50/+96 |
* | Centralize logic for finding/opening sample files | Yegor Kozlov | 2009-08-19 | 2 | -144/+199 |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 2 | -10/+8 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 31 | -488/+400 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -5/+2 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 2 | -5/+2 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 21 | -367/+283 |
* | Removed obsolete Eval interface | Josh Micich | 2009-08-17 | 1 | -2/+2 |
* | Replaced obsolete Eval with ValueEval in signature of Function.evaluate() | Josh Micich | 2009-08-17 | 13 | -147/+138 |
* | initial work on removing obsolete Eval interface | Josh Micich | 2009-08-17 | 10 | -100/+94 |
* | Follow-on for bugzilla 47652 - used more specific exception when password is ... | Josh Micich | 2009-08-14 | 2 | -3/+151 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -0/+0 |
* | Bugzilla 47652 - Added support for reading encrypted workbooks | Josh Micich | 2009-08-07 | 8 | -76/+534 |
* | Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ... | Yegor Kozlov | 2009-08-05 | 1 | -2/+13 |
* | Custom XML import features; tests and implementation | Paolo Mottadelli | 2009-07-30 | 1 | -0/+0 |
* | Bugzilla 47598 - Improved formula evaluator number comparison | Josh Micich | 2009-07-29 | 7 | -30/+715 |
* | Fixed RecordFactoryInputStream to properly read continued DrawingRecords | Yegor Kozlov | 2009-07-25 | 1 | -0/+71 |
* | Additional test case examples for NumberToTextConverter | Josh Micich | 2009-07-24 | 1 | -12/+106 |
* | Improvements to formula evaluation treatment of -0.0. (Refinements to fix for... | Josh Micich | 2009-07-23 | 3 | -3/+161 |
* | Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 | Yegor Kozlov | 2009-07-18 | 1 | -0/+0 |
* | fixed case-sensitive file names in unit tests for Bugzilla 47520 | Yegor Kozlov | 2009-07-16 | 1 | -2/+10 |
* | support for custom XML mappings in XSSF, see Bugzilla 47520 | Yegor Kozlov | 2009-07-16 | 3 | -0/+0 |
* | Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498 | Yegor Kozlov | 2009-07-12 | 4 | -6/+65 |
* | fixed XSSF and OpenXml4J to read/write relationships with targets starting wi... | Yegor Kozlov | 2009-07-12 | 1 | -0/+0 |
* | Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO | Josh Micich | 2009-07-06 | 2 | -0/+86 |
* | Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records | Josh Micich | 2009-06-24 | 1 | -12/+54 |
* | Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m... | Yegor Kozlov | 2009-06-20 | 2 | -0/+18 |
* | Added implementation for ISNA() | Josh Micich | 2009-06-19 | 1 | -0/+0 |
* | fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi... | Yegor Kozlov | 2009-06-19 | 3 | -58/+127 |
* | Tweak to comments in TestExternalNameRecord (47384/786261) | Josh Micich | 2009-06-18 | 1 | -3/+1 |
* | Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names | Josh Micich | 2009-06-18 | 1 | -0/+24 |
* | Clean-up in POIFS unit tests - compacted raw data declaration | Josh Micich | 2009-06-13 | 10 | -9458/+1818 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 44 | -2747/+695 |
* | Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ... | Josh Micich | 2009-06-12 | 2 | -37/+105 |
* | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu... | Yegor Kozlov | 2009-06-10 | 1 | -0/+10 |
* | Add a sample file which has its formula records with the wrong record type id | Nick Burch | 2009-06-09 | 1 | -0/+0 |
* | fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ... | Yegor Kozlov | 2009-06-07 | 2 | -2/+2 |
* | Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet... | Josh Micich | 2009-06-06 | 1 | -5/+36 |
* | Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records | Josh Micich | 2009-06-04 | 4 | -93/+159 |
* | rolling back r781622 | Josh Micich | 2009-06-04 | 1 | -7/+1 |