]>
source.dussan.org Git - poi.git/log
Josh Micich [Fri, 26 Sep 2008 04:49:20 +0000 (04:49 +0000)]
Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execution. (working towards fix for bug 45865)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@699178
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 23 Sep 2008 00:40:22 +0000 (00:40 +0000)]
Optimised the FormulaEvaluator to take cell dependencies into account
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698047
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 22 Sep 2008 23:43:50 +0000 (23:43 +0000)]
Some clean-up in BoundSheetRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@698039
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 19:50:21 +0000 (19:50 +0000)]
Apply part of patch from bug #16936, with the rest made more HSSFCell like - Initial support for whole-row cell styling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697599
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 19:31:34 +0000 (19:31 +0000)]
Improved tests to show that bugs #45062 and #44292 are fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697595
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 19:17:41 +0000 (19:17 +0000)]
Update hssf.extractor.ExcelExtractor to optionally output blank cells too
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697589
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 18:56:32 +0000 (18:56 +0000)]
Test to show that bug #45492 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697584
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 18:43:49 +0000 (18:43 +0000)]
Include the sheet name in the output of examples.XLS2CSVmra
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697580
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 17:49:20 +0000 (17:49 +0000)]
Fix bug #45784 - Support long chart titles in SeriesTextRecords
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697562
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 21 Sep 2008 17:38:39 +0000 (17:38 +0000)]
Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to be set too long, rather than having it break during writing out
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697559
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 21 Sep 2008 14:14:34 +0000 (14:14 +0000)]
patch from bug #45844: Addtional diagnostics for SlideShowRecordDumper
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697520
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 19 Sep 2008 16:34:21 +0000 (16:34 +0000)]
Some clean-up after r696898 (partitioning common formula logic). Fixed compiler error in example XLS2CSVmra
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@697145
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 19 Sep 2008 02:19:58 +0000 (02:19 +0000)]
Partitioning common formula logic. Introduced FormulaParsingWorkbook and EvaluationWorkbook interfaces to make merge with ooxml branch easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696898
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 19 Sep 2008 00:02:21 +0000 (00:02 +0000)]
code clean-up (removed compiler warnings/unused methods)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696860
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 18 Sep 2008 21:22:23 +0000 (21:22 +0000)]
Partitioning common formula logic. Introduced FormulaRenderingWorkbook interface to make merge with ooxml branch easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696813
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 18 Sep 2008 10:58:39 +0000 (10:58 +0000)]
patch from bug #45814: Specify RecordType for slide show Handout
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696627
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 18 Sep 2008 10:45:00 +0000 (10:45 +0000)]
fixed bug 45815: bit mask values inStyleTextPropAtom are not preserved across read-write
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696623
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 18 Sep 2008 10:28:24 +0000 (10:28 +0000)]
fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is zero
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696622
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 17 Sep 2008 22:35:09 +0000 (22:35 +0000)]
Small tweak to NamePtg and Ref3DPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696501
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 17 Sep 2008 00:03:07 +0000 (00:03 +0000)]
Swapped deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696111
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 16 Sep 2008 23:59:17 +0000 (23:59 +0000)]
Added junit for bug 45732 (fix was earlier, probably in r694631)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696109
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 16 Sep 2008 21:56:36 +0000 (21:56 +0000)]
Reverting method name change. Taking a risk on breaking binary compatibility for method HSSFSheet. getDefaultColWidth() (follow-on from r696075 / bug 45805)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696084
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 16 Sep 2008 21:38:47 +0000 (21:38 +0000)]
Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth() etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696075
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 16 Sep 2008 20:17:30 +0000 (20:17 +0000)]
Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@696038
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 15 Sep 2008 21:51:14 +0000 (21:51 +0000)]
Fix inspired by bug #45804 - Update HSMF to handle Outlook 3.0 msg files, which have a different string chunk type
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695649
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 15 Sep 2008 20:58:30 +0000 (20:58 +0000)]
Make MissingCellPolicy javadocs even more explicit about iterators, as people seem not to quite get it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695621
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 15 Sep 2008 11:02:18 +0000 (11:02 +0000)]
Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally held on the parent style though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695420
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 14 Sep 2008 22:19:06 +0000 (22:19 +0000)]
Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully there yet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695303
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 14 Sep 2008 18:55:28 +0000 (18:55 +0000)]
Fix for bug 45978 - removed eager initialisation of SheetReferences
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695264
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 13 Sep 2008 13:46:45 +0000 (13:46 +0000)]
Replace some model.Sheet references with usermodel.HSSFSheet ones, to make more in keeping with xssf, and make merges easier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694946
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 13 Sep 2008 13:30:52 +0000 (13:30 +0000)]
Slight tidy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694939
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 13 Sep 2008 05:43:41 +0000 (05:43 +0000)]
Added toString methods formatAsString to CellValue. Changed deprecation on CellValue.getRichTextStringValue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694881
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 13 Sep 2008 05:14:26 +0000 (05:14 +0000)]
Refactored TextFunctions. Some minor fixes - test cases added.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694877
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 12 Sep 2008 08:18:54 +0000 (08:18 +0000)]
Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694643
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 12 Sep 2008 07:43:20 +0000 (07:43 +0000)]
Extended support for cached results of formula cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694631
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 12 Sep 2008 07:03:00 +0000 (07:03 +0000)]
clarification of ArrayPtg size increment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694620
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 12 Sep 2008 06:58:52 +0000 (06:58 +0000)]
Removed trailing comma from output of HexDump.toHex()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694619
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 12 Sep 2008 06:14:07 +0000 (06:14 +0000)]
small tweak to unit test which was silently creating UnknownPtgs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694615
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 11 Sep 2008 23:18:50 +0000 (23:18 +0000)]
Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregate
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694534
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 11 Sep 2008 07:16:20 +0000 (07:16 +0000)]
Refactoring MultiOperandNumericFunction - removed Ref2DEval.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694153
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 23:37:22 +0000 (23:37 +0000)]
fixed special cases of MODE function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694065
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 22:43:30 +0000 (22:43 +0000)]
Refactored finance functions.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694050
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 21:21:28 +0000 (21:21 +0000)]
Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handling. Enabled error value check in TestFormulasFromSpreadsheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693990
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 19:33:58 +0000 (19:33 +0000)]
(Should have been submitted with 693939) Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693947
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 19:27:24 +0000 (19:27 +0000)]
(Should have been submitted with 693939) Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693941
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 10 Sep 2008 19:23:43 +0000 (19:23 +0000)]
Fixing error value handling for numeric functions. Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693939
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 9 Sep 2008 23:46:46 +0000 (23:46 +0000)]
Fixed special cases of INDEX function (single columns / single rows, and errors)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693658
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 9 Sep 2008 22:26:28 +0000 (22:26 +0000)]
removed debug code accidentally submitted with r693591
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693639
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Tue, 9 Sep 2008 20:25:16 +0000 (20:25 +0000)]
Added support for parsing array constants in formulas. (Helping investigation for bug 45752)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693591
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 9 Sep 2008 06:58:35 +0000 (06:58 +0000)]
don't increment the number of shapes when cloning a sheet with drawings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693383
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 8 Sep 2008 22:46:41 +0000 (22:46 +0000)]
Common refactoring for one arg numeric functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693309
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 8 Sep 2008 21:34:45 +0000 (21:34 +0000)]
Refactored OperandResolver coerce functions to convert BlankEval to 0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693289
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 8 Sep 2008 20:28:05 +0000 (20:28 +0000)]
Fixes for DAY/MONTH/YEAR functions (junit cases added)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693250
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 8 Sep 2008 19:49:03 +0000 (19:49 +0000)]
Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693221
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 8 Sep 2008 19:13:09 +0000 (19:13 +0000)]
cosmetic fix for Area3DPtg.toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693203
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 8 Sep 2008 17:43:31 +0000 (17:43 +0000)]
Fix bug #45761 - Support for Very Hidden excel sheets in HSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693175
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 8 Sep 2008 13:02:21 +0000 (13:02 +0000)]
always call Workbook.cloneDrawings when cloning sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693085
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 7 Sep 2008 18:32:51 +0000 (18:32 +0000)]
Patch from bug #45738 - Initial HWPF support for Office Art Shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692918
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 7 Sep 2008 16:30:35 +0000 (16:30 +0000)]
fixed bug #45720: cloneSheet breaks autofilters.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692893
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 6 Sep 2008 06:04:01 +0000 (06:04 +0000)]
Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692614
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 6 Sep 2008 05:30:31 +0000 (05:30 +0000)]
Fixes for special cases of lookup functions (test cases added)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692612
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 5 Sep 2008 20:43:37 +0000 (20:43 +0000)]
reverted changes accidentally submitted with r692538
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692541
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 5 Sep 2008 20:38:51 +0000 (20:38 +0000)]
Modified formula evaluator to handle whole column refs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692538
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 5 Sep 2008 18:22:30 +0000 (18:22 +0000)]
Minor fixes for numeric operators - junit added. Some refactoring.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692506
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Sep 2008 23:16:15 +0000 (23:16 +0000)]
Fix for bug 45376 - added caching to HSSFFormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692300
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Sep 2008 21:32:17 +0000 (21:32 +0000)]
Made HSSFFormulaEvaluator capable of handling simple named ranges
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692255
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Sep 2008 21:05:50 +0000 (21:05 +0000)]
Fixed compiler warnings, linked junit test to suite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692243
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Sep 2008 21:01:48 +0000 (21:01 +0000)]
Fix unused import (correction to r692239)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692241
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 4 Sep 2008 20:58:37 +0000 (20:58 +0000)]
Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored hierarchy.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@692239
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Sep 2008 19:22:53 +0000 (19:22 +0000)]
Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning sheets. Some clean-up in NameRecord.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691740
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Wed, 3 Sep 2008 17:03:02 +0000 (17:03 +0000)]
Fixed ArrayPtg.toString to not crash when partially initialised
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691687
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 3 Sep 2008 08:04:07 +0000 (08:04 +0000)]
fixed bug #45728: SlideShow.reorderSlide didn't work properly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691533
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 2 Sep 2008 10:03:11 +0000 (10:03 +0000)]
continue making progress with hslf hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691182
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 2 Sep 2008 09:59:53 +0000 (09:59 +0000)]
improved handling of StyleTextPropAtom bit masks, added more read-write roundtrip tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691180
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 1 Sep 2008 16:51:09 +0000 (16:51 +0000)]
DV related fixes from Pierre Lavignotte
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691017
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Sep 2008 02:34:05 +0000 (02:34 +0000)]
Update status for bug 45358 (fixed with r690772, r690835 and r690836)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690837
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Sep 2008 02:26:33 +0000 (02:26 +0000)]
Fixed IF() to handle different types for the first arg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690836
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Mon, 1 Sep 2008 01:48:45 +0000 (01:48 +0000)]
Converted AreEval and RefEval to be lazy (part of fix for bug 45358)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690835
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 23:59:26 +0000 (23:59 +0000)]
Improving AreaI interface and AreaPtg hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690825
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 19:44:11 +0000 (19:44 +0000)]
Partial fix for bug 45358 - parsing area refs with rows above 32767
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690772
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 19:08:36 +0000 (19:08 +0000)]
removed AreaEval.getValues (initial work for bug 45358)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690761
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 31 Aug 2008 17:24:10 +0000 (17:24 +0000)]
HPBF docs update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690739
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 31 Aug 2008 16:58:29 +0000 (16:58 +0000)]
Add HPBF hyperlinks support to the extractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690729
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 31 Aug 2008 16:37:39 +0000 (16:37 +0000)]
Start to support HPBF hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690726
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 16:27:35 +0000 (16:27 +0000)]
Added junit to show bug 45717 is fixed. (Previously fixed by either of r683758, r683871)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690721
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 04:45:00 +0000 (04:45 +0000)]
Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRecords among cell value records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690636
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sun, 31 Aug 2008 01:53:47 +0000 (01:53 +0000)]
changed serialize method on Sheet to visitContainedRecords to simplify serialization logic and also allow test code to inspect generated sheet records more directly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690626
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 30 Aug 2008 17:12:42 +0000 (17:12 +0000)]
Further HPBF plc tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690536
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 30 Aug 2008 16:59:55 +0000 (16:59 +0000)]
Start to support HPBF PLC parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690534
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 30 Aug 2008 14:47:33 +0000 (14:47 +0000)]
Various bug fixes, and hpbf updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690517
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Sat, 30 Aug 2008 04:34:01 +0000 (04:34 +0000)]
Fixed decoding of operand class for ArrayPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690461
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 29 Aug 2008 22:21:10 +0000 (22:21 +0000)]
Added ArrayRecord and CellRangeAddress8Bit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690411
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 29 Aug 2008 22:08:42 +0000 (22:08 +0000)]
Clean-up toString() and inner class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690404
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 29 Aug 2008 14:01:04 +0000 (14:01 +0000)]
initial support for embedded movies and controls.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690262
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 29 Aug 2008 13:58:56 +0000 (13:58 +0000)]
utility to dump POIFS into filesystem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690259
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 29 Aug 2008 05:29:56 +0000 (05:29 +0000)]
Removing calls to AreaEval.getValues() from count and lookup functions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690112
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 29 Aug 2008 03:52:51 +0000 (03:52 +0000)]
Removing calls to AreaEval.getValues()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690094
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Fri, 29 Aug 2008 03:25:23 +0000 (03:25 +0000)]
Changed FormulaRecord.getParsedExpression to return Ptg array
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690091
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 28 Aug 2008 20:39:41 +0000 (20:39 +0000)]
Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to FormulaRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973
13f79535 -47bb-0310-9956-
ffa450edef68
Josh Micich [Thu, 28 Aug 2008 05:25:24 +0000 (05:25 +0000)]
Removed unused methods from CellValueRecordInterface. Converted FormulaRecordAggregate to RecordAggregate subclass
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689721
13f79535 -47bb-0310-9956-
ffa450edef68