poi/src/ooxml/testcases/org/apache/poi/xssf/usermodel
Javen O'Neal 9a82490f0e +svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782109 13f79535-47bb-0310-9956-ffa450edef68
2017-02-08 07:04:55 +00:00
..
charts fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
extensions - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
helpers convert TestColumnHelper from junit3 to junit4 2017-01-02 23:23:16 +00:00
AllXSSFUsermodelTests.java convert TestXSSFPivotTable to junit4 2016-09-14 22:01:11 +00:00
BaseTestXSSFPivotTable.java bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 2016-09-20 07:55:13 +00:00
TestFormulaEvaluatorOnXSSF.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestMissingWorkbookOnXSSF.java #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 2014-07-30 18:08:28 +00:00
TestMultiSheetFormulaEvaluatorOnXSSF.java change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
TestSXSSFBugs.java bug 60197: Workbook#setSheetOrder should update named range sheet indices 2016-10-09 03:02:13 +00:00
TestSheetHiding.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestUnfixedBugs.java reorganize imports (remove unused imports, sort alphabetically) 2016-07-04 10:38:25 +00:00
TestXSSFBugs.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
TestXSSFCell.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:42:13 +00:00
TestXSSFCellStyle.java bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
TestXSSFChart.java Bug 51158: clear out Memory-based part before writing to it, 2013-12-26 17:55:36 +00:00
TestXSSFChartSheet.java Fix compiler warnings and ensure CTChartSheets stays included and is not refactored out by automated import reorganization 2016-04-12 10:09:44 +00:00
TestXSSFColGrouping.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 02:22:31 +00:00
TestXSSFColor.java bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@gmail.com 2016-03-24 17:29:00 +00:00
TestXSSFComment.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
TestXSSFConditionalFormatting.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestXSSFDataFormat.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestXSSFDataValidation.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-19 22:28:07 +00:00
TestXSSFDataValidationConstraint.java bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFDataVAlidationConstraint 2016-06-20 05:01:21 +00:00
TestXSSFDialogSheet.java improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc 2009-03-27 11:50:52 +00:00
TestXSSFDrawing.java #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor 2016-12-31 21:54:32 +00:00
TestXSSFEvaluationSheet.java Bug 59958: Add simple test-case 2016-10-05 20:13:38 +00:00
TestXSSFExternalFunctions.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestXSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
TestXSSFForkedEvaluator.java Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 2016-10-19 21:52:31 +00:00
TestXSSFFormulaEvaluation.java move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 2016-09-14 07:53:58 +00:00
TestXSSFFormulaParser.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 2008-11-19 18:54:41 +00:00
TestXSSFHyperlink.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:32:29 +00:00
TestXSSFName.java Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 2016-07-29 13:24:00 +00:00
TestXSSFPicture.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestXSSFPictureData.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestXSSFPivotTableName.java bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 2016-09-20 07:55:13 +00:00
TestXSSFPivotTableRef.java bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 2016-09-20 07:55:13 +00:00
TestXSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 2015-06-17 14:26:31 +00:00
TestXSSFRichTextString.java Adjust imports, fix some Javadoc issues and ignore deprecation warnings in tests 2016-11-07 21:32:12 +00:00
TestXSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
TestXSSFSheet.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 2010-11-09 15:04:55 +00:00
TestXSSFSheetMergeRegions.java Allow more time for a unit-test when running on slow Gump VM 2016-10-24 12:07:15 +00:00
TestXSSFSheetRowGrouping.java Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future 2013-12-02 19:14:03 +00:00
TestXSSFSheetShiftRows.java +svn:eol-style native 2017-02-08 07:04:55 +00:00
TestXSSFSheetUpdateArrayFormulas.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
TestXSSFSimpleShape.java Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple times and add unit tests 2015-01-03 19:30:36 +00:00
TestXSSFTable.java bug 59796: XSSFTable#getRowCount off-by-one error 2016-07-04 19:09:10 +00:00
TestXSSFTextParagraph.java Fix copy/paste error in XSSFTextParagraph and add unit tests 2015-01-03 19:29:51 +00:00
TestXSSFTextRun.java Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest 2015-01-04 10:23:01 +00:00
TestXSSFVMLDrawing.java #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 2017-02-08 01:01:51 +00:00
TestXSSFWorkbook.java bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(idx) 2016-11-22 14:47:45 +00:00