poi/src/ooxml/testcases/org/apache/poi/xssf/usermodel
Andreas Beeker f56b918b16 #54916 - POI does not always read all the slides in pptx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723966 13f79535-47bb-0310-9956-ffa450edef68
2016-01-10 20:44:17 +00:00
..
charts Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. 2014-12-22 14:16: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 Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 2014-07-30 15:27:09 +00:00
TestFormulaEvaluatorOnXSSF.java fix eclipse warning - mostly generics cosmetics 2015-09-13 12:36: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 fix eclipse warning - mostly generics cosmetics 2015-09-13 12:36:56 +00:00
TestSXSSFBugs.java patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows that have been flushed to disk 2015-11-30 00:22:50 +00:00
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
TestUnfixedBugs.java Move test for bug 57236 as it seems to be fixed since some time 2016-01-02 21:11:41 +00:00
TestXSSFBugs.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
TestXSSFCell.java bug58348: add test for copying formula with unregistered UDF 2015-11-02 10:47:19 +00:00
TestXSSFCellStyle.java bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 2016-01-03 13:28:17 +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 more progress with xssf chart api, see Bug 51196 2011-09-10 19:00:47 +00:00
TestXSSFColGrouping.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 02:22:31 +00:00
TestXSSFColor.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestXSSFComment.java bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress instead of String 2015-11-23 12:29:45 +00:00
TestXSSFConditionalFormatting.java fixed sonar issues and eclipse warnings 2015-10-05 00:28:54 +00:00
TestXSSFDataFormat.java bug 58775: set an upper limit on number of data formats, default 250. 2015-12-29 05:46:20 +00:00
TestXSSFDataValidation.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +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 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 2010-11-28 12:03:52 +00:00
TestXSSFFont.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestXSSFFormulaEvaluation.java fixed sonar issues and eclipse warnings 2015-10-05 00:28:54 +00:00
TestXSSFFormulaParser.java Areas can have multi-sheet references too, so add FormulaParser support to these as well 2014-07-25 13:59:07 +00:00
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 2008-11-19 18:54:41 +00:00
TestXSSFHyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 2015-11-02 12:57:57 +00:00
TestXSSFName.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +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
TestXSSFPivotTable.java Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 2014-12-21 06:20:06 +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 Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over Sheets 2015-09-17 11:10:11 +00:00
TestXSSFRow.java bug 58348: add support for copying rows for XSSFWorkbooks 2015-11-02 02:50:33 +00:00
TestXSSFSheet.java preparation for #54916 - commit unrelated changes 2016-01-01 19:05:50 +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 Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink references 2015-11-29 14:45:24 +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 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 02:22:31 +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 #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages 2015-11-21 19:37:26 +00:00
TestXSSFWorkbook.java bug 58775: set an upper limit on number of data formats, default 250. 2015-12-29 05:46:20 +00:00