aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* fixed evaluation of XSSF workbooks containing formulas with reference errors ...Yegor Kozlov2010-08-251-9/+26
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-182-0/+59
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-091-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-083-35/+54
* close OPC package before assertion, otherwise the test fails on Win7 (unix-ba...Yegor Kozlov2010-08-061-1/+2
* Support nested outlook files in ExtractorFactoryNick Burch2010-08-042-6/+35
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-043-6/+83
* Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty...Nick Burch2010-08-042-2/+55
* Commit unit test change tooNick Burch2010-07-291-1/+2
* Refactor to make it easier to tell which content types each POIXMLTextExtract...Nick Burch2010-07-296-51/+170
* Support for escaped unicode characters in Shared String Table, see bug #49653Yegor Kozlov2010-07-282-2/+53
* preserve leading and trailing white spaces in XWPFRun, see bug #49593Yegor Kozlov2010-07-271-1/+20
* insert the content of fldSimple fields into the XWPFWordTextExtractor output,...Yegor Kozlov2010-07-272-0/+17
* do case-insensitive comparison when detecting Content_Types part, tolerate ba...Yegor Kozlov2010-07-183-4/+44
* Fix indent, and make the mime type matching more consistentNick Burch2010-07-161-16/+6
* Fix deprecated warningsNick Burch2010-07-029-39/+40
* Fix deprecated warningsNick Burch2010-07-0214-36/+32
* Fix deprecated warningsNick Burch2010-07-025-37/+47
* Fix deprecated warningsNick Burch2010-07-026-16/+16
* Enable Word6Extractor in ExtractorFactoryNick Burch2010-06-302-7/+68
* Fix bug #49508 - Allow the addition of paragraphs to XWPF Table Cells. (Also ...Nick Burch2010-06-294-10/+14
* Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the ...Nick Burch2010-06-292-1/+20
* More XSLF tests for the less common extensions, and initial support for .thmx...Nick Burch2010-06-296-20/+112
* Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1Nick Burch2010-06-2210-25/+30
* Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ...Nick Burch2010-06-222-11/+11
* Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this...Nick Burch2010-06-152-11/+11
* Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ...Nick Burch2010-06-143-11/+54
* Remove spurious svn:executable flagsNick Burch2010-06-113-0/+0
* 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-1139-250/+4068
* Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext...Nick Burch2010-06-101-0/+5
* cleaned javadoc warningsYegor Kozlov2010-06-063-12/+10
* Add tests to verify that XSSF and HSSF do the same thing with retrieving the ...Nick Burch2010-06-042-3/+78
* Add unit test to verify that bug #47490 no longer existsNick Burch2010-06-041-0/+33
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-043-41/+86
* more cleanup of deprecation warnings generated by javacYegor Kozlov2010-05-301-4/+4
* removed deprecation warnings to keep javac quietYegor Kozlov2010-05-292-9/+10
* optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if the...Yegor Kozlov2010-05-293-38/+121
* Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in...Nick Burch2010-05-284-7/+61
* Add missing test file for bug #48779Nick Burch2010-05-271-1/+0
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-263-3/+71
* Add disabled unit test for bug #48539, which is currently still brokenNick Burch2010-05-261-0/+31
* Add unit test to show that the behaviour in bug #48923 is as expectedNick Burch2010-05-261-0/+35
* Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jarNick Burch2010-05-261-15/+11
* Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when ...Nick Burch2010-05-252-0/+31
* Get to a consistent indentNick Burch2010-05-251-55/+53
* Fix bug #49273 - Correct handling for Font Character Sets with indicies great...Nick Burch2010-05-252-3/+32
* Added loose tests to junit hierarchyJosh Micich2010-05-241-0/+2
* Modified existing text to cover changes made to XWPFHeaderFooterPolicyMark Beardsley2010-05-241-4/+35
* Added overloaded method to support multiple paragraphs in footer/headerMark Beardsley2010-05-241-3/+40