Josh Micich
|
806706b135
|
Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763391 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 21:01:43 +00:00 |
|
Yegor Kozlov
|
bb1ce91342
|
moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 17:51:33 +00:00 |
|
Josh Micich
|
60fd0a0fae
|
Bugzilla 46973 - fixed defined names to behave better when refersToFormula is unset
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762479 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 19:57:21 +00:00 |
|
Yegor Kozlov
|
6ceeb39a45
|
consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762372 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 15:06:23 +00:00 |
|
Josh Micich
|
527b4c7fc5
|
Bug 46951 - fixed formula parser to better handle range operators and whole row/column refs.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762250 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 08:22:25 +00:00 |
|
Josh Micich
|
dc2630494d
|
Added toString debug method to MemAreaPtg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761862 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-04 02:53:08 +00:00 |
|
Josh Micich
|
0d76928c37
|
fixed compiler error from r761723
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761836 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-03 23:16:44 +00:00 |
|
Yegor Kozlov
|
3bcd8fd479
|
added SpreadsheetVersion enum to hold version-specific properties such as maximum number of rows and columns, etc.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761723 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-03 16:42:39 +00:00 |
|
Josh Micich
|
b558d99132
|
Changed cell and area ref Ptgs to allow creation using CellReference and AreaReference
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761553 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-03 07:41:29 +00:00 |
|
Josh Micich
|
0e7da90f77
|
Fix for bug 46948 - Range operator can now take area-refs for operands
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@761023 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-01 19:41:12 +00:00 |
|
Josh Micich
|
fba33cf5a4
|
Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX) record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760646 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-31 21:12:47 +00:00 |
|
Josh Micich
|
6fb401a724
|
Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HYPERLINK function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760343 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-31 06:09:06 +00:00 |
|
Josh Micich
|
91a91b2301
|
Fix for bug 46898 - Formula evaluator should not cache intermediate circular-reference error results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@760162 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-30 20:46:51 +00:00 |
|
Yegor Kozlov
|
51d71180ab
|
more refactoring of common ss tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-29 16:10:40 +00:00 |
|
Yegor Kozlov
|
52ab464cab
|
improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759112 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 11:50:52 +00:00 |
|
Josh Micich
|
ecf6617071
|
Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758770 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-26 17:42:18 +00:00 |
|
Nick Burch
|
46590f58a1
|
Fix the block allocation test, but still leave the recent blocks hssf bug fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@758353 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-25 17:22:06 +00:00 |
|
Nick Burch
|
579a4b95a4
|
Explicit cast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757904 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-24 17:00:00 +00:00 |
|
Nick Burch
|
d8af6dfdd4
|
Fix bug #46904, for old biff5/biff7 files where the block chain is terminated incorrectly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757873 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-24 16:07:49 +00:00 |
|
Josh Micich
|
ef93bdc6ae
|
Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757520 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-23 19:42:39 +00:00 |
|
Josh Micich
|
4f4ad37765
|
Abstracted record construction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@754828 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-16 07:03:13 +00:00 |
|
Josh Micich
|
032d57431f
|
updated url in comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@750316 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-05 04:54:27 +00:00 |
|
Yegor Kozlov
|
e4d94add7f
|
support built-in data formats in XSSFDataFormat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@749054 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-01 16:24:40 +00:00 |
|
Yegor Kozlov
|
1dfecf377c
|
improved shifting of sheet-level names, also fixed an incorrect Bugzilla number in status.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@748064 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-26 09:10:35 +00:00 |
|
Yegor Kozlov
|
bebc51def9
|
more improvements in shiftRows: 1. shift named ranges and merged regions, JUnit added. 2. fixed shiftRows in XSSF to preserve row heights, see bugzilla 46719.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747894 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-25 19:12:06 +00:00 |
|
Yegor Kozlov
|
55dfa11284
|
fixed non-standard ASF license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-24 11:30:08 +00:00 |
|
Yegor Kozlov
|
4862f72197
|
added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common interface org.apache.poi.ss.usermodel.Sheet; more progress on testing common xssf-hssf interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747307 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-24 08:38:16 +00:00 |
|
Josh Micich
|
d707f50d5d
|
Should have been part of c746085 (More fixes to allow EscherContainerRecord to exclusively maintain 'child records' field due to r745976 / r746018)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746086 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-20 01:57:45 +00:00 |
|
Josh Micich
|
8dcd0c8c58
|
More fixes to allow EscherContainerRecord to exclusively maintain 'child records' field. (due to r745976 / r746018)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746085 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-20 01:55:47 +00:00 |
|
Josh Micich
|
8a77c05b99
|
Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out it's private 'child records' field.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746018 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 22:02:14 +00:00 |
|
Josh Micich
|
3e6f2bbf80
|
Added Apache License text to files where it was missing. Also fixed some compiler warnings in those files.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745976 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 19:50:20 +00:00 |
|
Josh Micich
|
d527d61af4
|
fixed typo in toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745972 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 19:05:06 +00:00 |
|
Yegor Kozlov
|
6fa67727ea
|
fixed autoSizeColumn() to use cached formula values when processing formula cells, see bug #46736
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 17:29:55 +00:00 |
|
Yegor Kozlov
|
5d5f76be67
|
Fixed formula parser to handle names with backslashes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744749 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-15 20:45:24 +00:00 |
|
Josh Micich
|
7c870ecd41
|
fixed compiler warnings. added some TODO comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744257 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-13 22:11:16 +00:00 |
|
Josh Micich
|
521656d9c2
|
Bugzilla 46660 - added 'hidden' property to Workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-13 21:46:44 +00:00 |
|
Josh Micich
|
8edb507a89
|
Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and SXVDEX records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743601 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-12 02:28:43 +00:00 |
|
Josh Micich
|
ffe6fd7a23
|
Minor code clean-up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743484 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-11 20:23:08 +00:00 |
|
Josh Micich
|
12321616a3
|
fixed record name in toString() close element
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742839 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-10 03:41:08 +00:00 |
|
Josh Micich
|
4b5616a6ca
|
Refactored common CellValueRecordInterface code into a new superclass CellRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742785 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-09 23:16:49 +00:00 |
|
Josh Micich
|
771369c409
|
Fixed serialization of multiple blank records (should get aggregated into MulBlankRecord)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741850 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-07 07:39:23 +00:00 |
|
Yegor Kozlov
|
23cf469315
|
changed. 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
|
2009-02-06 18:59:24 +00:00 |
|
Josh Micich
|
aac8563019
|
Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741036 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-05 07:39:57 +00:00 |
|
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 |
|