Nick Burch
|
8c602455fb
|
A few little tweaks to the contribution guide
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953716 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 15:12:19 +00:00 |
Nick Burch
|
2064225f6d
|
Fix 1.6-isms from the patch from bug #48574
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953707 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 14:46:29 +00:00 |
Nick Burch
|
91f1934fcc
|
Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953704 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 14:37:58 +00:00 |
Nick Burch
|
d6d5250933
|
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
|
5977a9db00
|
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
|
034e5c4a97
|
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
|
129cf711e1
|
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
|
5696c265f4
|
Add more to test for bug #46664, including the last bit which is disabled pending a fuller fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953290 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-10 11:56:56 +00:00 |
Nick Burch
|
6718bc0d2d
|
Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas don't end up invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953180 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-09 22:56:16 +00:00 |
Yegor Kozlov
|
81e5d7f4b5
|
cleaned javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951920 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-06 18:19:08 +00:00 |
Nick Burch
|
ca4d710776
|
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
|
439bd8de3e
|
Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951466 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 15:58:02 +00:00 |
Nick Burch
|
bfc8f9c426
|
Make the orders match the names, as otherwise people get confused (bug #49381 for example)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951453 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 15:41:32 +00:00 |
Nick Burch
|
40b7db249f
|
Add unit test to verify that bug #47490 no longer exists
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951446 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-04 15:33:47 +00:00 |
Nick Burch
|
25c5daa312
|
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
|
c1c954d14e
|
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
|
bf86a2f7bf
|
Tweak @link reference to avoid compiler issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951055 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:23:40 +00:00 |
Nick Burch
|
c4f2fd24c4
|
Remove un-used imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951053 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:21:41 +00:00 |
Nick Burch
|
2e26965241
|
Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951052 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:20:26 +00:00 |
Nick Burch
|
fa5055f2ed
|
Fix bug #49378 - correct 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951048 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:13:38 +00:00 |
Nick Burch
|
93f034976a
|
Parse the HSMF headers chunk if present, and use it to find Dates in text extraction if needed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951034 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 15:33:54 +00:00 |
Nick Burch
|
9c68267a68
|
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951016 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 14:58:02 +00:00 |
Nick Burch
|
390c6f797a
|
Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950665 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 17:17:42 +00:00 |
Nick Burch
|
8952570e0b
|
Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950657 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:51:05 +00:00 |
Nick Burch
|
0d1692dbf2
|
Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950616 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:13:04 +00:00 |
Nick Burch
|
8c85c8c3cf
|
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 |
Nick Burch
|
a007df3ef9
|
List attachment names in the output of OutlookTextExtractor (to get attachment contents, use ExtractorFactory as normal)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950595 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 15:24:11 +00:00 |
Nick Burch
|
fe3cb0b4e3
|
Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950499 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 11:30:13 +00:00 |
Nick Burch
|
4a10622c7f
|
Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950117 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:31:51 +00:00 |
Nick Burch
|
6099faa722
|
More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950113 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:20:57 +00:00 |
Nick Burch
|
708e302519
|
More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950035 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 12:12:22 +00:00 |
Yegor Kozlov
|
d8cbe9b692
|
ensure english locale for POI build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 12:39:42 +00:00 |
Yegor Kozlov
|
34afd001ea
|
more cleanup of deprecation warnings generated by javac
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949485 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 06:57:23 +00:00 |
Yegor Kozlov
|
8f9937a569
|
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 |
Yegor Kozlov
|
8768fde8d8
|
removed deprecation warnings to keep javac quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949434 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-29 18:31:04 +00:00 |
Yegor Kozlov
|
eeec6a9e9c
|
optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if they are already ordered
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949375 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-29 10:28:04 +00:00 |
Nick Burch
|
e139dd8ecf
|
Support a couple more crazy formats, as identified in bug #48872, plus test them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949226 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-28 16:47:01 +00:00 |
Nick Burch
|
8bb16bee4b
|
Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949177 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-28 13:44:45 +00:00 |
Nick Burch
|
da4d5963f3
|
Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948880 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:27:09 +00:00 |
Nick Burch
|
52fec07f71
|
Tidy up various indents and generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:22:46 +00:00 |
Maxim Valyanskiy
|
aa5d82c6fa
|
add myself to who.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948831 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:30:22 +00:00 |
Maxim Valyanskiy
|
08bca0f47e
|
Initial support for reading AES-encrypted/write-protected OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948826 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:26:36 +00:00 |
Maxim Valyanskiy
|
e100cb756f
|
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
|
0565100c36
|
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 |
Mark Beardsley
|
79b578426b
|
Moved from xssf\usermodel examples following Christian's modification to that example.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948710 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 08:07:36 +00:00 |
Mark Beardsley
|
3a19c5bc19
|
Added Christian's Centre Across Selection code.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948709 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 08:06:47 +00:00 |
Nick Burch
|
63793d2fa5
|
Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 17:46:46 +00:00 |
Nick Burch
|
d8dd3f26e4
|
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
|
4b102e5324
|
Add test which shows that bug #48832 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948473 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 15:11:33 +00:00 |
Nick Burch
|
93449602c5
|
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 |