| Commit message (Expand) | Author | Age | Files | Lines |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 563 | -1100/+701 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 32 | -561/+494 |
* | 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 | 21 | -196/+794 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 22 | -297/+64 |
* | minor improvements to sheet name validation and identification of cell refere... | Josh Micich | 2009-08-20 | 4 | -108/+168 |
* | first createWatermark implementation | Paolo Mottadelli | 2009-08-20 | 3 | -1/+121 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 10 | -31/+40 |
* | changed interface from OperationEval to Function for basic operators | Josh Micich | 2009-08-19 | 26 | -507/+238 |
* | Centralize logic for finding/opening sample files | Yegor Kozlov | 2009-08-19 | 36 | -660/+498 |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 5 | -33/+30 |
* | createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse... | Paolo Mottadelli | 2009-08-19 | 2 | -20/+58 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 122 | -1978/+1738 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 69 | -2374/+2200 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 8 | -25/+270 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 73 | -4470/+3107 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 170 | -3994/+2981 |
* | Removed obsolete Eval interface | Josh Micich | 2009-08-17 | 35 | -189/+123 |
* | Replaced obsolete Eval with ValueEval in signature of Function.evaluate() | Josh Micich | 2009-08-17 | 63 | -476/+338 |
* | initial work on removing obsolete Eval interface | Josh Micich | 2009-08-17 | 26 | -156/+147 |
* | Combined FuncVarEval into FunctionEval. Simplified selection of free ref func... | Josh Micich | 2009-08-17 | 5 | -91/+60 |
* | Follow-on for bugzilla 47652 - used more specific exception when password is ... | Josh Micich | 2009-08-14 | 4 | -5/+168 |
* | renamed macro-enabled test files to have the correct extentions | Yegor Kozlov | 2009-08-14 | 5 | -12/+34 |
* | improved loading of package parts so that same logical parts correspond to th... | Yegor Kozlov | 2009-08-14 | 2 | -9/+12 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 12 | -51/+239 |
* | removed temporary fix for compatibility with Mac Excel 2008 Sp2 | Yegor Kozlov | 2009-08-09 | 6 | -39/+8 |
* | fixed compile error | Yegor Kozlov | 2009-08-09 | 1 | -1/+1 |
* | New HSSF example. | Mark Beardsley | 2009-08-07 | 1 | -0/+926 |
* | Bugzilla 47652 - Added support for reading encrypted workbooks | Josh Micich | 2009-08-07 | 20 | -219/+1460 |
* | code improvements to RecordFactoryInputStream | Josh Micich | 2009-08-07 | 3 | -292/+276 |
* | @year@ doesn't work in the body, so set explicitly | Nick Burch | 2009-08-06 | 1 | -1/+1 |
* | Add crypto notice bits to the legal page | Nick Burch | 2009-08-06 | 1 | -1/+32 |
* | changed status.xml to reflect changes from Bugzilla #47604 | Yegor Kozlov | 2009-08-05 | 1 | -0/+1 |
* | Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r... | Yegor Kozlov | 2009-08-05 | 3 | -9/+36 |
* | Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ... | Yegor Kozlov | 2009-08-05 | 3 | -18/+15 |
* | New HSSF example. | Mark Beardsley | 2009-08-04 | 1 | -0/+569 |
* | Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, a... | Nick Burch | 2009-08-03 | 1 | -0/+8 |
* | small improvements to r799264 | Yegor Kozlov | 2009-07-30 | 1 | -2/+2 |
* | added a note on Compatibility of POI-generated .xlsx files with MS Office 200... | Yegor Kozlov | 2009-07-30 | 2 | -1/+33 |
* | Custom XML import features; tests and implementation | Paolo Mottadelli | 2009-07-30 | 8 | -3/+262 |
* | Bugzilla 47598 - Improved formula evaluator number comparison | Josh Micich | 2009-07-29 | 15 | -251/+1587 |
* | fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597 | Yegor Kozlov | 2009-07-25 | 4 | -14/+18 |
* | Fixed RecordFactoryInputStream to properly read continued DrawingRecords | Yegor Kozlov | 2009-07-25 | 3 | -0/+75 |
* | added a cmd option to turn on deserialization of escher records | Yegor Kozlov | 2009-07-25 | 1 | -10/+7 |
* | Additional test case examples for NumberToTextConverter | Josh Micich | 2009-07-24 | 1 | -12/+106 |
* | fixed a typo | Yegor Kozlov | 2009-07-24 | 1 | -1/+1 |
* | fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu... | Yegor Kozlov | 2009-07-24 | 11 | -30/+91 |
* | Improvements to formula evaluation treatment of -0.0. (Refinements to fix for... | Josh Micich | 2009-07-23 | 8 | -59/+226 |
* | Converted ConcatEval to singleton | Josh Micich | 2009-07-23 | 2 | -37/+32 |
* | POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi... | Paolo Mottadelli | 2009-07-21 | 3 | -25/+123 |