Yegor Kozlov
|
31681260ed
|
fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1080496 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-11 09:33:22 +00:00 |
|
Nick Burch
|
2c4134e89b
|
Add a unit test for bug #50833
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078135 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 21:09:02 +00:00 |
|
Nick Burch
|
8df8ecc4ec
|
Add unit test showing that bug #50867 works fine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078065 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 17:31:52 +00:00 |
|
Nick Burch
|
649df30b76
|
Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows that the LZW isn't quite right yet (so tests disabled)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1075955 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-01 18:12:44 +00:00 |
|
Nick Burch
|
a6e6fcdb96
|
Fix bug #50829 - Support for getting the tables associated with a XSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074710 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 21:44:09 +00:00 |
|
Yegor Kozlov
|
6a105cbaca
|
merged with excelant branch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073707 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-23 11:52:28 +00:00 |
|
Yegor Kozlov
|
712b7463a7
|
initial import of ExcelAnt tasks, see Bugzilla 50610
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 20:04:50 +00:00 |
|
Nick Burch
|
39a3b1c35a
|
Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072082 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 17:41:42 +00:00 |
|
Nick Burch
|
77fb5f43ee
|
Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072053 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 16:44:05 +00:00 |
|
Nick Burch
|
faba225c7c
|
Add a disabled unit test for bug #50784. We need to add support for XSSF Colours to pull details from their parent theme where there is one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072027 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 15:45:59 +00:00 |
|
Nick Burch
|
3351df0d1b
|
Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072022 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 15:29:22 +00:00 |
|
Nick Burch
|
d1aab350fd
|
Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069775 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-11 12:31:40 +00:00 |
|
Maxim Valyanskiy
|
40dbadc49e
|
hwpf: ignore null-reference to parent stylesheet (bug#50688)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1065535 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-31 09:27:44 +00:00 |
|
Nick Burch
|
23935eb2a5
|
Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1061288 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-20 13:20:24 +00:00 |
|
Nick Burch
|
f751e3cdd3
|
Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049802 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-16 07:39:21 +00:00 |
|
Nick Burch
|
3d74ebf836
|
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 05:39:39 +00:00 |
|
Nick Burch
|
5a1bb52e2f
|
Add a test .xlsx file which includes both normal and inline string cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045019 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 04:36:53 +00:00 |
|
Yegor Kozlov
|
340ed55cf5
|
mark GutsRecord as terminating row blocks, prevent exception when reading workbooks with unexpected GutsRecords, see Bugzilla 50426
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044655 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 13:48:18 +00:00 |
|
Yegor Kozlov
|
039f4ccfa1
|
added a unit test for not reproducible bug #49156
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044647 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 13:09:12 +00:00 |
|
Yegor Kozlov
|
97b07620de
|
Added implementation for MROUND(), VAR() and VARP()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 12:41:17 +00:00 |
|
Yegor Kozlov
|
119bc57e05
|
Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044370 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 14:20:35 +00:00 |
|
Yegor Kozlov
|
6cf48b0610
|
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-28 12:03:52 +00:00 |
|
Yegor Kozlov
|
b2c8ff548a
|
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037436 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-21 12:04:56 +00:00 |
|
Yegor Kozlov
|
9b52b521cf
|
allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036215 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-17 20:40:35 +00:00 |
|
Yegor Kozlov
|
e8bbd4c957
|
clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1034358 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-12 12:03:56 +00:00 |
|
Yegor Kozlov
|
9c3d11b953
|
Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033556 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-10 16:09:04 +00:00 |
|
Yegor Kozlov
|
9a2fdbd473
|
Tolerate Double.NaN when reading .xls files, see Bugzilla 49761
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033004 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-09 15:02:31 +00:00 |
|
Nick Burch
|
d7eb8b6105
|
Fix bug #50118
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1026412 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 17:23:39 +00:00 |
|
Nick Burch
|
26b76c1087
|
Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1025630 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-20 16:25:24 +00:00 |
|
Yegor Kozlov
|
1715a0deaf
|
removed svn:executable from project files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1022458 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-14 10:34:59 +00:00 |
|
Yegor Kozlov
|
76470fed4e
|
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
|
2010-10-14 10:30:29 +00:00 |
|
Yegor Kozlov
|
7c3ce57a61
|
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
|
2010-10-08 08:26:57 +00:00 |
|
Yegor Kozlov
|
d6307ad1aa
|
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
|
2010-10-07 13:55:46 +00:00 |
|
Yegor Kozlov
|
b53e0ba59c
|
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
|
2010-10-07 13:40:58 +00:00 |
|
Yegor Kozlov
|
01e3d56cdd
|
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
|
2010-10-04 08:45:51 +00:00 |
|
Nick Burch
|
a018a145bf
|
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
|
2010-09-28 11:46:22 +00:00 |
|
Maxim Valyanskiy
|
286b682cdc
|
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
|
2010-09-27 12:50:36 +00:00 |
|
Nick Burch
|
32b9522fd4
|
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
|
2010-09-21 11:33:21 +00:00 |
|
Nick Burch
|
c225333112
|
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
|
2010-09-20 16:00:50 +00:00 |
|
Nick Burch
|
cc419a3a85
|
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
|
2010-09-20 14:26:49 +00:00 |
|
Nick Burch
|
ca0fc0ec1e
|
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
|
2010-09-20 11:45:53 +00:00 |
|
Nick Burch
|
50b44decce
|
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
|
2010-09-19 11:52:20 +00:00 |
|
Nick Burch
|
8043f38bd7
|
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
|
2010-09-19 09:59:10 +00:00 |
|
Nick Burch
|
100095bcb9
|
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
|
2010-09-17 14:14:19 +00:00 |
|
Nick Burch
|
c07e529c03
|
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
|
2010-09-17 13:46:11 +00:00 |
|
Nick Burch
|
52d7f084be
|
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
|
2010-09-14 16:32:02 +00:00 |
|
Yegor Kozlov
|
8d4fe4e2f1
|
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
|
2010-09-13 05:07:25 +00:00 |
|
Maxim Valyanskiy
|
1e25322d85
|
Add code for reading Ole10Native data
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995415 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-09 13:18:48 +00:00 |
|
Yegor Kozlov
|
c6219cadca
|
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
|
2010-09-04 15:03:48 +00:00 |
|
Yegor Kozlov
|
2a9019985f
|
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
|
2010-09-04 06:33:22 +00:00 |
|
Yegor Kozlov
|
5df572a3b6
|
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
|
2010-08-25 13:29:55 +00:00 |
|
Yegor Kozlov
|
424948b35a
|
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
|
2010-08-19 18:08:54 +00:00 |
|
Yegor Kozlov
|
988a5583dd
|
added support for RANDBETWEEN(), see Bugzilla 48526
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-12 14:14:26 +00:00 |
|
Nick Burch
|
8738b8858b
|
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
|
2010-08-09 13:12:52 +00:00 |
|
Nick Burch
|
514e6be1fe
|
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
|
2010-08-04 17:08:39 +00:00 |
|
Maxim Valyanskiy
|
e52778847c
|
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
|
2010-08-04 12:43:58 +00:00 |
|
Maxim Valyanskiy
|
c21d04a68b
|
wpf: More CharactedRun mapping fixes for fast-saved documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979618 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-27 09:38:54 +00:00 |
|
Yegor Kozlov
|
84811da73d
|
insert the content of fldSimple fields into the XWPFWordTextExtractor output, see bug #49455
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979538 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-27 05:19:15 +00:00 |
|
Maxim Valyanskiy
|
8fab18e37a
|
More fixes for auto-saved documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979286 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 14:04:27 +00:00 |
|
Yegor Kozlov
|
db6dcad864
|
added a failing unit test for bug #49612
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@978848 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-24 11:33:59 +00:00 |
|
Nick Burch
|
46bbc6add4
|
Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965267 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 18:00:36 +00:00 |
|
Yegor Kozlov
|
8047e7e84d
|
do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965258 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-18 16:12:17 +00:00 |
|
Nick Burch
|
bea0801c24
|
Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964855 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:46:42 +00:00 |
|
Nick Burch
|
7732426887
|
Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964845 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-16 16:02:09 +00:00 |
|
Maxim Valyanskiy
|
8661c09c35
|
HWPF: test auto-saved document
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@961342 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-07 10:41:17 +00:00 |
|
Nick Burch
|
30848a80aa
|
Basic text extraction support for old Word 6 and Word 95 documents via some HWPF extensions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@959346 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-30 15:13:10 +00:00 |
|
Nick Burch
|
246753cbfa
|
Add sample .msg file which uses a different codepage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958971 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-29 14:02:33 +00:00 |
|
Nick Burch
|
afbf123c7f
|
Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the paragraph's text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958965 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-29 13:38:24 +00:00 |
|
Nick Burch
|
5f323eb6ea
|
More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958923 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-29 11:07:27 +00:00 |
|
Nick Burch
|
ad33151624
|
Better handling of Outlook messages in HSMF when there's no recipient email address
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954476 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-14 13:47:22 +00:00 |
|
Nick Burch
|
3d9281b8da
|
Remove spurious svn:executable flags
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953725 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 15:22:49 +00:00 |
|
Nick Burch
|
bce3d53ae6
|
Test documents from bug #48574
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953698 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 13:48:19 +00:00 |
|
Nick Burch
|
05ddf6a51e
|
Fix for bug #48245 - tweak HWPF table cell detection to work across more files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953694 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 13:29:44 +00:00 |
|
Nick Burch
|
e92c009814
|
Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-10 17:07:06 +00:00 |
|
Nick Burch
|
bf4e6ff464
|
Add additional RevisionMarkAuthorTable test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953343 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-10 15:02:05 +00:00 |
|
Nick Burch
|
d29d1d7d9b
|
Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951498 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 17:19:31 +00:00 |
|
Nick Burch
|
80ff41d36a
|
Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951420 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 14:40:01 +00:00 |
|
Nick Burch
|
d14beb4b84
|
Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates
Also tidy up POIXMLPropertiesTextExtractor to exclude properties which are missing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951384 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 12:02:36 +00:00 |
|
Nick Burch
|
b288c631f2
|
Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:01:26 +00:00 |
|
Yegor Kozlov
|
6ee427ddf9
|
fixed construction of the DIB picture header, see Bugzilla 43161
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949483 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 06:56:32 +00:00 |
|
Maxim Valyanskiy
|
59f8f913e3
|
Initial support for reading AES-encrypted/write-protected OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:23:27 +00:00 |
|
Nick Burch
|
5cfa676c0b
|
Add missing test file for bug #48779
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948752 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 10:15:10 +00:00 |
|
Nick Burch
|
5d461efea2
|
Add disabled unit test for bug #48539, which is currently still broken
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948477 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 15:22:04 +00:00 |
|
Nick Burch
|
29dab17a44
|
Add unit test to show that the behaviour in bug #48923 is as expected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948462 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:51:49 +00:00 |
|
Nick Burch
|
f6c41635e5
|
Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when the XSD is silly and maps them to CTEmpty
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948199 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 20:31:42 +00:00 |
|
Nick Burch
|
0cddb0a50b
|
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 16:25:34 +00:00 |
|
Yegor Kozlov
|
fa7c8f269a
|
avoid NPE when finding cell comments, Bugzilla 48846
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:24:22 +00:00 |
|
Nick Burch
|
eb4a56cb52
|
Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@946136 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-19 11:55:17 +00:00 |
|
Yegor Kozlov
|
c1748f0143
|
support for data validation for OOXML, see Bugzilla 49244
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@944869 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-16 15:49:21 +00:00 |
|
Yegor Kozlov
|
18230c14b9
|
Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@942809 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-10 16:11:50 +00:00 |
|
Nick Burch
|
ede8beb227
|
Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941399 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 17:49:59 +00:00 |
|
Nick Burch
|
98bb2d614e
|
Enable the tests for bug #49139, now that we have a sample test file to go with it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940519 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-03 17:18:35 +00:00 |
|
Yegor Kozlov
|
0b4df9519b
|
Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937792 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-25 12:58:45 +00:00 |
|
Yegor Kozlov
|
e3ea49bf61
|
Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935860 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-20 10:27:30 +00:00 |
|
Nick Burch
|
d1486edc42
|
Lots more documentation on how we read in POIFS files and process the sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933663 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-13 15:04:45 +00:00 |
|
Nick Burch
|
943d3d19e1
|
Add a disabled test for bug #44501, which still remains, plus fix a generics warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904062 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:28:29 +00:00 |
|
Nick Burch
|
3aef368b71
|
Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detection, and handle short strings better, hopefully solving the Negative length of ChunkHeader issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904052 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:05:13 +00:00 |
|
Nick Burch
|
55f1878628
|
Implement the ExtRst part of a UnicodeString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900746 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:04:14 +00:00 |
|
Nick Burch
|
545f2e1119
|
Improved how HSMF handles multiple recipients
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-12 12:02:18 +00:00 |
|
Maxim Valyanskiy
|
f1a1f4a6ff
|
XSLF: text extraction from tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897875 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-11 14:27:54 +00:00 |
|
Nick Burch
|
0e368a23da
|
Fix some chunk types, fix the directory descent, fix the Msg2txt example, and start on fixing core tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897167 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-08 11:14:58 +00:00 |
|
Yegor Kozlov
|
a64917fe88
|
removed svn:eol-style=native from binary files, uncommented related tests; see Bugzilla 48427
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894173 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-28 13:45:10 +00:00 |
|
Nick Burch
|
869fc4e5a6
|
More work on FeatRecord/Shared Features. More is still needed though, it's still WIP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-26 19:57:09 +00:00 |
|
Yegor Kozlov
|
7bd00361c3
|
fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892862 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-21 16:24:08 +00:00 |
|
Yegor Kozlov
|
804c3e9d4f
|
another test for Bugzilla 48026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-19 11:41:39 +00:00 |
|
Josh Micich
|
b589ee7482
|
Fixed INDEX function to return reference results properly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-17 01:35:57 +00:00 |
|
Yegor Kozlov
|
2468b7a1e4
|
preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-15 09:30:30 +00:00 |
|
Yegor Kozlov
|
ddefe3144d
|
added a test covering bookmarks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-03 10:41:00 +00:00 |
|
Yegor Kozlov
|
9c515122aa
|
fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 10:56:01 +00:00 |
|
Yegor Kozlov
|
11b696550c
|
improved work with cell comments in XSSF, also added support for cell comments to SS interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-27 17:39:17 +00:00 |
|
Nick Burch
|
4bcde19ada
|
Fix bug #48180 - short chart records skipping some unused fields
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 12:11:04 +00:00 |
|
Yegor Kozlov
|
e8e2b1ff49
|
support for text extraction from PPT master slides, see Bugzilla 48161
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835271 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-12 07:07:41 +00:00 |
|
Nick Burch
|
d16c5d5c59
|
Add a sample .docm file from bug #45690
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832643 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-04 01:32:38 +00:00 |
|
Yegor Kozlov
|
0880802d5d
|
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 23:54:58 +00:00 |
|
Nick Burch
|
87b83797e0
|
Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832584 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 22:45:39 +00:00 |
|
Yegor Kozlov
|
ef37deea55
|
fixed logic for matching cells and comments in HSSFCell.getCellComment()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@831025 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-29 16:43:24 +00:00 |
|
Ugo Cei
|
1d82206713
|
[47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 16:05:39 +00:00 |
|
Josh Micich
|
74624c0cdd
|
Bugzilla 48044 - added implementation for CountBlank function (patch from Mads Mohr Christensen)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-24 00:41:30 +00:00 |
|
Josh Micich
|
9dea9eba13
|
added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828247 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 23:08:54 +00:00 |
|
Josh Micich
|
5e240d7032
|
deleted 'svn:executable' property
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 19:17:12 +00:00 |
|
Yegor Kozlov
|
a40baa56ba
|
fixed ColumnHelper to correctly handle columns included in a column span
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821497 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-04 10:08:47 +00:00 |
|
Paolo Mottadelli
|
99f5c38440
|
Table of Contents first implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-28 07:42:50 +00:00 |
|
Yegor Kozlov
|
ecb5344937
|
fixed XSSFCell.getStringCellValue() to properly handle cached formula results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819106 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-26 10:41:01 +00:00 |
|
Josh Micich
|
c098ef803e
|
Bugzilla 47747 - fixed logic for locating shared formula records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816417 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-18 00:33:18 +00:00 |
|
Yegor Kozlov
|
141dc22e84
|
improved work with user-defined functions, see Bugzilla 47809
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:16:39 +00:00 |
|
Yegor Kozlov
|
bd966f208b
|
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 16:05:28 +00:00 |
|
Yegor Kozlov
|
390d185a85
|
improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814176 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-12 16:01:18 +00:00 |
|
Yegor Kozlov
|
f11f0c4138
|
Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla 47751
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811994 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-07 04:55:32 +00:00 |
|
Yegor Kozlov
|
20ea9dce10
|
fix for extraction paragraphs and sections from headers/footers with XWPFWordExtractor, see Bugzilla 47727
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809662 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 17:02:06 +00:00 |
|
Yegor Kozlov
|
f4f823b94c
|
Support for extraction of header / footer images in HWPF, see Bugzilla 47733
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809659 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 16:57:03 +00:00 |
|
Yegor Kozlov
|
728f88bd92
|
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-23 12:34:24 +00:00 |
|