Dominik Stadler
|
43ee4e08ca
|
Add missing license header to newly added file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647294 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 11:49:43 +00:00 |
|
Dominik Stadler
|
0b6867d1d5
|
Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647291 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 11:11:34 +00:00 |
|
Dominik Stadler
|
181de5f6e5
|
Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true
Add TestSXSSFDataValidation to verify some parts for SXSSF as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647276 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 10:03:32 +00:00 |
|
Dominik Stadler
|
a98c9daa01
|
Some Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647269 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 09:16:16 +00:00 |
|
Dominik Stadler
|
2d07fa94af
|
Add reproducer for Bug 57165, no fix yet, though...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647265 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 09:10:01 +00:00 |
|
Dominik Stadler
|
0fdfac62c9
|
Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647264 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 09:00:18 +00:00 |
|
Dominik Stadler
|
76af8804d5
|
Bug 57231: Add missing ArrayRecord.clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647255 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 08:17:56 +00:00 |
|
Dominik Stadler
|
12353bca7f
|
Bug 57236: Add reproducer, although I am not sure if we should and how to fix this...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647254 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 07:57:03 +00:00 |
|
Nick Burch
|
c975b754d1
|
Expose the version information from OldExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647244 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 05:59:51 +00:00 |
|
Nick Burch
|
90998b0410
|
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647231 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-22 00:51:21 +00:00 |
|
Dominik Stadler
|
69ed305eff
|
Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647213 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-21 21:07:55 +00:00 |
|
Dominik Stadler
|
8e89cbca3a
|
Add a test for spreadsheet/49219.xls which previously failed with NullPointerException because we did not handle serializing ExternalNameRecords without actual data
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647212 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-21 21:07:25 +00:00 |
|
Dominik Stadler
|
213aa1559b
|
Adjust typos in Javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647210 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-21 21:07:06 +00:00 |
|
Nick Burch
|
3a72ec0aec
|
Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647088 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-21 06:20:06 +00:00 |
|
Nick Burch
|
942f8044d9
|
Patch from Kamil Linek from bug #57063 - XSSF custom column label names for pivot tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647087 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-21 06:12:20 +00:00 |
|
Dominik Stadler
|
68bb54e06a
|
Bug 57254: XWPF: Correctly build internal list of styles when styles are added
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646742 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-19 14:42:25 +00:00 |
|
Dominik Stadler
|
66de3ced8b
|
Remove unused members,
Fix an Eclipse warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646736 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-19 14:36:41 +00:00 |
|
Dominik Stadler
|
fb9295ffb9
|
Bug 57312: Add check for null value of underline w:val
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646729 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-19 14:29:50 +00:00 |
|
Nick Burch
|
e27afd1332
|
Fix warnings and inconsistent indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646163 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-17 07:01:38 +00:00 |
|
Dominik Stadler
|
6168a7999c
|
Bug 57355: Fix test-compilation casued by moving the code to the base-test-class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645922 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-16 11:18:21 +00:00 |
|
Dominik Stadler
|
51308cd422
|
Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645900 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-16 10:40:02 +00:00 |
|
Nick Burch
|
93372f4468
|
Prep for release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645814 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-16 01:54:49 +00:00 |
|
Nick Burch
|
c832b0ed4a
|
Prep for release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645812 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-16 01:52:42 +00:00 |
|
Andreas Beeker
|
181d135fb9
|
Added link to test cases for the workarounds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1645344 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-13 19:00:00 +00:00 |
|
Andreas Beeker
|
1460fd33b2
|
Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644806 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-12 01:43:45 +00:00 |
|
Andreas Beeker
|
dbfabda346
|
close decrypted stream - test for #57296
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644796 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-12 00:06:15 +00:00 |
|
Andreas Beeker
|
f3e4795275
|
57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643684 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-07 15:28:01 +00:00 |
|
Andreas Beeker
|
21d2bc3cff
|
#57272 - deadlock on corrupted PPT file
+ some refactoring in HSLFSlideShow, which will be necessary for cryptoapi support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-07 14:34:19 +00:00 |
|
Andreas Beeker
|
93dffcb366
|
XML signatures - ignore line breaks in Office 2007 .rels files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643415 13f79535-47bb-0310-9956-ffa450edef68
|
2014-12-05 20:20:23 +00:00 |
|
Nick Burch
|
680feb50ee
|
Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642568 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 17:09:03 +00:00 |
|
Nick Burch
|
fd9a2b0527
|
Update TODOs for what remains
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642567 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 17:07:45 +00:00 |
|
Nick Burch
|
6873214113
|
More detection for older Excel formats when opening the POIFS Stream, and a more specific exception for non-OLE2 files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642565 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 16:59:06 +00:00 |
|
Nick Burch
|
0c32d34bef
|
On Biff5 files, include the sheet name. (Older formats are single sheet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642563 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 16:40:53 +00:00 |
|
Nick Burch
|
be469c985f
|
Track the codepage in old excel files, to be able to correctly decode the 8 bit strings in them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642561 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 16:21:39 +00:00 |
|
Nick Burch
|
544b21405c
|
Add some formatted numbers to the test biff5 files, and commented out tests using them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642559 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 16:01:28 +00:00 |
|
Nick Burch
|
77bf6ef42b
|
Track what Biff version we are working on, and use that to work around Biff 2 and 5 having the same formula record sid for different layouts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642556 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 15:54:34 +00:00 |
|
Nick Burch
|
a1fffd7d04
|
Switch to POITestCase / assertContains
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642549 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 14:36:01 +00:00 |
|
Nick Burch
|
101f66c789
|
Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642548 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 14:22:06 +00:00 |
|
Nick Burch
|
41ba513d11
|
Formula values for Excel 4 extractor, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642497 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 01:30:43 +00:00 |
|
Nick Burch
|
17b050c66f
|
Largely there with the Excel 4 extractor, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642493 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 01:20:16 +00:00 |
|
Nick Burch
|
738c518474
|
Further Excel 4 text extractor support, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642492 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 01:03:24 +00:00 |
|
Nick Burch
|
553964a455
|
Further Excel 4 text extractor support, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642491 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 00:48:17 +00:00 |
|
Nick Burch
|
48ab7bf987
|
Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642490 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-30 00:16:23 +00:00 |
|
Dominik Stadler
|
8bf3ebfcee
|
Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642035 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-27 07:07:29 +00:00 |
|
Dominik Stadler
|
46217f2c14
|
Add missing license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1642034 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-27 07:05:18 +00:00 |
|
Dominik Stadler
|
81a3425f16
|
Typo and remove unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641941 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-26 21:11:18 +00:00 |
|
Dominik Stadler
|
1deed31c23
|
Include root-cause exception information when constructing ContentTypeManager fails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641940 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-26 21:11:02 +00:00 |
|
Dominik Stadler
|
4c451f44ed
|
Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641883 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-26 18:39:44 +00:00 |
|
Andreas Beeker
|
9d84f426f3
|
Don't swallow exceptions on validation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641025 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-22 01:47:48 +00:00 |
|
Andreas Beeker
|
d3dee868ef
|
the subdir element needs to be included otherwise certain xmlbean operations (e.g. selectPath) can't find the corresponding xmlbeans classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1640846 13f79535-47bb-0310-9956-ffa450edef68
|
2014-11-21 01:06:39 +00:00 |
|