aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated current version on status.xml, also some misc post-release ↵Yegor Kozlov2009-12-071-1/+3
| | | | | | improvements in mvn-deploy.sh and build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
* Controlled instantiation of BoolPtg (made consistent with ErrPtg)Josh Micich2009-12-053-9/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887477 13f79535-47bb-0310-9956-ffa450edef68
* Removed generic type parameter from OperandPtg because it was not worth the ↵Josh Micich2009-12-048-16/+14
| | | | | | extra syntax. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887432 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see ↵Yegor Kozlov2009-12-043-5/+24
| | | | | | Bugzilla 48332 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887160 13f79535-47bb-0310-9956-ffa450edef68
* Made POI follow the rules for encoding unary +/- operators more closely.Josh Micich2009-12-042-3/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887028 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring/simplification of TestFormulaParserJosh Micich2009-12-041-201/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887012 13f79535-47bb-0310-9956-ffa450edef68
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to ↵Josh Micich2009-12-033-15/+123
| | | | | | CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886951 13f79535-47bb-0310-9956-ffa450edef68
* Converted line endings from CRLF to LF in Internal.javaJosh Micich2009-12-031-37/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886942 13f79535-47bb-0310-9956-ffa450edef68
* added an annotation '@Internal' to mark program elements intended for POI ↵Yegor Kozlov2009-12-0331-5/+128
| | | | | | internal use only, marked all public accessors to OOXML xmlbeans as @Internal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886846 13f79535-47bb-0310-9956-ffa450edef68
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved fieldJosh Micich2009-12-023-131/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886311 13f79535-47bb-0310-9956-ffa450edef68
* Added junits for existing functionality of ColumnInfoRecordJosh Micich2009-12-022-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886299 13f79535-47bb-0310-9956-ffa450edef68
* fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701Yegor Kozlov2009-12-027-159/+561
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 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
* 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-2722-645/+1272
| | | | | | 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-254-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
* more cleanup of build.xml, improved release procedure, added a script to ↵Yegor Kozlov2009-11-241-41/+4
| | | | | | create .md5 and .asc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@883629 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
* 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-2118-9/+8
| | | | | | 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
* 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-1918-560/+897
| | | | | | 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-161-0/+200
| | | | | | 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