aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-2722-645/+1272
* Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised (eag...Josh Micich2009-11-263-6/+26
* Added test to confirm proper handling of MissingArgEval when returned from IF...Josh Micich2009-11-261-0/+43
* Add support for creating SummaryInformation and DocumentSummaryInformation pr...Nick Burch2009-11-253-0/+86
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-254-8/+33
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious...Nick Burch2009-11-253-6/+84
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ...Nick Burch2009-11-253-1/+16
* more cleanup of build.xml, improved release procedure, added a script to crea...Yegor Kozlov2009-11-241-41/+4
* Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()Josh Micich2009-11-236-53/+51
* updated remaining evaluator functions to implement fixed args interfacesJosh Micich2009-11-2326-699/+587
* small tweaks to junit code - enabled one test case for AVERAGE() and improved...Josh Micich2009-11-222-6/+9
* added fixed arg function interfaces, converted some functionsJosh Micich2009-11-2237-270/+524
* refactored functions taking optionally 2 or 3 parametersJosh Micich2009-11-229-147/+223
* minor fix to T() function, junit addedJosh Micich2009-11-222-2/+29
* Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ...Josh Micich2009-11-225-8/+270
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-213-2/+3
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-2118-9/+8
* moved lazy ref creation methods to OperationEvaluationContextJosh Micich2009-11-205-57/+57
* Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.c...Dave Fisher2009-11-1918-560/+897
* changed short to int in Function.evaluate() method signatureJosh Micich2009-11-1857-74/+74
* added method format2DRefAsString() to interface ExternSheetReferenceToken to ...Josh Micich2009-11-183-4/+12
* fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele...Yegor Kozlov2009-11-162-4/+51
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-1612-115/+128
* org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the o...Yegor Kozlov2009-11-161-0/+200
* Removed OperationEval and rearranged function/operator evaluation.Josh Micich2009-11-166-123/+60
* Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status ...Josh Micich2009-11-151-1/+8
* Clean-up of copy/clone methods in Ptg hierarchyJosh Micich2009-11-1512-95/+50
* made ArrayPtg immutableJosh Micich2009-11-153-89/+132
* fixed bug in LittleEndianByteArrayInputStream.readFully()Josh Micich2009-11-152-7/+33
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-1410-132/+104
* Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()Josh Micich2009-11-136-12/+164
* Cleaned up AttrPtg - made immutable, fixed property accessors.Josh Micich2009-11-134-87/+78
* renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeftYegor Kozlov2009-11-132-9/+10
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-123-31/+53
* Make a start on feature related records. Not finished yet, so not enabled in ...Nick Burch2009-11-123-0/+254
* cleanup of build.xmlYegor Kozlov2009-11-061-81/+3
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-063-0/+31
* release system resources when calling javax.imageio.ImageIO in Picture.resize()Yegor Kozlov2009-11-064-115/+126
* documentation changes - css adjustDave Fisher2009-11-061-2/+2
* more documentation changesDave Fisher2009-11-061-13/+7
* documentation changesDave Fisher2009-11-064-118/+34
* reorganized TOC, removed obsolete pagesYegor Kozlov2009-11-066-66/+157
* Removed erroneous coding for Ptg 0x1a (see bugzilla 40008)Josh Micich2009-11-051-36/+28
* Add test that shows we can already extract text from .docm filesNick Burch2009-11-041-0/+12
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no...Nick Burch2009-11-043-1/+18
* avoid NPE when calling methods from the superclass and initialize XSSFChartSh...Yegor Kozlov2009-11-032-8/+122
* When running the "compile-ooxml-xsds" ant task, also generate the source jar ...Nick Burch2009-11-031-0/+1
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ...Nick Burch2009-11-0327-100/+306
* Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis...Nick Burch2009-11-035-3/+103
* Bugzilla 48096 - relaxed validation check in RecalcIdRecordJosh Micich2009-11-034-10/+78