Dominik Stadler
|
03805d9e20
|
Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code.
Also adjust Javadoc somewhat.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681823 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 19:30:21 +00:00 |
|
Dominik Stadler
|
9017803980
|
Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes.
Also make close() in POIXMLDocument public to not have to re-implement it in all sub-classes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681822 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 19:30:04 +00:00 |
|
Nick Burch
|
2f87b078e9
|
Add ignore - file has no content streams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681809 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 18:38:34 +00:00 |
|
Nick Burch
|
b2d1c1b6ac
|
#56791 Make NPOIFS the default when POIFSFileSystem is requested
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681804 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 18:04:00 +00:00 |
|
Nick Burch
|
b8d9c978ad
|
Force OPOIFS test to explicitly create OPOIFS instance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681803 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 18:03:29 +00:00 |
|
Nick Burch
|
8878be359a
|
Force OPOIFS test to explicitly create OPOIFS instance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681802 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 17:59:13 +00:00 |
|
Nick Burch
|
e4b6cb6811
|
Remove a long-deprecated OPOIFS related method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681801 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 17:55:23 +00:00 |
|
Nick Burch
|
fe07d32178
|
Fix warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681763 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 14:06:17 +00:00 |
|
Nick Burch
|
e9f442ffa7
|
Fix testing for NPOIFS zero-length stream writing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681762 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 13:56:40 +00:00 |
|
Nick Burch
|
e812e61ad3
|
Fix NPOIFS to handle dodgy excel-95 file from bug #46904
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681756 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 13:46:20 +00:00 |
|
Nick Burch
|
e579b78672
|
More 0 byte stream tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681754 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-26 13:41:29 +00:00 |
|
Dominik Stadler
|
8cf9eaa685
|
Add verification unit test for bug 47169
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680657 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-20 19:13:36 +00:00 |
|
Dominik Stadler
|
001cdeb936
|
Apply fix reported in bug 47661 and add unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680642 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-20 18:00:19 +00:00 |
|
Dominik Stadler
|
589b189151
|
Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680280 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-19 13:13:09 +00:00 |
|
Dominik Stadler
|
4c826a7ee3
|
Update to JaCoCo 0.7.4 and fix location of coverage data in build-output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680228 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-19 10:16:57 +00:00 |
|
Dominik Stadler
|
b817b93477
|
Let Eclipse add some more settings to the project files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680216 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-19 09:37:52 +00:00 |
|
Dominik Stadler
|
dafabdc7b9
|
Move location where document is held and adjust constructors and class-hierarchy accordingly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1679903 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-17 21:26:31 +00:00 |
|
Dominik Stadler
|
cbd315d441
|
Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678874 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-12 06:27:11 +00:00 |
|
Dominik Stadler
|
c4a26a18f4
|
Fix unit test which asserts on actual error message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678861 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-12 04:54:47 +00:00 |
|
Andreas Beeker
|
6b6890152c
|
Update documentation for POI 3.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678838 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 23:49:42 +00:00 |
|
Dominik Stadler
|
b3a56bd752
|
Adjust intendation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678814 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 20:03:36 +00:00 |
|
Dominik Stadler
|
eb58b83090
|
Provide better exception if we would access out of bounds in arraycopy for Escher properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678812 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 20:00:42 +00:00 |
|
Dominik Stadler
|
142e4a9f92
|
Avoid possible NPE found via CommonCrawl files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678811 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 20:00:18 +00:00 |
|
Dominik Stadler
|
5ca35be087
|
Add checks for invalid row number in RowRecord to find corrupted files earlier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678810 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 19:59:52 +00:00 |
|
Nick Burch
|
c9c4aee324
|
#56791 More updates from OPOIFS to NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678802 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 19:00:12 +00:00 |
|
Nick Burch
|
dd8fc66a0c
|
#56791 More updates from OPOIFS to NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678801 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 18:59:10 +00:00 |
|
Nick Burch
|
46f4c0fbd2
|
Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending the final changeover for #56791
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678790 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 18:21:20 +00:00 |
|
Nick Burch
|
aec457dbcb
|
#56791 More updates from OPOIFS to NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678787 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 18:15:03 +00:00 |
|
Nick Burch
|
a89a9d673a
|
#56791 More updates from OPOIFS to NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678783 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 18:04:30 +00:00 |
|
Nick Burch
|
bd6012d9b9
|
Add a deep re-write NPOIFS test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678781 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 18:00:45 +00:00 |
|
Nick Burch
|
1945dfc00c
|
Correct zero byte entry support in NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678778 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 17:53:59 +00:00 |
|
Nick Burch
|
0d95d3df70
|
Disabled NPOIFS unit test - problem with 0 length entries discovered working on #56791
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678769 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 15:27:59 +00:00 |
|
Nick Burch
|
794e2b95fa
|
More NPOIFS ministore tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678767 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 15:20:42 +00:00 |
|
Nick Burch
|
89890a247a
|
Add a (disabled) failing unit test on heavily nested NPOIFS copies, found working on #56791
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678764 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 14:58:43 +00:00 |
|
Nick Burch
|
2df3bef375
|
#56791 Remove long-deprecated OPOIFS related methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678760 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 14:26:39 +00:00 |
|
Nick Burch
|
252d7cc81a
|
#56791 Default to NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678759 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 14:26:01 +00:00 |
|
Nick Burch
|
08bd34b20f
|
Begin making NPOIFS the default #56791
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678677 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-11 06:29:17 +00:00 |
|
Andreas Beeker
|
4d7ff880bf
|
external unpinning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678508 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-09 17:35:52 +00:00 |
|
Andreas Beeker
|
b2710c9961
|
external pinning for 3.12 (RC3)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678498 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-09 15:42:39 +00:00 |
|
Nick Burch
|
6cff7275c4
|
#57907 Fix DOAP syntax, and add missing final releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678424 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-08 18:46:28 +00:00 |
|
Dominik Stadler
|
c3e1267a4d
|
Make source-build from a fresh repository work, compile-lib was not created.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678322 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-08 10:32:26 +00:00 |
|
Nick Burch
|
8bd0d5b819
|
Refactor common default styles code to use the new helpers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678197 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-07 13:34:03 +00:00 |
|
Nick Burch
|
120608b1f9
|
Start exposing the default paragraph and run styles from XWPFStyles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678193 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-07 13:25:47 +00:00 |
|
Nick Burch
|
1c693babb8
|
Fix inconsistent whitespace/indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678188 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-07 13:08:15 +00:00 |
|
Nick Burch
|
9fd1832753
|
Start on XWPFStyles support for document default styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678187 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-07 13:07:00 +00:00 |
|
Nick Burch
|
9a755850e9
|
Begin on test for going from xwpf text to style
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678179 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-07 12:37:43 +00:00 |
|
Andreas Beeker
|
9c558ab293
|
Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678109 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-06 23:17:18 +00:00 |
|
Andreas Beeker
|
5b211bff3e
|
unpin documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678106 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-06 22:33:34 +00:00 |
|
Andreas Beeker
|
1f4bc30b92
|
tag 1678083 as 3.12-final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678087 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-06 20:25:29 +00:00 |
|
Dominik Stadler
|
ea27ddf601
|
Try to fix flaky test by waiting for a switch of the second to ensure that we have the same timestamps in the two workbooks that we compare byte-wise in this test.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677950 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-06 08:42:28 +00:00 |
|