summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* bug 59208: correctly understand val="1" for isBold, isItalic, etcJaven O'Neal2016-03-221-0/+33
* fix eclipse warningsAndreas Beeker2016-03-215-73/+41
* eclipse warning fixesAndreas Beeker2016-03-181-10/+20
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-161-2/+27
* One final invalid file type checkNick Burch2016-03-151-0/+15
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-151-10/+32
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-151-0/+46
* HSLF: Add support for system colorsAndreas Beeker2016-03-141-12/+28
* Bug 55791: Avoid using an existing file-name when creating a new slide, it co...Dominik Stadler2016-03-131-3/+19
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-122-22/+28
* Apply patch to fix bug 57495: getTableArray method can not get 0 pos tableDominik Stadler2016-03-121-1/+35
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-121-6/+8
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-122-2/+10
* Findbugs fixesDominik Stadler2016-03-121-0/+8
* Enable some tests that are ignored, actually run green and did not have any c...Dominik Stadler2016-03-122-4/+1
* Add test for bug 59098 which shows that this is fixed in 3.14.Dominik Stadler2016-03-121-0/+17
* #59058 - OOM when parsing docx after OPCPackage.open with File but not with I...Andreas Beeker2016-03-091-1/+20
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-092-2/+5
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-271-35/+62
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-261-18/+8
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-0/+20
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-242-7/+21
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-232-6/+6
* Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us...Nick Burch2016-02-232-9/+6
* Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit...Nick Burch2016-02-211-0/+132
* One more possible resource leak when creating the TextExtractor fails with a ...Dominik Stadler2016-02-211-0/+100
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-191-0/+19
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-183-15/+0
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-182-0/+23
* 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc...Tim Allison2016-02-181-0/+9
* Tried to reproduce bug 55476, but could not, added unit test anywayDominik Stadler2016-02-151-13/+29
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-151-0/+1
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-151-0/+7
* bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac...Dominik Stadler2016-02-121-9/+28
* Allow common tests to do auto-sizing even on SXSSFNick Burch2016-02-112-0/+13
* bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddre...Javen O'Neal2016-01-311-1/+51
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-241-10/+80
* make SXSSFWorkbook member variables privateJaven O'Neal2016-01-161-4/+6
* whitespaceJaven O'Neal2016-01-161-3/+3
* fix questionable List.remove(int) in SXSSFITestDataProviderJaven O'Neal2016-01-161-5/+4
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-162-2/+12
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-162-2/+16
* #56004 - Support for WMF renderingAndreas Beeker2016-01-161-0/+1
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-131-4/+2
* Generalised API for adding ignored errors, e.g. number stored as text.David North2016-01-131-0/+73
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-3/+16
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-104-43/+56
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-032-0/+75
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-0/+11
* bug 58779: check if SlideShowFactory.create() modifies the file being read wh...Javen O'Neal2016-01-031-1/+21