aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More XSLF tests for the less common extensions, and initial support for .thmx...Nick Burch2010-06-2913-20/+113
* never download ooxml-schemas-.jar from maven, always build it from source xsdsYegor Kozlov2010-06-281-4/+3
* removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook...Yegor Kozlov2010-06-282-21/+0
* Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1Nick Burch2010-06-2210-25/+30
* Add index and download entries for the 3.7 beta 1 releaseNick Burch2010-06-222-3/+59
* Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ...Nick Burch2010-06-223-16/+16
* New expected release date for 3.7 beta 1Nick Burch2010-06-151-2/+2
* Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this...Nick Burch2010-06-153-16/+16
* Add main methodNick Burch2010-06-151-0/+11
* Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ...Nick Burch2010-06-144-11/+55
* Notes on ooxml-schemas 1.1 and 1.0Nick Burch2010-06-143-6/+15
* Have the ooxml build correctly ensure that we have the ooxml schemas to handNick Burch2010-06-141-1/+1
* Better handling of Outlook messages in HSMF when there's no recipient email a...Nick Burch2010-06-144-1/+44
* When formatting numbers with DataFormatter, handle brackets following coloursNick Burch2010-06-143-2/+41
* force ASCII encoding when compiling sources, fixed unmappable characters for ...Yegor Kozlov2010-06-133-5/+19
* Bump the ooxml schema version up to 1.1, as 1.0 was compiled for Java 1.4 whi...Nick Burch2010-06-111-4/+4
* Remove spurious svn:executable flagsNick Burch2010-06-116-0/+0
* The next release will be 3.7 beta 2Nick Burch2010-06-112-2/+4
* Keep compatibility for now, and alert people to move to the new classNick Burch2010-06-112-1/+36
* A few little tweaks to the contribution guideNick Burch2010-06-112-4/+16
* Fix 1.6-isms from the patch from bug #48574Nick Burch2010-06-117-27/+0
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X...Nick Burch2010-06-1140-250/+4069
* Test documents from bug #48574Nick Burch2010-06-114-0/+0
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-114-167/+362
* Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext...Nick Burch2010-06-1016-12/+318
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-102-0/+23
* Add more to test for bug #46664, including the last bit which is disabled pen...Nick Burch2010-06-101-1/+20
* Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas d...Nick Burch2010-06-093-0/+54
* cleaned javadoc warningsYegor Kozlov2010-06-0623-46/+36
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-045-3/+48
* Add tests to verify that XSSF and HSSF do the same thing with retrieving the ...Nick Burch2010-06-045-7/+83
* Make the orders match the names, as otherwise people get confused (bug #49381...Nick Burch2010-06-042-2/+2
* Add unit test to verify that bug #47490 no longer existsNick Burch2010-06-041-0/+33
* Add unit test for bug #45970 - shows that we can read Formulas with URL based...Nick Burch2010-06-042-0/+83
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-045-41/+87
* Tweak @link reference to avoid compiler issuesNick Burch2010-06-031-2/+1
* Remove un-used importsNick Burch2010-06-031-2/+0
* Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's n...Nick Burch2010-06-033-3/+30
* Fix bug #49378 - correct 1.6ismNick Burch2010-06-032-11/+28
* Parse the HSMF headers chunk if present, and use it to find Dates in text ext...Nick Burch2010-06-036-3/+70
* Fix 1.6ismNick Burch2010-06-031-1/+9
* Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MMNick Burch2010-06-024-17/+67
* Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData...Nick Burch2010-06-024-22/+141
* Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,...Nick Burch2010-06-023-48/+8
* Fix bug #49096 - add clone support to Chart begin and end records, to allow c...Nick Burch2010-06-025-0/+29
* List attachment names in the output of OutlookTextExtractor (to get attachmen...Nick Burch2010-06-023-0/+45
* Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemasNick Burch2010-06-021-0/+39
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han...Nick Burch2010-06-013-4/+20
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-015-22/+264
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-014-18/+152