aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updated DOAP for POI, this file is used by projects.apache.org to manage a ↵Yegor Kozlov2008-11-252-13/+87
| | | | | | registry of projects housed at the ASF, also added a component map to the main index page git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720487 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords ↵Josh Micich2008-11-249-492/+581
| | | | | | after UnkownRecords, and PivotTable records should not get in the RowRecordsAggregate at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720318 13f79535-47bb-0310-9956-ffa450edef68
* set new version.id=3.5-beta5Yegor Kozlov2008-11-244-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc ↵Yegor Kozlov2008-11-2115-110/+202
| | | | | | improvements in the site docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719547 13f79535-47bb-0310-9956-ffa450edef68
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-214-343/+670
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719546 13f79535-47bb-0310-9956-ffa450edef68
* refactoring test caseJosh Micich2008-11-211-17/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719523 13f79535-47bb-0310-9956-ffa450edef68
* applied patch #46229 by Gisella Bronsetti: initial implementation of ↵Yegor Kozlov2008-11-206-223/+1773
| | | | | | XWPFParagraph git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719316 13f79535-47bb-0310-9956-ffa450edef68
* improved tasks for making Maven artifacts1. maven-dist is now obsolete, ↵Yegor Kozlov2008-11-208-267/+341
| | | | | | maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719249 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with r719053 (moving other chart records into ↵Josh Micich2008-11-191-0/+1
| | | | | | dedicated package) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719132 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NoteRecord to allow for unicode author namesJosh Micich2008-11-192-72/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719084 13f79535-47bb-0310-9956-ffa450edef68
* moving other chart records into dedicated packageJosh Micich2008-11-1979-149/+306
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719053 13f79535-47bb-0310-9956-ffa450edef68
* record sid clean-upJosh Micich2008-11-1916-512/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719031 13f79535-47bb-0310-9956-ffa450edef68
* fixing test hierarchiesJosh Micich2008-11-192-3/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719028 13f79535-47bb-0310-9956-ffa450edef68
* consolidated TestXSSFHeaderFooterJosh Micich2008-11-192-67/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719023 13f79535-47bb-0310-9956-ffa450edef68
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-192-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@718840 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-1910-52/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@718838 13f79535-47bb-0310-9956-ffa450edef68