aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed autoSizeColumn() to use cached formula values when processing formula ↵Yegor Kozlov2009-02-196-9/+47
| | | | | | cells, see bug #46736 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937 13f79535-47bb-0310-9956-ffa450edef68
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test ↵Yegor Kozlov2009-02-1511-303/+456
| | | | | | superclass for both hssf and xssf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744750 13f79535-47bb-0310-9956-ffa450edef68
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-154-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744749 13f79535-47bb-0310-9956-ffa450edef68
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-135-270/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744257 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-136-94/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253 13f79535-47bb-0310-9956-ffa450edef68
* removed merge marker accidentally left behind in r653822Josh Micich2009-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743936 13f79535-47bb-0310-9956-ffa450edef68
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743934 13f79535-47bb-0310-9956-ffa450edef68
* added to-do commentJosh Micich2009-02-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and ↵Josh Micich2009-02-1215-291/+452
| | | | | | SXVDEX records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743601 13f79535-47bb-0310-9956-ffa450edef68
* Minor code clean-upJosh Micich2009-02-112-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743484 13f79535-47bb-0310-9956-ffa450edef68
* correctly append picture data if Pictures stream contains entries with zero ↵Yegor Kozlov2009-02-105-33/+43
| | | | | | length (see bugzilla 46627) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743080 13f79535-47bb-0310-9956-ffa450edef68
* fixed record name in toString() close elementJosh Micich2009-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742839 13f79535-47bb-0310-9956-ffa450edef68
* Refactored common CellValueRecordInterface code into a new superclass CellRecordJosh Micich2009-02-096-373/+240
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742785 13f79535-47bb-0310-9956-ffa450edef68
* Generalised TestSheetShiftRows for both HSSF and XSSF test casesJosh Micich2009-02-092-246/+307
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742733 13f79535-47bb-0310-9956-ffa450edef68
* update version.id to 3.5-beta6Yegor Kozlov2009-02-093-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68
* improved XSSFSheet.shiftRows: 1. properly update cell references of the ↵Yegor Kozlov2009-02-087-41/+121
| | | | | | shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742126 13f79535-47bb-0310-9956-ffa450edef68
* added suport for Calculation Chain in XSSF, remove reference from ↵Yegor Kozlov2009-02-088-4/+201
| | | | | | calculation chain when a formula is deleted (see bugzilla 46535) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742077 13f79535-47bb-0310-9956-ffa450edef68
* Fixed serialization of multiple blank records (should get aggregated into ↵Josh Micich2009-02-075-200/+285
| | | | | | MulBlankRecord) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741850 13f79535-47bb-0310-9956-ffa450edef68
* Improved error handling for problems described in bugzilla 46569 - Changed ↵Yegor Kozlov2009-02-066-1/+46
| | | | | | Sheet.setColumnWidth to throw IllegalArgumentException if the column width argument is greater than 255 characters (the maximum column width in Excel) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741678 13f79535-47bb-0310-9956-ffa450edef68
* Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to ↵Josh Micich2009-02-051-12/+12
| | | | | | properly update cell boundary indexes) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741037 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ↵Josh Micich2009-02-0511-428/+502
| | | | | | indexes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741036 13f79535-47bb-0310-9956-ffa450edef68
* Reverted accidental early commit (should not be part of r741002)Josh Micich2009-02-051-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741004 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code ↵Josh Micich2009-02-0520-549/+479
| | | | | | for opening test data files. Changed test output to go to temp dir. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741002 13f79535-47bb-0310-9956-ffa450edef68
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all ↵Josh Micich2009-02-0322-564/+364
| | | | | | deprecated warnings from hssf.usermodel.examples.* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740179 13f79535-47bb-0310-9956-ffa450edef68
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-034-37/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740162 13f79535-47bb-0310-9956-ffa450edef68
* Modified formula parser to encode SUM taking a single argument as tAttrSum ↵Josh Micich2009-02-026-61/+62
| | | | | | (from comment 7 of bugzilla 46643) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740159 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-024-1/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740146 13f79535-47bb-0310-9956-ffa450edef68
* Added toString methods to help debuggingJosh Micich2009-02-022-20/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740123 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46647 - COUNTIF NE operator and other special cases involving ↵Josh Micich2009-02-024-7/+76
| | | | | | type conversion git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740088 13f79535-47bb-0310-9956-ffa450edef68
* added a method to remove slidesYegor Kozlov2009-02-015-1/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@739775 13f79535-47bb-0310-9956-ffa450edef68
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of ↵Yegor Kozlov2009-01-294-1/+58
| | | | | | HSSFRichTextString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738908 13f79535-47bb-0310-9956-ffa450edef68
* import OpenXML4j codebaseYegor Kozlov2009-01-29144-250/+11877
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by ↵Josh Micich2009-01-294-26/+106
| | | | | | previous POI versions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738709 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-274-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738188 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not ↵Josh Micich2009-01-231-2/+3
| | | | | | properly parsed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737248 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.Josh Micich2009-01-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737238 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 45644 - adding a command line interface to hssf ExcelExtractorJosh Micich2009-01-233-31/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737173 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new ↵Josh Micich2009-01-2212-168/+233
| | | | | | exception NotImplementedException. Removed test case involving ISREF which was working for the wrong reasons. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736505 13f79535-47bb-0310-9956-ffa450edef68
* Fixing compiler warningsJosh Micich2009-01-211-176/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736479 13f79535-47bb-0310-9956-ffa450edef68
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ↵Josh Micich2009-01-213-318/+378
| | | | | | cached result type changes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736476 13f79535-47bb-0310-9956-ffa450edef68
* Removed System.out.println and compiler warnings from test codeJosh Micich2009-01-211-81/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736193 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46547 - Allow for addition of conditional formatting when data ↵Josh Micich2009-01-215-576/+632
| | | | | | validations are present. Avoid creation of and empty conditional formatting table while shifting formulas. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736175 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused, erroneous importJosh Micich2009-01-171-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735208 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + ↵Josh Micich2009-01-1610-101/+244
| | | | | | some mods) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735179 13f79535-47bb-0310-9956-ffa450edef68
* Updated class commentJosh Micich2009-01-161-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735174 13f79535-47bb-0310-9956-ffa450edef68
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed ↵Josh Micich2009-01-164-34/+41
| | | | | | 0/1-based index error for cell range checks in XSSF. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735061 13f79535-47bb-0310-9956-ffa450edef68
* fixed unit test failing on jdk-1.6: java code should not rely on the order ↵Yegor Kozlov2009-01-161-16/+21
| | | | | | of HashMap.iterator() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734971 13f79535-47bb-0310-9956-ffa450edef68
* Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe ↵Josh Micich2009-01-152-4/+4
| | | | | | char 213 to 39) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734850 13f79535-47bb-0310-9956-ffa450edef68
* resolved error constants in BoolErrRecordJosh Micich2009-01-141-186/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734281 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46523 - added implementation for SUMIFJosh Micich2009-01-134-21/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734252 13f79535-47bb-0310-9956-ffa450edef68