aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further ↵Nick Burch2010-06-1140-250/+4069
| | | | | | 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
* Test documents from bug #48574Nick Burch2010-06-114-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953698 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-114-167/+362
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953694 13f79535-47bb-0310-9956-ffa450edef68
* Apply, with a few tweaks, the patch from bug #48996 - initial support for ↵Nick Burch2010-06-1016-12/+318
| | | | | | External Name References in HSSF formula evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-102-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953343 13f79535-47bb-0310-9956-ffa450edef68
* Add more to test for bug #46664, including the last bit which is disabled ↵Nick Burch2010-06-101-1/+20
| | | | | | pending a fuller fix git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953290 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas ↵Nick Burch2010-06-093-0/+54
| | | | | | don't end up invalid git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953180 13f79535-47bb-0310-9956-ffa450edef68
* cleaned javadoc warningsYegor Kozlov2010-06-0623-46/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951920 13f79535-47bb-0310-9956-ffa450edef68
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-045-3/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951498 13f79535-47bb-0310-9956-ffa450edef68
* Add tests to verify that XSSF and HSSF do the same thing with retrieving the ↵Nick Burch2010-06-045-7/+83
| | | | | | 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
* Make the orders match the names, as otherwise people get confused (bug ↵Nick Burch2010-06-042-2/+2
| | | | | | #49381 for example) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951453 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test to verify that bug #47490 no longer existsNick Burch2010-06-041-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951446 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug #45970 - shows that we can read Formulas with URL ↵Nick Burch2010-06-042-0/+83
| | | | | | 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
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-045-41/+87
| | | | | | | 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
* Tweak @link reference to avoid compiler issuesNick Burch2010-06-031-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951055 13f79535-47bb-0310-9956-ffa450edef68
* Remove un-used importsNick Burch2010-06-031-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951053 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's ↵Nick Burch2010-06-033-3/+30
| | | | | | 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
* Fix bug #49378 - correct 1.6ismNick Burch2010-06-032-11/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951048 13f79535-47bb-0310-9956-ffa450edef68
* Parse the HSMF headers chunk if present, and use it to find Dates in text ↵Nick Burch2010-06-036-3/+70
| | | | | | extraction if needed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951034 13f79535-47bb-0310-9956-ffa450edef68
* Fix 1.6ismNick Burch2010-06-031-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951016 13f79535-47bb-0310-9956-ffa450edef68
* Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MMNick Burch2010-06-024-17/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950665 13f79535-47bb-0310-9956-ffa450edef68
* Another fix inspired by bug #48494 - have ExcelExtractor make use of ↵Nick Burch2010-06-024-22/+141
| | | | | | 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
* Fix bug #48494 - have EventBasedExcelExtractor make use of ↵Nick Burch2010-06-023-48/+8
| | | | | | 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
* Fix bug #49096 - add clone support to Chart begin and end records, to allow ↵Nick Burch2010-06-025-0/+29
| | | | | | cloning of more Chart containing sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
* List attachment names in the output of OutlookTextExtractor (to get ↵Nick Burch2010-06-023-0/+45
| | | | | | attachment contents, use ExtractorFactory as normal) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950595 13f79535-47bb-0310-9956-ffa450edef68
* Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemasNick Burch2010-06-021-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950499 13f79535-47bb-0310-9956-ffa450edef68
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to ↵Nick Burch2010-06-013-4/+20
| | | | | | handle 1904 as well as 1900 dates git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950117 13f79535-47bb-0310-9956-ffa450edef68
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting ↵Nick Burch2010-06-015-22/+264
| | | | | | rules in DataFormatter git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950113 13f79535-47bb-0310-9956-ffa450edef68
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ↵Nick Burch2010-06-014-18/+152
| | | | | | color detection in DataFormatter git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950035 13f79535-47bb-0310-9956-ffa450edef68
* ensure english locale for POI buildYegor Kozlov2010-05-302-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949511 13f79535-47bb-0310-9956-ffa450edef68
* more cleanup of deprecation warnings generated by javacYegor Kozlov2010-05-304-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949485 13f79535-47bb-0310-9956-ffa450edef68
* fixed construction of the DIB picture header, see Bugzilla 43161Yegor Kozlov2010-05-304-10/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949483 13f79535-47bb-0310-9956-ffa450edef68
* removed deprecation warnings to keep javac quietYegor Kozlov2010-05-294-10/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949434 13f79535-47bb-0310-9956-ffa450edef68
* optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if ↵Yegor Kozlov2010-05-293-38/+121
| | | | | | they are already ordered git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949375 13f79535-47bb-0310-9956-ffa450edef68
* Support a couple more crazy formats, as identified in bug #48872, plus test themNick Burch2010-05-282-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949226 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row ↵Nick Burch2010-05-285-7/+62
| | | | | | in XSSF match the old HSSF behaviour git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949177 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once createdNick Burch2010-05-273-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948880 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up various indents and generics warningsNick Burch2010-05-272-28/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948878 13f79535-47bb-0310-9956-ffa450edef68
* add myself to who.xmlMaxim Valyanskiy2010-05-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948831 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948826 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-277-0/+472
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test file for bug #48779Nick Burch2010-05-272-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948752 13f79535-47bb-0310-9956-ffa450edef68
* Moved from xssf\usermodel examples following Christian's modification to ↵Mark Beardsley2010-05-271-0/+72
| | | | | | that example. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948710 13f79535-47bb-0310-9956-ffa450edef68
* Added Christian's Centre Across Selection code.Mark Beardsley2010-05-271-23/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948709 13f79535-47bb-0310-9956-ffa450edef68
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a ↵Nick Burch2010-05-269-16/+163
| | | | | | 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
* Add disabled unit test for bug #48539, which is currently still brokenNick Burch2010-05-262-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948477 13f79535-47bb-0310-9956-ffa450edef68
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948473 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test to show that the behaviour in bug #48923 is as expectedNick Burch2010-05-262-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948462 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #48924 - Allow access of the HWPF DateAndTime ↵Nick Burch2010-05-262-3/+21
| | | | | | underlying date values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948455 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple testcase for the new RevisionMarkAuthorTable.javaNick Burch2010-05-261-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948445 13f79535-47bb-0310-9956-ffa450edef68