]>
source.dussan.org Git - poi.git/log
Yegor Kozlov [Thu, 14 Oct 2010 10:34:59 +0000 (10:34 +0000)]
removed svn:executable from project files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1022458 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 14 Oct 2010 10:30:29 +0000 (10:30 +0000)]
avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla 50075
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1022456 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 14 Oct 2010 10:06:16 +0000 (10:06 +0000)]
suppress deprecation warnings in poi-ooxml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1022452 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 14 Oct 2010 08:40:06 +0000 (08:40 +0000)]
revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1022420 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 11 Oct 2010 16:23:38 +0000 (16:23 +0000)]
removed log4 and commons-logging from poi-scratchpad.pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1021408 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 11 Oct 2010 12:44:22 +0000 (12:44 +0000)]
marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1021326 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 9 Oct 2010 13:47:53 +0000 (13:47 +0000)]
fixed unmappable characters for ASCII
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1006161 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 8 Oct 2010 08:26:57 +0000 (08:26 +0000)]
allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1005726 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 7 Oct 2010 13:55:46 +0000 (13:55 +0000)]
support for BorderCode in HWPF, see Bugzilla 49919
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1005447 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 7 Oct 2010 13:40:58 +0000 (13:40 +0000)]
support for processing of symbols in HWPF, see Bugzilla 49908
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1005443 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 6 Oct 2010 08:55:30 +0000 (08:55 +0000)]
cleaned javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1004934 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 6 Oct 2010 07:58:51 +0000 (07:58 +0000)]
repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1004919 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 4 Oct 2010 13:34:17 +0000 (13:34 +0000)]
support for retrieving pictures from HSSF workbooks, see bugzilla 50022
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1004233 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 4 Oct 2010 08:45:51 +0000 (08:45 +0000)]
Avoid IllegalStateException when creating Data validation in sheet with macro, see Bugzilla 50020
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1004143 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 1 Oct 2010 12:02:52 +0000 (12:02 +0000)]
improved rounding in MathX.mod, see Bugzilla 50033
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1003504 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 28 Sep 2010 11:46:22 +0000 (11:46 +0000)]
Test that shows we handle word floating and fixed pictures properly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1002123 13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Mon, 27 Sep 2010 13:08:57 +0000 (13:08 +0000)]
revert previous commit because it causes problems with other old .docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1001726 13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Mon, 27 Sep 2010 12:50:36 +0000 (12:50 +0000)]
hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1001712 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 24 Sep 2010 15:11:16 +0000 (15:11 +0000)]
Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1000901 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 24 Sep 2010 15:05:55 +0000 (15:05 +0000)]
Bump the version id
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1000900 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 24 Sep 2010 15:01:07 +0000 (15:01 +0000)]
Update the site for 3.7 beta 3 - download page and homepage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1000898 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 22 Sep 2010 10:17:49 +0000 (10:17 +0000)]
Add unit tests for the XWPF decorator classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999859
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 12:05:12 +0000 (12:05 +0000)]
A couple of tweaks to the release documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999366
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:55:17 +0000 (11:55 +0000)]
Prepare for building 3.7 beta 3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999350
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:54:05 +0000 (11:54 +0000)]
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999349
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:43:36 +0000 (11:43 +0000)]
Add a temporary workaround for bug #49934, while we wait for a proper xmlbeans fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999339
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:33:21 +0000 (11:33 +0000)]
Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999320
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:16:12 +0000 (11:16 +0000)]
Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999314
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 21 Sep 2010 11:15:07 +0000 (11:15 +0000)]
Add missing record, and fix a few indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999313
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Sep 2010 20:10:14 +0000 (20:10 +0000)]
Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999096
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Sep 2010 16:00:50 +0000 (16:00 +0000)]
Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF header records for a PageSettingsBlock
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998967
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Sep 2010 15:43:07 +0000 (15:43 +0000)]
Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up relationships
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998960
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Sep 2010 14:26:49 +0000 (14:26 +0000)]
Work inspired by bug #48018 - get HWPF lists more consistent in read vs write, and preserve order as apparently that matters. Includes a fair number of list related unit tests, but not for everything
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998943
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Sep 2010 11:45:53 +0000 (11:45 +0000)]
Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline levels can be properly fetched
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998897
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 19 Sep 2010 11:52:20 +0000 (11:52 +0000)]
Add test that shows that bug #45877 has already been fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998634
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 19 Sep 2010 10:16:06 +0000 (10:16 +0000)]
Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with a corrupt CHP style with a parent of itself
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998625
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 19 Sep 2010 09:59:10 +0000 (09:59 +0000)]
More fixes for bug #49933, workaround the fact that some word6/word95 SEPX entries are compressed differently, and we don't have the specs for how they're stored
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998621
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 17 Sep 2010 14:14:19 +0000 (14:14 +0000)]
Fix bug #49936 - Handle HWPF documents with problematic HeaderStories better
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998146
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 17 Sep 2010 13:46:11 +0000 (13:46 +0000)]
Fix support for sections in old word 6 / word 95 files
Improve unit testing for HWPFOldDocument
Sprm fix also improves some HWPFDocument files too!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998131
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 17 Sep 2010 13:43:07 +0000 (13:43 +0000)]
Fix generics warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998128
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 16 Sep 2010 16:01:12 +0000 (16:01 +0000)]
Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997811
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 16 Sep 2010 13:46:17 +0000 (13:46 +0000)]
Add disabled, failing unit test for bug #49940
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997752
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 16 Sep 2010 13:45:54 +0000 (13:45 +0000)]
Add a few more test asserts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997751
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 15 Sep 2010 18:05:55 +0000 (18:05 +0000)]
Update the download site for 3.7 beta 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997433
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 15 Sep 2010 17:38:50 +0000 (17:38 +0000)]
Add some more paragraph property documentation and tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997413
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 18:50:10 +0000 (18:50 +0000)]
Various XWPF picture tweaks and more unit tests
Note that XWPFRun -> XWPFPicture currently only works with the full ooxml schemas file, and not with poi-ooxml-schemas, due to some sort of missing resources around the namespace switch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997037
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 16:39:34 +0000 (16:39 +0000)]
Fix up imports to remove un-used ones
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996980
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 16:32:02 +0000 (16:32 +0000)]
Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996976
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 14:52:35 +0000 (14:52 +0000)]
Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996927
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 13:46:22 +0000 (13:46 +0000)]
XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers. Also improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996899
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 14 Sep 2010 11:34:33 +0000 (11:34 +0000)]
Add a getBodyElements() method to XWPF IBody, to make access to embedded paragraphs and tables easier, and a few tidy-ups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996849
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 13 Sep 2010 11:45:34 +0000 (11:45 +0000)]
More XSLFRelation entries for common .pptx file parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996506
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 13 Sep 2010 05:07:25 +0000 (05:07 +0000)]
added a test file that belongs to r996265
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996419
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 12 Sep 2010 08:54:45 +0000 (08:54 +0000)]
fixed evaluation of shared formulas in XSSF, see Bugzilla 49872
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996265
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 11 Sep 2010 13:48:00 +0000 (13:48 +0000)]
avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996148
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 11 Sep 2010 12:45:59 +0000 (12:45 +0000)]
fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996136
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 10 Sep 2010 19:15:16 +0000 (19:15 +0000)]
Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995943
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 10 Sep 2010 14:37:45 +0000 (14:37 +0000)]
Improve documentation of some of the HWPF picture stuff, and add unit tests for images of embeded documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995807
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Sep 2010 15:30:55 +0000 (15:30 +0000)]
Add getMimeType() method to HWPF Picture, and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995464
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Sep 2010 14:28:14 +0000 (14:28 +0000)]
Fix generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995445
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Sep 2010 13:57:05 +0000 (13:57 +0000)]
Tweak constructor to be more open, and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995429
13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Thu, 9 Sep 2010 13:43:51 +0000 (13:43 +0000)]
Add license headers to Ole10Native-related classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995427
13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Thu, 9 Sep 2010 13:23:54 +0000 (13:23 +0000)]
update status.xml (code for reading Ole10Native data)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995416
13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Thu, 9 Sep 2010 13:18:48 +0000 (13:18 +0000)]
Add code for reading Ole10Native data
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995415
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Sep 2010 11:42:24 +0000 (11:42 +0000)]
Remove 1.6isms which prevent compilation on Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995386
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 9 Sep 2010 09:28:04 +0000 (09:28 +0000)]
Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995360
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 7 Sep 2010 07:09:49 +0000 (07:09 +0000)]
allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@993246
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 5 Sep 2010 12:53:07 +0000 (12:53 +0000)]
improved API for hiding sheets, see Bugzilla 49878
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992772
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 15:56:29 +0000 (15:56 +0000)]
fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992629
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 15:03:48 +0000 (15:03 +0000)]
fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992620
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 14:15:55 +0000 (14:15 +0000)]
added a getter for _iStartAt in ListFormatOverrideLevel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992611
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 12:33:09 +0000 (12:33 +0000)]
change cell type to error when setting Double.NaN or Infinities, see Bugzilla 49761
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992591
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 10:05:38 +0000 (10:05 +0000)]
ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992574
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 09:48:34 +0000 (09:48 +0000)]
fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, see Bugzilla 49841
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992570
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 4 Sep 2010 06:33:22 +0000 (06:33 +0000)]
added ZipFileAssert, this file was in the original OpenXML4J package but wasn't included in POI-3.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992551
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 25 Aug 2010 13:29:55 +0000 (13:29 +0000)]
fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@989100
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 19 Aug 2010 18:08:54 +0000 (18:08 +0000)]
fixed fetching names of user defined styles, see Bugzila 49751
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@987256
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 18 Aug 2010 12:49:05 +0000 (12:49 +0000)]
support for protecting a XSSF workbook, see Bugzilla #48900
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@986649
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 12 Aug 2010 15:10:12 +0000 (15:10 +0000)]
fixed FormulaParser to correctly process defined names with underscore, see bugzilla 49725
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984823
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 12 Aug 2010 14:14:26 +0000 (14:14 +0000)]
added support for RANDBETWEEN(), see Bugzilla 48526
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 12 Aug 2010 13:59:45 +0000 (13:59 +0000)]
tweak dependency list of ooxml-schemas jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984786
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 11 Aug 2010 15:38:55 +0000 (15:38 +0000)]
Update the index page for 3.7 Beta 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984446
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 10 Aug 2010 18:49:21 +0000 (18:49 +0000)]
fixed OperandResolver to correctly handle inputs with leading decimal place, see Bug #49723
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984161
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 10 Aug 2010 14:58:16 +0000 (14:58 +0000)]
Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984064
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 9 Aug 2010 13:12:52 +0000 (13:12 +0000)]
Remove svn:executable property from a series of files that didn't need it set
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983630
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Aug 2010 11:11:38 +0000 (11:11 +0000)]
initial support for excel auto-filters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983382
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sun, 8 Aug 2010 08:04:28 +0000 (08:04 +0000)]
optimized performance of HSSFCell#setHyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983362
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 6 Aug 2010 09:03:32 +0000 (09:03 +0000)]
close OPC package before assertion, otherwise the test fails on Win7 (unix-based systems always pass)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982911
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 6 Aug 2010 08:59:12 +0000 (08:59 +0000)]
increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on MacOS X pass
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982909
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 5 Aug 2010 11:20:25 +0000 (11:20 +0000)]
Add a dist exclude, and a missing header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982544
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 17:24:05 +0000 (17:24 +0000)]
Prepare for 3.7 beta 2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982336
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 17:22:15 +0000 (17:22 +0000)]
Support nested outlook files in ExtractorFactory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982334
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 17:08:39 +0000 (17:08 +0000)]
Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982331
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 15:58:51 +0000 (15:58 +0000)]
Improve handling and warnings when closing OPCPackage objects
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982311
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 14:40:54 +0000 (14:40 +0000)]
Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982269
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 4 Aug 2010 14:13:42 +0000 (14:13 +0000)]
Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982260
13f79535 -47bb-0310-9956-
ffa450edef68
Maxim Valyanskiy [Wed, 4 Aug 2010 12:43:58 +0000 (12:43 +0000)]
hwpf: append any character data before paragraphs to first paragraph
(workaround for bug#48075)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982238
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 3 Aug 2010 17:12:02 +0000 (17:12 +0000)]
Fix bug #49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981969
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 3 Aug 2010 16:06:21 +0000 (16:06 +0000)]
Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string encodings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981947
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 3 Aug 2010 15:29:56 +0000 (15:29 +0000)]
Fix bug #49689 - Allow the setting of user style names on newly created HSSF cell styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981930
13f79535 -47bb-0310-9956-
ffa450edef68