Nick Burch
|
662ab45570
|
Provide a getter for custom properties, to match the add and contains methods already there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622252 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-03 13:38:48 +00:00 |
Dominik Stadler
|
94edf46bbf
|
Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as else-result
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621641 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-31 21:46:48 +00:00 |
Dominik Stadler
|
2b08cd8946
|
Bug 55280: Implement a method XSSFSheet.removeMergedRegions() to bulk remove merged regions and thus speed up shifting rows with many merged regions greatly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621633 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-31 20:24:42 +00:00 |
Dominik Stadler
|
8499904537
|
Bug 55280: Don't repeatedely fetch the size of the CTMergeCells object as this is a costly operation with XMLBeans
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621631 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-31 19:53:53 +00:00 |
Dominik Stadler
|
9a002910c5
|
Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-31 11:40:22 +00:00 |
Andreas Beeker
|
8ed6940008
|
Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621393 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-29 22:14:55 +00:00 |
Dominik Stadler
|
de7cedad2b
|
Bug 56730: Fix exporting XML if schema contains ref-elements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621209 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-28 21:41:30 +00:00 |
Andreas Beeker
|
c20a2b97e8
|
Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is at least 1 lsdException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620999 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-28 00:20:22 +00:00 |
Andreas Beeker
|
f39e6bea74
|
Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620997 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-28 00:08:41 +00:00 |
Nick Burch
|
5a6da94159
|
Fix indents / whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 09:01:36 +00:00 |
Nick Burch
|
228abc5322
|
Include the maximum number of Cell Styles in the spreadsheet versions class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619710 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 08:59:25 +00:00 |
Uwe Schindler
|
b89e0499d3
|
Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setXIncludeAware(false) in XMLHelper, because it causes the same problem and is disabled by default.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618644 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 16:01:35 +00:00 |
Dominik Stadler
|
70f4e1d885
|
* Allow to start tests with old Xerces jar-file to trigger issues we saw with missing methods in this XML parser. This is only active if the location of the jar-file is provided via ant property "-Dadditionaljar=lib/xercesImpl-2.6.1.jar"
* Also remove dom4j from downloaded libs to fully get rid of it in build-environments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618610 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 13:59:01 +00:00 |
Andreas Beeker
|
6a20e827d2
|
added public key for kiwiwings (Andreas Beeker)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618525 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 22:22:16 +00:00 |
Andreas Beeker
|
062f913146
|
ignore .xsd - should be downloaded by build.xml or provided in the source tree
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618519 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 20:11:26 +00:00 |
Uwe Schindler
|
4c9a4c3616
|
More cleanups for bug #56814 and some more external entity leaks of #56164
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617849 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 22:34:53 +00:00 |
Uwe Schindler
|
effe9463ee
|
Add some extra safety test to check that external entities are not loaded by xmlbeans
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617453 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 11:33:02 +00:00 |
Uwe Schindler
|
fed01cb1ad
|
Fix bug #56814 - Switch from dom4j to JAXP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 07:19:51 +00:00 |
Uwe Schindler
|
549f7bc0e6
|
Add myself to keys file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617116 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-10 15:05:30 +00:00 |
Nick Burch
|
7f6131aba5
|
Correct xmlbeans 2.6 url
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615893 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 08:53:15 +00:00 |
Nick Burch
|
d6b8ff12e5
|
Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pictures
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615812 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 22:00:47 +00:00 |
Nick Burch
|
5a28c2bbb7
|
Add a disabled unit test for bug #56812, based on code and file from Geoff Wright
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615803 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 21:34:51 +00:00 |
Nick Burch
|
22aec7b4e3
|
Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615781 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 20:42:41 +00:00 |
Nick Burch
|
fc60883a7d
|
Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 20:40:45 +00:00 |
Nick Burch
|
69015a079e
|
Add another test file for #54764, and a test that uses it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615731 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 19:18:20 +00:00 |
Nick Burch
|
526abfe065
|
Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 and #56164, for xml parsers which support them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615720 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 18:17:26 +00:00 |
Dominik Stadler
|
6dea78adb3
|
* Ensure that some older versions of third-party libraries are removed when we do the jar-check, we saw some strange and hard-to-find build-errors lately, e.g. CI fails to run JaCoCo because of outdated asm-all-4.jar being still available.
* Include new "release-notes" target in jenkins-target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615453 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-03 21:30:30 +00:00 |
Andreas Beeker
|
bacc106cb7
|
Another test for NPOIFS in-place writing support - probably the deletion of an entry causes the problem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615273 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-02 00:51:56 +00:00 |
Nick Burch
|
ceb9427afb
|
Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615118 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 14:33:17 +00:00 |
Nick Burch
|
b930bedbc0
|
Prep for 3.11 beta 1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614958 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 18:57:23 +00:00 |
Nick Burch
|
5431a7aa73
|
Prep for 3.11 beta 1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614956 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 18:54:22 +00:00 |
Nick Burch
|
664e6b44f2
|
Fix bug #55196 - Correct XWPF createTOC handling of short style names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614930 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 16:11:35 +00:00 |
Nick Burch
|
17de55241f
|
Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, avoid inverting the relative flag
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 16:06:43 +00:00 |
Nick Burch
|
4eb322bae7
|
Fix bug 54725 - HWPF where no parent style CHP exists, use an empty
set when processing the style to avoid a NPE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614926 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 15:41:58 +00:00 |
Nick Burch
|
a4e29760f8
|
Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula can't be parsed, log + leave it unchanged rather than failing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614916 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 15:07:27 +00:00 |
Nick Burch
|
2809a55dd3
|
Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell
it references on a new link
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614914 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 14:55:04 +00:00 |
Nick Burch
|
cc5a60f061
|
Fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614886 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 13:37:33 +00:00 |
Nick Burch
|
301624a4c2
|
Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614884 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 13:31:01 +00:00 |
Nick Burch
|
07a5669701
|
Correct logic for the start-of-sheet missing rows, for event user model, and add tests for this
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614789 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 23:06:46 +00:00 |
Nick Burch
|
b45056e979
|
Generics fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614788 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 23:05:58 +00:00 |
Nick Burch
|
bde5d39cbd
|
Start on details tests for bug #53433
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614786 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 22:43:31 +00:00 |
Nick Burch
|
2ac5cfb33b
|
Unit test to show that bug #53494 has already been fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614741 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 19:02:09 +00:00 |
Nick Burch
|
a7df4f8b92
|
#56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614729 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 18:08:28 +00:00 |
Nick Burch
|
1afa975f7f
|
Slightly modified test file for bug #56132 - xlsx file with inline references to other files (no external links used)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614728 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 18:07:14 +00:00 |
Nick Burch
|
e4a99876d5
|
XSSF external workbook lookup support for in-line file:/// based book "numbers"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614724 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 17:53:54 +00:00 |
Nick Burch
|
72238ffede
|
Convert the test to using interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614715 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:56:31 +00:00 |
Nick Burch
|
79fa9b1a54
|
SVN mimetypes for Word files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614705 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:30:46 +00:00 |
Nick Burch
|
976eebaeed
|
SVN mimetypes for PowerPoint files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614701 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:26:42 +00:00 |
Nick Burch
|
260c93a1bd
|
More mimetype updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:24:22 +00:00 |
Nick Burch
|
84fcd1ae1c
|
More Excel test file mimetypes in svn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614699 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 16:21:16 +00:00 |