poi/src/ooxml/testcases/org/apache/poi/xssf/usermodel
Andreas Beeker 0a7cd3b68b merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762709 13f79535-47bb-0310-9956-ffa450edef68
2016-09-28 21:01:40 +00:00
..
charts Patch from Jim King from bug #57989 - XSSFChart support for setting chart titles, plus get+set unit tests 2016-02-21 21:17:23 +00:00
extensions - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
helpers Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 2015-10-05 10:31:33 +00:00
AllXSSFUsermodelTests.java merge trunk to branch 2016-09-19 00:20:44 +00:00
BaseTestXSSFPivotTable.java merge trunk to branch 2016-09-28 21:01:40 +00:00
TestFormulaEvaluatorOnXSSF.java merge trunk to branch 2016-09-19 00:20:44 +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 merge trunk to branch 2016-09-19 00:20:44 +00:00
TestSXSSFBugs.java Try to reproduce bug 57798 but it seems to be fixed in the meantime 2016-06-02 20:09:35 +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 merge trunk to branch 2016-09-28 21:01:40 +00:00
TestXSSFCell.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 2016-07-17 09:42:13 +00:00
TestXSSFCellStyle.java merge trunk to branch 2016-09-19 00:20:44 +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 Bug 57838: Also remove comments when removing a row 2016-05-29 21:33:47 +00:00
TestXSSFConditionalFormatting.java fixed sonar issues and eclipse warnings 2015-10-05 00:28:54 +00:00
TestXSSFDataFormat.java eclipse warning fixes 2016-03-18 23:12:28 +00:00
TestXSSFDataValidation.java bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 2016-07-04 10:15:18 +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 #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +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 Add XSSF support to ForkedEvaluator 2016-06-07 23:15:40 +00:00
TestXSSFFormulaEvaluation.java merge trunk to branch 2016-09-28 21:01:40 +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 merge down trunk 2016-08-08 01:14:36 +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 merge trunk to branch 2016-09-28 21:01:40 +00:00
TestXSSFPivotTableRef.java merge trunk to branch 2016-09-28 21:01:40 +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 Add test for bug 59098 which shows that this is fixed in 3.14. 2016-03-12 11:36:43 +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 merge trunk to branch 2016-09-28 21:01:40 +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 Retry which measures duration a few times to see if that reduces the number of failures caused by this test sometimes when CI machines are loaded. 2015-10-08 11:08:41 +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 merge trunk to branch 2016-09-28 21:01:40 +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 Try to access set/getVisible as well in TestXSSFVMLDrawing 2016-05-29 21:33:24 +00:00
TestXSSFWorkbook.java merge down trunk 2016-08-08 01:14:36 +00:00