]> source.dussan.org Git - poi.git/log
poi.git
11 years agoAdd another record type to the "don't warn" list, and tidy up the code a little bit...
Nick Burch [Tue, 25 Jun 2013 15:40:05 +0000 (15:40 +0000)]
Add another record type to the "don't warn" list, and tidy up the code a little bit (see bug #54925)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496518 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix from Florian Hopf from bug #54564 - Fix error message text
Nick Burch [Tue, 25 Jun 2013 15:19:56 +0000 (15:19 +0000)]
Fix from Florian Hopf from bug #54564 - Fix error message text
 for a workbook with no sheets when a sheet operation is performed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496516 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix indenting to be consistent, and correct the setIncludeCellComments javadoc to...
Nick Burch [Tue, 25 Jun 2013 15:05:27 +0000 (15:05 +0000)]
Fix indenting to be consistent, and correct the setIncludeCellComments javadoc to match the long standing default (#54871)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496510 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect...
Nick Burch [Tue, 25 Jun 2013 14:48:16 +0000 (14:48 +0000)]
Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Tim Allison from bug #55142 - Not all XWPF SDT block
Nick Burch [Tue, 25 Jun 2013 13:09:08 +0000 (13:09 +0000)]
Patch from Tim Allison from bug #55142 - Not all XWPF SDT block
s need newlines

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496458 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54920: do not set column and row separatedely, but use a reference
Dominik Stadler [Sun, 23 Jun 2013 21:31:15 +0000 (21:31 +0000)]
Bug 54920: do not set column and row separatedely, but use a reference
for newComment(), keep previous method as deprecated. Adjust all places
where newComment() is used and add unit test covering the bug.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1495894 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handle...
Nick Burch [Thu, 20 Jun 2013 13:37:26 +0000 (13:37 +0000)]
Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Tim Allen from bug #55066 - unit test to show that we no longer load XWPF...
Nick Burch [Thu, 20 Jun 2013 12:51:30 +0000 (12:51 +0000)]
Patch from Tim Allen from bug #55066 - unit test to show that we no longer load XWPF footnotes twice

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494962 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAvoid a NPE if no password was given - use the default office one instead
Nick Burch [Wed, 19 Jun 2013 11:56:21 +0000 (11:56 +0000)]
Avoid a NPE if no password was given - use the default office one instead

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494571 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix the footnote doubling, and then enable the rest of the SDT tests from Tim Alliso...
Nick Burch [Tue, 18 Jun 2013 23:39:31 +0000 (23:39 +0000)]
Fix the footnote doubling, and then enable the rest of the SDT tests from  Tim Allison from bug #54849

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494379 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRemove tab indents
Nick Burch [Tue, 18 Jun 2013 23:38:25 +0000 (23:38 +0000)]
Remove tab indents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494378 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBlock) content
Nick Burch [Tue, 18 Jun 2013 23:35:11 +0000 (23:35 +0000)]
Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBlock) content

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494376 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()
Dominik Stadler [Mon, 17 Jun 2013 09:06:39 +0000 (09:06 +0000)]
Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493686 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54982: Add a close() interface to POITextExtractor which can be used to free...
Dominik Stadler [Mon, 17 Jun 2013 07:53:59 +0000 (07:53 +0000)]
Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later.
Implement close() where necessary so resources are closed. Add close()
to tests and run existing unit tests also against the Extractor that is
built via the Factory. Also add a small test-suite to quickly execute
all extractor-related tests.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493669 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs...
Nick Burch [Fri, 14 Jun 2013 08:53:29 +0000 (08:53 +0000)]
Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1493001 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:52:03 +0000 (18:52 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492818 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:34:54 +0000 (18:34 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492804 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:29:08 +0000 (18:29 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492802 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix the javadoc, correct the indenting, and add the new test file from bug #54849
Nick Burch [Thu, 13 Jun 2013 18:18:19 +0000 (18:18 +0000)]
Fix the javadoc, correct the indenting, and add the new test file from bug #54849

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level...
Nick Burch [Wed, 12 Jun 2013 18:04:16 +0000 (18:04 +0000)]
Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level and format, if applied

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492312 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from akhikhl from github pull #3 - Extract references from XWPF footnotes
Nick Burch [Wed, 12 Jun 2013 17:54:39 +0000 (17:54 +0000)]
Patch from akhikhl from github pull #3 - Extract references from XWPF footnotes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492308 13f79535-47bb-0310-9956-ffa450edef68

11 years agoJavaDoc fixes from #54731 from Dominik Stadler
Nick Burch [Wed, 12 Jun 2013 16:32:24 +0000 (16:32 +0000)]
JavaDoc fixes from #54731 from Dominik Stadler

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492267 13f79535-47bb-0310-9956-ffa450edef68

11 years agoEMCA have re-organised their website, update links to solve #55053
Nick Burch [Wed, 12 Jun 2013 15:38:13 +0000 (15:38 +0000)]
EMCA have re-organised their website, update links to solve #55053

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492247 13f79535-47bb-0310-9956-ffa450edef68

11 years agofixed compatibility issues with JDK 1.5
Yegor Kozlov [Wed, 5 Jun 2013 02:03:07 +0000 (02:03 +0000)]
fixed compatibility issues with JDK 1.5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1489685 13f79535-47bb-0310-9956-ffa450edef68

11 years agoremoved @Override to keep javac on JDK 1.5 happy
Yegor Kozlov [Mon, 3 Jun 2013 01:05:28 +0000 (01:05 +0000)]
removed @Override to keep javac on JDK 1.5 happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488823 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 55047: REPT formula support
Yegor Kozlov [Sun, 2 Jun 2013 23:39:41 +0000 (23:39 +0000)]
Bug 55047: REPT formula support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488811 13f79535-47bb-0310-9956-ffa450edef68

11 years agomissing tests for Bug 55041 - CODE formula support
Yegor Kozlov [Sun, 2 Jun 2013 23:32:24 +0000 (23:32 +0000)]
missing tests for Bug 55041 - CODE formula support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488810 13f79535-47bb-0310-9956-ffa450edef68

11 years agoadded missing tests for Bug 55042: patch for missing function COMPLEX
Yegor Kozlov [Sun, 2 Jun 2013 23:25:33 +0000 (23:25 +0000)]
added missing tests for Bug 55042: patch for missing function COMPLEX

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488809 13f79535-47bb-0310-9956-ffa450edef68

11 years agoadded missing tests for Bug 55042: patch for missing function COMPLEX
Yegor Kozlov [Sun, 2 Jun 2013 23:25:07 +0000 (23:25 +0000)]
added missing tests for Bug 55042: patch for missing function COMPLEX

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488808 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 55043 and 55042: initial support for Complex and Quotient functions
Yegor Kozlov [Sun, 2 Jun 2013 16:08:17 +0000 (16:08 +0000)]
Bugzilla 55043 and 55042: initial support for Complex and Quotient functions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488734 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 55041: CODE function support, also removed @Override from interfaces to...
Yegor Kozlov [Sun, 2 Jun 2013 15:58:41 +0000 (15:58 +0000)]
Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488733 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 55037: DELTA function support
Yegor Kozlov [Sun, 2 Jun 2013 15:30:58 +0000 (15:30 +0000)]
Bugzilla 55037: DELTA function support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488730 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 55036 - Dec2HEx formula support
Yegor Kozlov [Sun, 2 Jun 2013 15:13:47 +0000 (15:13 +0000)]
Bugzilla 55036 - Dec2HEx formula support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488729 13f79535-47bb-0310-9956-ffa450edef68

11 years agoUnit test for bugs #54880 & #55030 - seems ok so far
Nick Burch [Fri, 31 May 2013 21:17:55 +0000 (21:17 +0000)]
Unit test for bugs #54880 & #55030 - seems ok so far

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488403 13f79535-47bb-0310-9956-ffa450edef68

11 years agoTest file from bug #54880
Nick Burch [Fri, 31 May 2013 17:35:23 +0000 (17:35 +0000)]
Test file from bug #54880

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488332 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix bug #55001 - check for unicode text too (plus fix indents)
Nick Burch [Fri, 31 May 2013 17:30:29 +0000 (17:30 +0000)]
Fix bug #55001 - check for unicode text too (plus fix indents)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488329 13f79535-47bb-0310-9956-ffa450edef68

11 years agoStub out the unit tests needed for bug #55026, and add the sample file from that
Nick Burch [Wed, 29 May 2013 22:23:51 +0000 (22:23 +0000)]
Stub out the unit tests needed for bug #55026, and add the sample file from that

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487657 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMore on bug #54682 - check for the end offset overflowing too
Nick Burch [Wed, 29 May 2013 17:31:50 +0000 (17:31 +0000)]
More on bug #54682 - check for the end offset overflowing too

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487558 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix bug #54682 - UnhandledDataStructure should sanity check before allocating, not...
Nick Burch [Wed, 29 May 2013 17:25:40 +0000 (17:25 +0000)]
Fix bug #54682 - UnhandledDataStructure should sanity check before allocating, not after

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1487555 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFollowing dev@ discussions, the next release will be 3.10 not 4.0
Nick Burch [Tue, 28 May 2013 09:19:29 +0000 (09:19 +0000)]
Following dev@ discussions, the next release will be 3.10 not 4.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486829 13f79535-47bb-0310-9956-ffa450edef68

11 years agoDon't include the generation date in the javadocs, as it bloats the changes when...
Nick Burch [Sun, 26 May 2013 17:04:53 +0000 (17:04 +0000)]
Don't include the generation date in the javadocs, as it bloats the changes when publishing the site

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486434 13f79535-47bb-0310-9956-ffa450edef68

11 years agoWhere possible, allow fetching of the size of the OPC Package Part (-1 if not)
Nick Burch [Wed, 15 May 2013 00:27:59 +0000 (00:27 +0000)]
Where possible, allow fetching of the size of the OPC Package Part (-1 if not)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1482647 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCell(int...
Nick Burch [Mon, 6 May 2013 16:53:04 +0000 (16:53 +0000)]
Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCell(int,int)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1479639 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF
Yegor Kozlov [Sat, 16 Mar 2013 12:33:08 +0000 (12:33 +0000)]
Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1457243 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54625 - Register user-defined functions in instance scope instead of static
Yegor Kozlov [Sun, 3 Mar 2013 16:16:12 +0000 (16:16 +0000)]
Bugzilla 54625 - Register user-defined functions in instance scope instead of static

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1452060 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54469 - Support for financial functions IPMT and PPMT
Yegor Kozlov [Sat, 2 Mar 2013 13:17:53 +0000 (13:17 +0000)]
Bugzilla 54469 - Support for financial functions IPMT and PPMT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451886 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54436: Fixed metadata for GETPIVOTDATA function
Yegor Kozlov [Sat, 2 Mar 2013 11:38:09 +0000 (11:38 +0000)]
Bugzilla 54436: Fixed metadata for GETPIVOTDATA function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1451875 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix bug #54579 - Handle milliseconds in date formats eg ss.000
Nick Burch [Tue, 19 Feb 2013 16:28:40 +0000 (16:28 +0000)]
Fix bug #54579 - Handle milliseconds in date formats eg ss.000

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1447798 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix bug #54557 - Don't mis-detect format patterns like .000 as dates
Nick Burch [Wed, 13 Feb 2013 16:45:03 +0000 (16:45 +0000)]
Fix bug #54557 - Don't mis-detect format patterns like .000 as dates

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1445725 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory...
Nick Burch [Thu, 7 Feb 2013 21:53:07 +0000 (21:53 +0000)]
Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1443745 13f79535-47bb-0310-9956-ffa450edef68

11 years agoFix 1.6ism from original patch
Nick Burch [Tue, 5 Feb 2013 10:00:43 +0000 (10:00 +0000)]
Fix 1.6ism from original patch

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442521 13f79535-47bb-0310-9956-ffa450edef68

11 years agoEDate function implementation from Detlef Brendle from bug #54508
Nick Burch [Mon, 4 Feb 2013 22:01:55 +0000 (22:01 +0000)]
EDate function implementation from Detlef Brendle from bug #54508

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442392 13f79535-47bb-0310-9956-ffa450edef68

11 years agoA bit more towards matching properties to chunks
Nick Burch [Mon, 4 Feb 2013 21:46:30 +0000 (21:46 +0000)]
A bit more towards matching properties to chunks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442388 13f79535-47bb-0310-9956-ffa450edef68

11 years agoImprove the number of steps when generating an ID of a new relationship, and add...
Nick Burch [Mon, 4 Feb 2013 15:06:46 +0000 (15:06 +0000)]
Improve the number of steps when generating an ID of a new relationship, and add more tests, bug #53904

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442148 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAn XBAT may not be fully used, and remaining entries may be 0 not POIFSConstants...
Nick Burch [Mon, 4 Feb 2013 12:52:12 +0000 (12:52 +0000)]
An XBAT may not be fully used, and remaining entries may be 0 not POIFSConstants.UNUSED_BLOCK, so avoid trying to process any that we know aren't used. Fixes bug #53810

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442095 13f79535-47bb-0310-9956-ffa450edef68

11 years agoset isHidden flag 'true' for invisible comment and 'false' for visible comments
Evgeniy Berlog [Sat, 2 Feb 2013 23:10:34 +0000 (23:10 +0000)]
set isHidden flag 'true' for invisible comment and 'false' for visible comments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1441829 13f79535-47bb-0310-9956-ffa450edef68

11 years agoContinue with support for property lookups of chunks
Nick Burch [Fri, 1 Feb 2013 12:43:58 +0000 (12:43 +0000)]
Continue with support for property lookups of chunks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1441427 13f79535-47bb-0310-9956-ffa450edef68

11 years agoStart on decoding fixed sized HSMF properties, and linking the variable sized ones...
Nick Burch [Fri, 1 Feb 2013 11:45:31 +0000 (11:45 +0000)]
Start on decoding fixed sized HSMF properties, and linking the variable sized ones with their matching chunks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1441398 13f79535-47bb-0310-9956-ffa450edef68

11 years agoone more fix related to Bugzilla 54407
Yegor Kozlov [Wed, 23 Jan 2013 09:14:14 +0000 (09:14 +0000)]
one more fix related to Bugzilla 54407

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1437306 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides
Yegor Kozlov [Tue, 22 Jan 2013 13:37:14 +0000 (13:37 +0000)]
Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1436913 13f79535-47bb-0310-9956-ffa450edef68

11 years agokeep javac on JDK 1.5 happy
Yegor Kozlov [Tue, 22 Jan 2013 13:02:39 +0000 (13:02 +0000)]
keep javac on JDK 1.5 happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1436888 13f79535-47bb-0310-9956-ffa450edef68

11 years agokeep javac on JDK 1.5 happy
Yegor Kozlov [Tue, 22 Jan 2013 09:35:39 +0000 (09:35 +0000)]
keep javac on JDK 1.5 happy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1436819 13f79535-47bb-0310-9956-ffa450edef68

11 years agofix exception when calling importContent, see Bugzilla 54407
Yegor Kozlov [Mon, 21 Jan 2013 20:46:32 +0000 (20:46 +0000)]
fix exception when calling importContent, see Bugzilla 54407

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1436608 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54356 - Support of statistical function SLOPE
Yegor Kozlov [Sat, 19 Jan 2013 18:33:34 +0000 (18:33 +0000)]
Bugzilla 54356 - Support of statistical function SLOPE

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1435633 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPull in the new documentation from the subtree via a svn:externals
Nick Burch [Fri, 11 Jan 2013 10:36:25 +0000 (10:36 +0000)]
Pull in the new documentation from the subtree via a svn:externals

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1431979 13f79535-47bb-0310-9956-ffa450edef68

11 years agoRemove old documentation, now in the site subtree
Nick Burch [Fri, 11 Jan 2013 10:33:38 +0000 (10:33 +0000)]
Remove old documentation, now in the site subtree

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1431977 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Johan from bug #54402 - fix IfError with indirect references
Nick Burch [Thu, 10 Jan 2013 15:08:22 +0000 (15:08 +0000)]
Patch from Johan from bug #54402 - fix IfError with indirect references

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1431403 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54356: Support of statistical function INTERCEPT
Yegor Kozlov [Fri, 28 Dec 2012 12:50:15 +0000 (12:50 +0000)]
Bugzilla 54356: Support of statistical function INTERCEPT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426485 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Johan Karlsteen for bug #53966 - Implement IfError AP function
Nick Burch [Fri, 28 Dec 2012 03:34:18 +0000 (03:34 +0000)]
Patch from Johan Karlsteen for bug #53966 - Implement IfError AP function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1426382 13f79535-47bb-0310-9956-ffa450edef68

11 years agoMake the exception a bit more explicit about what is wrong
Nick Burch [Thu, 20 Dec 2012 03:54:42 +0000 (03:54 +0000)]
Make the exception a bit more explicit about what is wrong

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1424281 13f79535-47bb-0310-9956-ffa450edef68

11 years agoPatch from Jan from bug #54282 - Improve the performance of ColumnHelper addCleanColI...
Nick Burch [Wed, 12 Dec 2012 00:48:13 +0000 (00:48 +0000)]
Patch from Jan from bug #54282 - Improve the performance of ColumnHelper addCleanColIntoCols, speeds up some .xlsx file loading

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1420501 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdated sha1 and md5 checksums on the downloads page
Yegor Kozlov [Fri, 7 Dec 2012 19:14:31 +0000 (19:14 +0000)]
updated sha1 and md5 checksums on the downloads page

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1418446 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 53650 - Prevent unreadable content and disalow to overwrite rows in user templates
Yegor Kozlov [Fri, 7 Dec 2012 10:36:16 +0000 (10:36 +0000)]
Bug 53650  - Prevent unreadable content and disalow to overwrite rows in user templates

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1418264 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugs 54228,53672 - Fixed XSSF to read cells with missing R attribute
Yegor Kozlov [Wed, 5 Dec 2012 12:21:08 +0000 (12:21 +0000)]
Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1417379 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update shared...
Yegor Kozlov [Tue, 4 Dec 2012 12:44:33 +0000 (12:44 +0000)]
Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update shared formulas

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1416917 13f79535-47bb-0310-9956-ffa450edef68

11 years agosync table headers with worksheet on save
Yegor Kozlov [Sun, 2 Dec 2012 12:28:32 +0000 (12:28 +0000)]
sync table headers with worksheet on save

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1416166 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG
Yegor Kozlov [Sun, 2 Dec 2012 12:24:55 +0000 (12:24 +0000)]
Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1416165 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdated my GPG key
Yegor Kozlov [Mon, 26 Nov 2012 14:10:10 +0000 (14:10 +0000)]
updated my GPG key

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413629 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdated version.id and release date of POI-3.9
Yegor Kozlov [Sun, 25 Nov 2012 15:22:15 +0000 (15:22 +0000)]
updated version.id and release date of POI-3.9

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413362 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdated POI rdf descriptor
Yegor Kozlov [Sun, 25 Nov 2012 12:43:26 +0000 (12:43 +0000)]
updated POI rdf descriptor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413346 13f79535-47bb-0310-9956-ffa450edef68

11 years agoremoved svn:executable from test files
Yegor Kozlov [Sun, 25 Nov 2012 12:19:05 +0000 (12:19 +0000)]
removed svn:executable from test files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413341 13f79535-47bb-0310-9956-ffa450edef68

11 years agofixed missing licence headers
Yegor Kozlov [Sun, 25 Nov 2012 12:01:54 +0000 (12:01 +0000)]
fixed missing licence headers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413340 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54188 - Avoid NPE in PPT2PNG
Yegor Kozlov [Sun, 25 Nov 2012 11:53:50 +0000 (11:53 +0000)]
Bugzilla 54188 - Avoid NPE in PPT2PNG

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413339 13f79535-47bb-0310-9956-ffa450edef68

11 years agoavoid warning: check if property node exists instead of throw/catch exception
Yegor Kozlov [Fri, 16 Nov 2012 12:58:45 +0000 (12:58 +0000)]
avoid warning: check if property node exists instead of throw/catch exception

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1410324 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 52628 - Replace System.err info messages with a POILogger
Yegor Kozlov [Fri, 16 Nov 2012 12:21:49 +0000 (12:21 +0000)]
Bug 52628 - Replace System.err info messages with a POILogger

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1410318 13f79535-47bb-0310-9956-ffa450edef68

11 years agofixed javadoc warnings
Yegor Kozlov [Fri, 16 Nov 2012 12:00:02 +0000 (12:00 +0000)]
fixed javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1410315 13f79535-47bb-0310-9956-ffa450edef68

11 years agobugzilla 54137 - improved performance of DataFormatter with Fractions
Yegor Kozlov [Fri, 16 Nov 2012 09:46:28 +0000 (09:46 +0000)]
bugzilla 54137 - improved performance of DataFormatter with Fractions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1410269 13f79535-47bb-0310-9956-ffa450edef68

11 years agofollow-up to 54099: include STMerge & CTVMerge in poi-ooxml-schemas jar
Yegor Kozlov [Thu, 15 Nov 2012 07:46:39 +0000 (07:46 +0000)]
follow-up to 54099: include STMerge & CTVMerge in poi-ooxml-schemas jar

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1409676 13f79535-47bb-0310-9956-ffa450edef68

11 years agoclear unused import warnings
Yegor Kozlov [Mon, 12 Nov 2012 09:54:37 +0000 (09:54 +0000)]
clear unused import warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1408236 13f79535-47bb-0310-9956-ffa450edef68

11 years agoadded a demo how to use functions from external APIs
Yegor Kozlov [Mon, 12 Nov 2012 09:19:37 +0000 (09:19 +0000)]
added a demo how to use functions from external APIs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1408205 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54099 - Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas jar
Yegor Kozlov [Thu, 8 Nov 2012 19:52:20 +0000 (19:52 +0000)]
Bugzilla 54099 - Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas jar

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1407242 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBugzilla 54111 - Fixed extracting text from table cells in HSLF
Yegor Kozlov [Wed, 7 Nov 2012 16:02:42 +0000 (16:02 +0000)]
Bugzilla 54111 - Fixed extracting text from table cells in HSLF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406688 13f79535-47bb-0310-9956-ffa450edef68

11 years agoexample how to create pptx pie chart from template, more tests for poi-ooxml
Yegor Kozlov [Wed, 7 Nov 2012 08:33:34 +0000 (08:33 +0000)]
example how to create pptx pie chart from template, more tests for poi-ooxml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406496 13f79535-47bb-0310-9956-ffa450edef68

11 years agoBug 52583 - Conversion to html : Problem with combobox
Sergey Vladimirov [Tue, 6 Nov 2012 16:26:43 +0000 (16:26 +0000)]
Bug 52583 - Conversion to html : Problem with combobox

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406208 13f79535-47bb-0310-9956-ffa450edef68

11 years ago52863 - add workaround for files with broken CHP SPRMs
Sergey Vladimirov [Mon, 5 Nov 2012 16:06:36 +0000 (16:06 +0000)]
52863 - add workaround for files with broken CHP SPRMs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405861 13f79535-47bb-0310-9956-ffa450edef68

11 years agofix bug 53182 - Reading combined character styling and direct formatting of a charact...
Sergey Vladimirov [Mon, 5 Nov 2012 15:51:41 +0000 (15:51 +0000)]
fix bug 53182 - Reading combined character styling and direct formatting of a character run

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405850 13f79535-47bb-0310-9956-ffa450edef68

11 years ago52311 - Conversion to html : Problem in titles number
Sergey Vladimirov [Mon, 5 Nov 2012 14:38:12 +0000 (14:38 +0000)]
52311 - Conversion to html : Problem in titles number

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405808 13f79535-47bb-0310-9956-ffa450edef68

11 years agomove test case for Bug 47563 to distinguish file
Sergey Vladimirov [Mon, 5 Nov 2012 12:39:58 +0000 (12:39 +0000)]
move test case for Bug 47563 to distinguish file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405771 13f79535-47bb-0310-9956-ffa450edef68

11 years agoAdd support for CHP SPRM sprmCFNoProof 0x875
Sergey Vladimirov [Mon, 5 Nov 2012 12:09:53 +0000 (12:09 +0000)]
Add support for CHP SPRM sprmCFNoProof 0x875

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405762 13f79535-47bb-0310-9956-ffa450edef68

11 years agoupdate CHP type definition (all flags from grpfChp are supported now)
Sergey Vladimirov [Mon, 5 Nov 2012 12:03:37 +0000 (12:03 +0000)]
update CHP type definition (all flags from grpfChp are supported now)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405760 13f79535-47bb-0310-9956-ffa450edef68