summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark my old, small, GPG key as expiring at the end of the year (everything ↵Nick Burch2009-12-011-217/+310
| | | | | | will use the new one from then) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885797 13f79535-47bb-0310-9956-ffa450edef68
* Made ScalarConstantPtg public and MissingArgEval.instance finalJosh Micich2009-12-012-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885661 13f79535-47bb-0310-9956-ffa450edef68
* Add some more signatures to my new key following the keysigning party, and ↵Nick Burch2009-11-301-137/+574
| | | | | | add in Josh's key which was missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885585 13f79535-47bb-0310-9956-ffa450edef68
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-308-74/+260
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885429 13f79535-47bb-0310-9956-ffa450edef68
* Made BlankEval instance consistent with other Eval singletons.Josh Micich2009-11-2827-71/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885061 13f79535-47bb-0310-9956-ffa450edef68
* Added constants for IF() and CHOOSE() function indexesJosh Micich2009-11-272-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885043 13f79535-47bb-0310-9956-ffa450edef68
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-2712-216/+158
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885007 13f79535-47bb-0310-9956-ffa450edef68
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-275-764/+778
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885006 13f79535-47bb-0310-9956-ffa450edef68
* small tweak to fix compiler error after r884918 (differences in @Override ↵Josh Micich2009-11-272-6/+3
| | | | | | rules from java 5 to 6) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885000 13f79535-47bb-0310-9956-ffa450edef68
* improved work with cell comments in XSSF, also added support for cell ↵Yegor Kozlov2009-11-2724-645/+1314
| | | | | | comments to SS interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
* Moved handling of MissingArgEval into IF() or CHOOSE() for non-optimised ↵Josh Micich2009-11-263-6/+26
| | | | | | (eager argument evaluation) case git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884389 13f79535-47bb-0310-9956-ffa450edef68
* Added test to confirm proper handling of MissingArgEval when returned from ↵Josh Micich2009-11-261-0/+43
| | | | | | IF() or CHOOSE() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884374 13f79535-47bb-0310-9956-ffa450edef68
* Add support for creating SummaryInformation and DocumentSummaryInformation ↵Nick Burch2009-11-253-0/+86
| | | | | | properties on POIDocuments that don't have them, via POIDocument.createInformationProperties() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884072 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-255-8/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix ↵Nick Burch2009-11-253-6/+84
| | | | | | erronious wrapping of byte colours in HSSFPalette.findSimilarColor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884061 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ↵Nick Burch2009-11-253-1/+16
| | | | | | cells git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884058 13f79535-47bb-0310-9956-ffa450edef68
* poi-ooxml-schemas depends on geronimo-stax-apiYegor Kozlov2009-11-241-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883637 13f79535-47bb-0310-9956-ffa450edef68
* more cleanup of build.xml, improved release procedure, added a script to ↵Yegor Kozlov2009-11-244-84/+65
| | | | | | create .md5 and .asc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 13f79535-47bb-0310-9956-ffa450edef68
* more improvements in build.xml: moved ooxml-lite targets out of normal ↵Yegor Kozlov2009-11-232-110/+70
| | | | | | 'compile' and 'test', added compile-all and test-all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883278 13f79535-47bb-0310-9956-ffa450edef68
* Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()Josh Micich2009-11-236-53/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883208 13f79535-47bb-0310-9956-ffa450edef68
* updated remaining evaluator functions to implement fixed args interfacesJosh Micich2009-11-2326-699/+587
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883197 13f79535-47bb-0310-9956-ffa450edef68
* small tweaks to junit code - enabled one test case for AVERAGE() and ↵Josh Micich2009-11-222-6/+9
| | | | | | improved diagnostics in TestDate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883167 13f79535-47bb-0310-9956-ffa450edef68
* added fixed arg function interfaces, converted some functionsJosh Micich2009-11-2237-270/+524
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883045 13f79535-47bb-0310-9956-ffa450edef68
* refactored functions taking optionally 2 or 3 parametersJosh Micich2009-11-229-147/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883041 13f79535-47bb-0310-9956-ffa450edef68
* minor fix to T() function, junit addedJosh Micich2009-11-222-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883039 13f79535-47bb-0310-9956-ffa450edef68
* Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ↵Josh Micich2009-11-225-8/+270
| | | | | | some initially disabled. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883037 13f79535-47bb-0310-9956-ffa450edef68
* Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - ↵Josh Micich2009-11-221-0/+1
| | | | | | r882927 was probably tested against java 6). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883036 13f79535-47bb-0310-9956-ffa450edef68
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-213-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882931 13f79535-47bb-0310-9956-ffa450edef68
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc ↵Yegor Kozlov2009-11-2124-1178/+938
| | | | | | improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted the project doap file to include 3.5 release and OOXML / ECMA-376Dave Fisher2009-11-201-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882683 13f79535-47bb-0310-9956-ffa450edef68
* moved lazy ref creation methods to OperationEvaluationContextJosh Micich2009-11-205-57/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882375 13f79535-47bb-0310-9956-ffa450edef68
* Many documentation changes. See ↵Dave Fisher2009-11-1920-564/+901
| | | | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882301 13f79535-47bb-0310-9956-ffa450edef68
* changed short to int in Function.evaluate() method signatureJosh Micich2009-11-1857-74/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881704 13f79535-47bb-0310-9956-ffa450edef68
* added method format2DRefAsString() to interface ExternSheetReferenceToken to ↵Josh Micich2009-11-183-4/+12
| | | | | | help with refactoring 3D ref code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@881698 13f79535-47bb-0310-9956-ffa450edef68
* fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ↵Yegor Kozlov2009-11-162-4/+51
| | | | | | elements, see Bugzilla 47757 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880864 13f79535-47bb-0310-9956-ffa450edef68
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when ↵Yegor Kozlov2009-11-1612-115/+128
| | | | | | imlementing OOXMLLite git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880799 13f79535-47bb-0310-9956-ffa450edef68
* org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ↵Yegor Kozlov2009-11-162-3/+250
| | | | | | ooxml-schemas.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68
* Removed OperationEval and rearranged function/operator evaluation.Josh Micich2009-11-166-123/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880593 13f79535-47bb-0310-9956-ffa450edef68
* Updated diagnostic code in HSSFEvaluationWorkbook - regarding changed status ↵Josh Micich2009-11-151-1/+8
| | | | | | of IntersectionPtg git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836344 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up of copy/clone methods in Ptg hierarchyJosh Micich2009-11-1512-95/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836343 13f79535-47bb-0310-9956-ffa450edef68
* made ArrayPtg immutableJosh Micich2009-11-153-89/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836332 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug in LittleEndianByteArrayInputStream.readFully()Josh Micich2009-11-152-7/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836298 13f79535-47bb-0310-9956-ffa450edef68
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-1410-132/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@836101 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()Josh Micich2009-11-136-12/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835994 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up AttrPtg - made immutable, fixed property accessors.Josh Micich2009-11-134-87/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835982 13f79535-47bb-0310-9956-ffa450edef68
* renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeftYegor Kozlov2009-11-132-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835846 13f79535-47bb-0310-9956-ffa450edef68
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-124-31/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835271 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on feature related records. Not finished yet, so not enabled in ↵Nick Burch2009-11-123-0/+254
| | | | | | the recordfactory until complete+tested git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835183 13f79535-47bb-0310-9956-ffa450edef68
* cleanup of build.xmlYegor Kozlov2009-11-063-5471/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833603 13f79535-47bb-0310-9956-ffa450edef68
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-063-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833537 13f79535-47bb-0310-9956-ffa450edef68