Josh Micich
|
d7c95a10c8
|
Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all deprecated warnings from hssf.usermodel.examples.*
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740179 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-03 01:19:13 +00:00 |
|
Josh Micich
|
011fafc7ae
|
Modified formula parser to encode SUM taking a single argument as tAttrSum (from comment 7 of bugzilla 46643)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740159 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 23:53:22 +00:00 |
|
Josh Micich
|
e3775b8b1d
|
Fix for bug 46643 - formula parser should encode range operator with tMemFunc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740146 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 23:10:30 +00:00 |
|
Josh Micich
|
7cbc3b9067
|
Added toString methods to help debugging
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740123 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 22:11:48 +00:00 |
|
Josh Micich
|
4057cb7cf0
|
Fix for bug 46647 - COUNTIF NE operator and other special cases involving type conversion
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740088 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-02 19:42:57 +00:00 |
|
Yegor Kozlov
|
7a842bc264
|
fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFRichTextString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738908 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 16:03:52 +00:00 |
|
Josh Micich
|
980ff2cf30
|
Fix for bug 46545 - ObjRecord should ignore excessive padding written by previous POI versions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738709 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 01:57:22 +00:00 |
|
Josh Micich
|
0b692dd75c
|
Fix for bug 46613 - evaluator should perform case insensitive string comparisons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738188 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-27 19:02:13 +00:00 |
|
Josh Micich
|
c3258085c7
|
Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not properly parsed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737248 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 23:34:22 +00:00 |
|
Josh Micich
|
184ec62cf4
|
Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737238 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 23:06:56 +00:00 |
|
Josh Micich
|
d800ec6a84
|
Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737173 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-23 20:12:13 +00:00 |
|
Josh Micich
|
59e334e8a5
|
Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new 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
|
2009-01-22 00:26:28 +00:00 |
|
Josh Micich
|
c013d9b7c9
|
Fixing compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736479 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-21 23:17:45 +00:00 |
|
Josh Micich
|
6756ffefe0
|
Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when cached result type changes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736476 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-21 23:11:45 +00:00 |
|
Josh Micich
|
07fd83a278
|
Fix for bug 46547 - Allow for addition of conditional formatting when data 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
|
2009-01-21 00:19:49 +00:00 |
|
Josh Micich
|
73a498fb35
|
Removed unused, erroneous import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735208 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-17 02:27:13 +00:00 |
|
Josh Micich
|
306c28cc28
|
Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + some mods)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735179 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 23:13:11 +00:00 |
|
Josh Micich
|
98a6bded10
|
Updated class comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735174 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 22:54:42 +00:00 |
|
Josh Micich
|
7dad2164cd
|
Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 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
|
2009-01-16 17:31:29 +00:00 |
|
Josh Micich
|
b280b299a0
|
resolved error constants in BoolErrRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734281 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-14 00:22:00 +00:00 |
|
Josh Micich
|
d4ec8ceb11
|
Bugzilla 46523 - added implementation for SUMIF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734252 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-13 22:02:52 +00:00 |
|
Josh Micich
|
9c05b68576
|
Improvements to countif implementation in preparation for sumif
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734243 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-13 21:22:37 +00:00 |
|
Nick Burch
|
ea421dab2b
|
Support for reading HSSF column styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732112 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 20:49:02 +00:00 |
|
Nick Burch
|
68e203d5e6
|
Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties exist
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732058 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 18:59:42 +00:00 |
|
Josh Micich
|
6e2f255f14
|
Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvaluator.evaluateInCell()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731715 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-05 20:58:02 +00:00 |
|
Josh Micich
|
3bdb856e58
|
Fix for 45031 - added implementation for CHOOSE function.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730469 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-31 20:32:47 +00:00 |
|
Josh Micich
|
df7d120dc6
|
Simplifying ValueEval hierarchy, added comments to Function and OperationEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730450 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-31 19:32:44 +00:00 |
|
Josh Micich
|
d9df585ca5
|
Patch 46410 from Steven Butler - added impl for TIME() function.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730309 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-31 05:31:42 +00:00 |
|
Yegor Kozlov
|
0e193f895b
|
added HSSFPictureData.getFormat() as requested in #46320
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730213 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-30 18:51:56 +00:00 |
|
Yegor Kozlov
|
49297979bb
|
move hyperlinks when shifting rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730076 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-30 09:24:15 +00:00 |
|
Yegor Kozlov
|
177533e23b
|
fixed formula parser to correctly resolve sheet-level names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729028 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-23 16:19:07 +00:00 |
|
Yegor Kozlov
|
98121b7691
|
1. added support for shared formulas in XSSF, see bug #464332. improved 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
|
2008-12-22 19:32:44 +00:00 |
|
Yegor Kozlov
|
9a665498f8
|
Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() and HSSFCell.getRow()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727469 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 18:55:07 +00:00 |
|
Josh Micich
|
60afb94fdb
|
Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serialization of StyleRecord with unicode name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726969 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-16 05:44:32 +00:00 |
|
Yegor Kozlov
|
13860fc475
|
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any 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
|
2008-12-12 15:36:05 +00:00 |
|
Nick Burch
|
015af7c141
|
Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724848 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-09 19:36:53 +00:00 |
|
Yegor Kozlov
|
2ae887e98c
|
1. Support sheet-level names2. Fixed XSSFCell to properly handle cell 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
|
2008-12-04 18:38:00 +00:00 |
|
Josh Micich
|
b91e7e7cbb
|
fixed compiler error due unused import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723195 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 02:51:01 +00:00 |
|
Josh Micich
|
11cc164f26
|
Initial add of ForkedEvaluator functionality
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723194 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 02:48:24 +00:00 |
|
Josh Micich
|
1869eb5186
|
should have been part of c723161 (re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723164 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 00:15:54 +00:00 |
|
Josh Micich
|
8be658a251
|
re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723161 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 00:08:45 +00:00 |
|
Josh Micich
|
2ebe3f7e32
|
Minor code improvements, fixed comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723146 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 23:39:11 +00:00 |
|
Josh Micich
|
3a9e4eb667
|
Improvements to arg checking in constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723141 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 23:35:18 +00:00 |
|
Josh Micich
|
bff86351a1
|
more generics compiler warnings fixes for poi.ss.formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723104 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 22:34:26 +00:00 |
|
Josh Micich
|
d289d148b3
|
fixed generics compiler warnings for poi.ss.formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723021 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 19:22:45 +00:00 |
|
Josh Micich
|
ed2b70b976
|
modified EvaluationCell to make Evaluation API more easily wrapable.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722778 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 05:07:31 +00:00 |
|
Josh Micich
|
ba3de4c4d2
|
Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of record 0xNN"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722401 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-02 08:46:13 +00:00 |
|
Josh Micich
|
b2713da293
|
Fix for bug 46156 - improved POI's number rendering to more closely match Excel's
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722284 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 23:24:23 +00:00 |
|
Josh Micich
|
8be4abf717
|
Generics warnings and other clean-up in HSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722223 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 20:52:27 +00:00 |
|
Josh Micich
|
2014a596be
|
Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty row
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722206 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 19:59:46 +00:00 |
|