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
|
39b3dcae63
|
continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 and #31661
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729943 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-29 16:51:30 +00:00 |
|
Yegor Kozlov
|
9c4fe5d1bc
|
unit test for bug #19172
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729456 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-26 06:55:08 +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
|
fabf35b20d
|
applied patches by Gisella Bronzetti:46299 - support for carriage return and line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 20:05:16 +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
|
31f67965d0
|
example demonstrating how to generate large workbooks and avoid OutOfMemory exception
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724135 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-07 14:10:23 +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 |
|
Yegor Kozlov
|
1341f419ae
|
updated status on the index page, also added a script to upload signatures for maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 07:29:58 +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
|
b1ea759117
|
(bug 46156) fix junit error after c722284
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722298 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-02 00:01:21 +00:00 |
|
Josh Micich
|
b2253fa053
|
(bug 46156) fix unused import/compiler error after c722284
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722294 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 23:53:27 +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 |
|
Josh Micich
|
886de704ff
|
Improved error message when attempting to read BIFF2 file (bugzilla 46269)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721620 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 03:12:39 +00:00 |
|
Josh Micich
|
5f3c3d71a3
|
Simplified logic in getStyleRecord() (investigating bug 46259)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721614 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 02:07:49 +00:00 |
|
Josh Micich
|
2b6a9c351e
|
Fixed generics compiler warnings in Workbook. Other minor code clean-up.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721602 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 00:46:33 +00:00 |
|
Josh Micich
|
45287875d7
|
Fix for bug 46206 - tolerate missing DIMENSION records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721586 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-28 23:24:06 +00:00 |
|
Josh Micich
|
c87a1fe88a
|
improved toString methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721043 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-27 00:17:28 +00:00 |
|
Josh Micich
|
b780e3173a
|
removed unused method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721037 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-26 23:39:35 +00:00 |
|
Josh Micich
|
5e29862bea
|
Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, and others.
Improved command line parsing in BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721007 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-26 22:32:07 +00:00 |
|
Josh Micich
|
e95e166390
|
fixed NPE in HyperlinkRecord.toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720997 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-26 22:00:29 +00:00 |
|
Yegor Kozlov
|
4ca09b3a7b
|
updated DOAP for POI, this file is used by projects.apache.org to manage a registry of projects housed at the ASF, also added a component map to the main index page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 13:18:01 +00:00 |
|
Yegor Kozlov
|
86c754e80c
|
properly set font size when applying indexed font
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720487 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 13:10:46 +00:00 |
|
Josh Micich
|
7735bb1b3b
|
Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords after UnkownRecords, and PivotTable records should not get in the RowRecordsAggregate at all
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720318 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-24 22:40:46 +00:00 |
|
Yegor Kozlov
|
1559edee21
|
set new version.id=3.5-beta5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-24 10:48:25 +00:00 |
|
Yegor Kozlov
|
796a0eea4f
|
renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719547 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 09:22:07 +00:00 |
|
Josh Micich
|
e796abd3fa
|
Fixes / additions for reserialization of HyperlinkRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719546 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 09:09:25 +00:00 |
|
Josh Micich
|
e3df2fb0b0
|
refactoring test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719523 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 07:30:43 +00:00 |
|
Yegor Kozlov
|
86935fdab9
|
applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFParagraph
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719316 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 18:22:20 +00:00 |
|
Yegor Kozlov
|
b68a8f083f
|
improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719249 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 15:08:42 +00:00 |
|
Josh Micich
|
47aec08f3d
|
should have been submitted with r719053 (moving other chart records into dedicated package)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719132 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 23:59:10 +00:00 |
|
Josh Micich
|
19e41b0614
|
Fixed NoteRecord to allow for unicode author names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719084 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 21:49:17 +00:00 |
|
Josh Micich
|
b5ff76d149
|
moving other chart records into dedicated package
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719053 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 20:17:42 +00:00 |
|
Josh Micich
|
3673b6a984
|
record sid clean-up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719031 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 19:09:05 +00:00 |
|
Josh Micich
|
2a7fa85dd9
|
fixing test hierarchies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719028 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 19:06:44 +00:00 |
|