summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23563-1100/+701
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2232-561/+494
* added TestIndirect to suite (from 47721/r806759)Josh Micich2009-08-221-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-2121-196/+794
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-2122-297/+64
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-204-108/+168
* first createWatermark implementationPaolo Mottadelli2009-08-203-1/+121
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-2010-31/+40
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-1926-507/+238
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1936-660/+498
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-195-33/+30
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-192-20/+58
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-18122-1978/+1738
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1869-2374/+2200
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-188-25/+270
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1873-4470/+3107
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-18170-3994/+2981
* Removed obsolete Eval interfaceJosh Micich2009-08-1735-189/+123
* Replaced obsolete Eval with ValueEval in signature of Function.evaluate()Josh Micich2009-08-1763-476/+338
* initial work on removing obsolete Eval interfaceJosh Micich2009-08-1726-156/+147
* Combined FuncVarEval into FunctionEval. Simplified selection of free ref func...Josh Micich2009-08-175-91/+60
* Follow-on for bugzilla 47652 - used more specific exception when password is ...Josh Micich2009-08-144-5/+168
* renamed macro-enabled test files to have the correct extentionsYegor Kozlov2009-08-145-12/+34
* improved loading of package parts so that same logical parts correspond to th...Yegor Kozlov2009-08-142-9/+12
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-1212-51/+239
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-096-39/+8
* fixed compile errorYegor Kozlov2009-08-091-1/+1
* New HSSF example.Mark Beardsley2009-08-071-0/+926
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-0720-219/+1460
* code improvements to RecordFactoryInputStreamJosh Micich2009-08-073-292/+276
* @year@ doesn't work in the body, so set explicitlyNick Burch2009-08-061-1/+1
* Add crypto notice bits to the legal pageNick Burch2009-08-061-1/+32
* changed status.xml to reflect changes from Bugzilla #47604Yegor Kozlov2009-08-051-0/+1
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-053-9/+36
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-053-18/+15
* New HSSF example.Mark Beardsley2009-08-041-0/+569
* Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, a...Nick Burch2009-08-031-0/+8
* small improvements to r799264Yegor Kozlov2009-07-301-2/+2
* added a note on Compatibility of POI-generated .xlsx files with MS Office 200...Yegor Kozlov2009-07-302-1/+33
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-308-3/+262
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-2915-251/+1587
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-254-14/+18
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-253-0/+75
* added a cmd option to turn on deserialization of escher recordsYegor Kozlov2009-07-251-10/+7
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
* fixed a typoYegor Kozlov2009-07-241-1/+1
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-2411-30/+91
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-238-59/+226
* Converted ConcatEval to singletonJosh Micich2009-07-232-37/+32
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-213-25/+123