aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Improvements to countif implementation in preparation for sumifJosh Micich2009-01-132-42/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734243 13f79535-47bb-0310-9956-ffa450edef68
* removed invalid import to keep java compiler quietYegor Kozlov2009-01-111-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733474 13f79535-47bb-0310-9956-ffa450edef68
* jsr173_api-1.0.jar has moved to a new location, update build.xml to download ↵Yegor Kozlov2009-01-111-1/+2
| | | | | | it from http://repo1.maven.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733473 13f79535-47bb-0310-9956-ffa450edef68
* Support for reading HSSF column stylesNick Burch2009-01-069-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732112 13f79535-47bb-0310-9956-ffa450edef68
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already ↵Nick Burch2009-01-065-3/+29
| | | | | | written POIXMLPropertiesTextExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732063 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-063-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732058 13f79535-47bb-0310-9956-ffa450edef68
* Improve a few commentsNick Burch2009-01-061-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732054 13f79535-47bb-0310-9956-ffa450edef68
* removed Jaxen from NOTICE, poi-ooxml doesn't depend on it since 3.5-beta4Yegor Kozlov2009-01-061-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731946 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46479 - conversion of cached formula values and ↵Josh Micich2009-01-058-13/+110
| | | | | | HSSFFormulaEvaluator.evaluateInCell() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731715 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45031 - added implementation for CHOOSE function.Josh Micich2008-12-314-21/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730469 13f79535-47bb-0310-9956-ffa450edef68
* Simplifying ValueEval hierarchy, added comments to Function and OperationEval.Josh Micich2008-12-3115-132/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730450 13f79535-47bb-0310-9956-ffa450edef68
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly ↵Nick Burch2008-12-315-39/+59
| | | | | | dual-licensed version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730438 13f79535-47bb-0310-9956-ffa450edef68
* Patch 46410 from Steven Butler - added impl for TIME() function.Josh Micich2008-12-315-22/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730309 13f79535-47bb-0310-9956-ffa450edef68
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-304-2/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730213 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-304-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730076 13f79535-47bb-0310-9956-ffa450edef68
* continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 ↵Yegor Kozlov2008-12-295-4/+71
| | | | | | and #31661 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729943 13f79535-47bb-0310-9956-ffa450edef68
* unit test for bug #19172Yegor Kozlov2008-12-261-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729456 13f79535-47bb-0310-9956-ffa450edef68
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-2323-219/+356
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729028 13f79535-47bb-0310-9956-ffa450edef68
* 1. added support for shared formulas in XSSF, see bug #464332. improved ↵Yegor Kozlov2008-12-2214-121/+406
| | | | | | validation of workbook-global and sheet-global names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@728749 13f79535-47bb-0310-9956-ffa450edef68
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ↵Yegor Kozlov2008-12-1716-300/+1321
| | | | | | line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498 13f79535-47bb-0310-9956-ffa450edef68
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ↵Yegor Kozlov2008-12-179-0/+83
| | | | | | and HSSFCell.getRow() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727469 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed ↵Josh Micich2008-12-165-11/+31
| | | | | | serialization of StyleRecord with unicode name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726969 13f79535-47bb-0310-9956-ffa450edef68
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any ↵Yegor Kozlov2008-12-126-327/+357
| | | | | | cell modifications, if it fails the cell must be left in the state prior to the invocation. 2. added @throws javadoc to HSSFRow.createCell and XSSFRow.createCell, see bug #10393 3. fixed incorrect condition type in CFRuleRecord if the rule is a formula git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726049 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 charactersNick Burch2008-12-095-9/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724848 13f79535-47bb-0310-9956-ffa450edef68
* example demonstrating how to generate large workbooks and avoid OutOfMemory ↵Yegor Kozlov2008-12-071-0/+252
| | | | | | exception git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724135 13f79535-47bb-0310-9956-ffa450edef68
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell ↵Yegor Kozlov2008-12-0414-493/+654
| | | | | | references with column numbers up to XFD3. when pasring formula, HSSFName.setRefersToFormula must set type of operands to Ptg.CLASS_REF, otherwise created named don't appear in the dropdown to the left of formula bar in Excel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723392 13f79535-47bb-0310-9956-ffa450edef68
* updated status on the index page, also added a script to upload signatures ↵Yegor Kozlov2008-12-042-11/+45
| | | | | | for maven artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
* fixed compiler error due unused importJosh Micich2008-12-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723195 13f79535-47bb-0310-9956-ffa450edef68
* Initial add of ForkedEvaluator functionalityJosh Micich2008-12-044-0/+539
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723194 13f79535-47bb-0310-9956-ffa450edef68
* should have been part of c723161 (re-arranging methods getRecordSize and ↵Josh Micich2008-12-041-2/+2
| | | | | | getDataSize in Record / StandardRecord / ContinuableRecord hierarchy) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723164 13f79535-47bb-0310-9956-ffa450edef68
* re-arranging methods getRecordSize and getDataSize in Record / ↵Josh Micich2008-12-0411-185/+140
| | | | | | StandardRecord / ContinuableRecord hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723161 13f79535-47bb-0310-9956-ffa450edef68
* Minor code improvements, fixed commentsJosh Micich2008-12-031-15/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723146 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to arg checking in constructorJosh Micich2008-12-031-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723141 13f79535-47bb-0310-9956-ffa450edef68
* more generics compiler warnings fixes for poi.ss.formulaJosh Micich2008-12-038-44/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723104 13f79535-47bb-0310-9956-ffa450edef68
* fixed generics compiler warnings for poi.ss.formulaJosh Micich2008-12-0310-161/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723021 13f79535-47bb-0310-9956-ffa450edef68
* modified EvaluationCell to make Evaluation API more easily wrapable.Josh Micich2008-12-034-28/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722778 13f79535-47bb-0310-9956-ffa450edef68
* Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of ↵Josh Micich2008-12-024-10/+34
| | | | | | record 0xNN" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722401 13f79535-47bb-0310-9956-ffa450edef68
* (bug 46156) fix junit error after c722284Josh Micich2008-12-021-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722298 13f79535-47bb-0310-9956-ffa450edef68
* (bug 46156) fix unused import/compiler error after c722284Josh Micich2008-12-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722294 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46156 - improved POI's number rendering to more closely match ↵Josh Micich2008-12-0115-164/+1151
| | | | | | Excel's git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722284 13f79535-47bb-0310-9956-ffa450edef68
* Generics warnings and other clean-up in HSSFSheetJosh Micich2008-12-011-147/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722223 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty rowJosh Micich2008-12-014-495/+542
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722206 13f79535-47bb-0310-9956-ffa450edef68
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-293-164/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721620 13f79535-47bb-0310-9956-ffa450edef68
* Simplified logic in getStyleRecord() (investigating bug 46259)Josh Micich2008-11-291-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721614 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics compiler warnings in Workbook. Other minor code clean-up.Josh Micich2008-11-292-434/+306
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721602 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-285-51/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721586 13f79535-47bb-0310-9956-ffa450edef68
* improved toString methodsJosh Micich2008-11-272-140/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721043 13f79535-47bb-0310-9956-ffa450edef68
* removed unused methodJosh Micich2008-11-261-16/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721037 13f79535-47bb-0310-9956-ffa450edef68
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, ↵Josh Micich2008-11-2616-80/+1072
| | | | | | | | SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, and others. Improved command line parsing in BiffViewer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721007 13f79535-47bb-0310-9956-ffa450edef68
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-262-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720997 13f79535-47bb-0310-9956-ffa450edef68