Josh Micich
|
9ba2ab25be
|
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
|
2008-08-31 16:27:35 +00:00 |
Josh Micich
|
33f8013dd3
|
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
|
2008-08-31 04:45:00 +00:00 |
Josh Micich
|
e4787b1a21
|
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
|
2008-08-31 01:53:47 +00:00 |
Nick Burch
|
7039455b72
|
Further HPBF plc tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690536 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 17:12:42 +00:00 |
Nick Burch
|
3d8ec0dc34
|
Start to support HPBF PLC parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690534 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 16:59:55 +00:00 |
Nick Burch
|
e12de2c3bf
|
Various bug fixes, and hpbf updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690517 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 14:47:33 +00:00 |
Josh Micich
|
077c07f988
|
Fixed decoding of operand class for ArrayPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690461 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 04:34:01 +00:00 |
Josh Micich
|
55a6277bf2
|
Added ArrayRecord and CellRangeAddress8Bit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690411 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 22:21:10 +00:00 |
Josh Micich
|
a5e68f7c0c
|
Clean-up toString() and inner class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690404 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 22:08:42 +00:00 |
Yegor Kozlov
|
434e7c2454
|
initial support for embedded movies and controls.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690262 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 14:01:04 +00:00 |
Yegor Kozlov
|
afe84aadee
|
utility to dump POIFS into filesystem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690259 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 13:58:56 +00:00 |
Josh Micich
|
4897063eab
|
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
|
2008-08-29 05:29:56 +00:00 |
Josh Micich
|
76964bdcba
|
Removing calls to AreaEval.getValues()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690094 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 03:52:51 +00:00 |
Josh Micich
|
357f3eaf7d
|
Changed FormulaRecord.getParsedExpression to return Ptg array
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690091 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-29 03:25:23 +00:00 |
Josh Micich
|
8685d30fd5
|
Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to FormulaRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-28 20:39:41 +00:00 |
Josh Micich
|
ed854d99c9
|
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
|
2008-08-28 05:25:24 +00:00 |
Josh Micich
|
4b226e36f5
|
Should have been submitted with c689716 (bug 45699)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689719 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-28 05:13:31 +00:00 |
Josh Micich
|
d5cbbaa1ab
|
Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords between row/cell records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689716 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-28 04:27:41 +00:00 |
Josh Micich
|
05e4c39b9e
|
Fix for bug 45698 - allow LinkTable to read EXTERNSHEET records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689704 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-28 02:54:47 +00:00 |
Josh Micich
|
9d343b5802
|
should have been submitted with c689559
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689636 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-27 21:54:20 +00:00 |
Josh Micich
|
772ff6d1f4
|
Added names of known but uninterpreted BIFF records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689559 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-27 18:51:03 +00:00 |
Josh Micich
|
d7b932dee2
|
Fixed size of TblPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689544 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-27 18:13:46 +00:00 |
Josh Micich
|
04dfa8d39f
|
Replaced calls to deprecated versions of createCell(), getCell(), createRow(), and getRow(). (Changing short to int)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688910 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-25 22:41:08 +00:00 |
Josh Micich
|
d4b6c06f2b
|
Fix for small bug introduced in c688655 - keep header field in sync with number of rules
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688825 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-25 18:57:14 +00:00 |
Josh Micich
|
4b73edb191
|
Fix for bug 45682 - allow cloning of sheets with conditional formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688655 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-25 08:30:54 +00:00 |
Josh Micich
|
2ea7bc5eef
|
Initial support for evaluating external add-in functions like YEARFRAC
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688650 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-25 08:09:02 +00:00 |
Josh Micich
|
3277d492dd
|
JDK 1.4 fixes for new hpbf stuff. Some clean-up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688642 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-25 07:56:37 +00:00 |
Josh Micich
|
2dd98d377e
|
Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multiple LastCellOfRowDummyRecords when shared formulas are present
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688426 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-23 22:47:51 +00:00 |
Nick Burch
|
f56ab22521
|
HPBF text extractor and unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687443 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-20 20:13:08 +00:00 |
Nick Burch
|
4262bdd181
|
Quill CONTENTS bits, and tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687429 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-20 19:40:05 +00:00 |
Nick Burch
|
b35e6d5bf0
|
More HPBF stuff, and some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687423 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-20 18:50:15 +00:00 |
Nick Burch
|
6a1cf3281c
|
Make an initial start on hpbf code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687403 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-20 18:14:11 +00:00 |
Josh Micich
|
f6d8c7ee47
|
Fix for bug 45640 - avoid creating multiple GUTS records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686977 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-19 07:44:57 +00:00 |
Yegor Kozlov
|
3435dd322b
|
fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Short.MAX_VALUE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686844 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-18 18:33:58 +00:00 |
Nick Burch
|
2118d52949
|
Further HPBF documentation, and some more sample files used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686640 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-17 20:15:51 +00:00 |
Nick Burch
|
1cbcfaed78
|
More work understanding hpbf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686628 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-17 18:21:34 +00:00 |
Nick Burch
|
e9a647c3f4
|
More work understanding hpbf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686625 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-17 18:02:31 +00:00 |
Nick Burch
|
caa6292337
|
More work understanding hpbf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686624 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-17 17:39:10 +00:00 |
Nick Burch
|
82ae0b3825
|
Few little tweaks to dev helpers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686621 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-17 16:36:40 +00:00 |
Nick Burch
|
6fae76f598
|
Start on a HPBF dumper
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686290 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-15 17:42:25 +00:00 |
Nick Burch
|
46b1489ed1
|
More sample hpbf docs, with a description
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686278 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-15 16:57:30 +00:00 |
Nick Burch
|
48e029e0c7
|
Add a few more source package excludes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686216 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-15 14:05:30 +00:00 |
Nick Burch
|
d3704b79be
|
Add sample publisher files from bug #45602 to svn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686207 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-15 12:43:02 +00:00 |
Nick Burch
|
098d400bac
|
More for bug #45623 - Support for additional HSSF header and footer fields, including bold and full file path
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686053 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-14 21:41:01 +00:00 |
Nick Burch
|
bb270804b9
|
Fix bug #45623 - Support stripping HSSF header and footer fields (eg page number) out of header and footer text if required
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686046 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-14 21:25:16 +00:00 |
Nick Burch
|
5595a24adf
|
Refactor header/footer stuff to remove duplication
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686036 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-14 20:50:06 +00:00 |
Nick Burch
|
8309a9d7e5
|
Update changelog
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685284 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-12 19:59:35 +00:00 |
Nick Burch
|
97e8e39eb6
|
Add HWPF support for stripping out fields (eg macros), and make this optionally happen always for headers and footers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685283 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-12 19:57:04 +00:00 |
Nick Burch
|
8ad0a4f34c
|
Fix a typo in the file name, and add a generic method to POITextExtractor to get the appropriate metadata text extractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685267 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-12 19:02:41 +00:00 |
Nick Burch
|
80ea376dc0
|
Few documentation updates for recent new code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685263 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-12 18:55:47 +00:00 |