poi/src/ooxml/testcases/org/apache/poi/xssf/usermodel
Dominik Stadler b79d4fda52 Tried to reproduce Bug 47090, but seems to be fixed now.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516982 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 18:56:32 +00:00
..
charts optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
extensions Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later 2011-03-18 15:18:45 +00:00
helpers Fix deprecated warnings 2010-07-02 21:45:40 +00:00
AllXSSFUsermodelTests.java Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. 2009-12-25 23:04:04 +00:00
TestFormulaEvaluatorOnXSSF.java follow-on to r1294595 2012-02-28 13:48:27 +00:00
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
TestUnfixedBugs.java Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 2013-07-09 13:55:54 +00:00
TestXSSFBugs.java Bugzilla 54436: Fixed metadata for GETPIVOTDATA function 2013-03-02 11:38:09 +00:00
TestXSSFCell.java Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute 2012-12-05 12:21:08 +00:00
TestXSSFCellStyle.java Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 2011-12-19 09:06:10 +00:00
TestXSSFChart.java Bugzilla 51196: Initial support for Spreadsheet Chart API 2011-05-20 08:22:53 +00:00
TestXSSFChartSheet.java more progress with xssf chart api, see Bug 51196 2011-09-10 19:00:47 +00:00
TestXSSFColGrouping.java POI-55294 and 52186 2013-08-05 16:17:17 +00:00
TestXSSFColor.java Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 2011-05-23 19:55:00 +00:00
TestXSSFComment.java Bug 54920: do not set column and row separatedely, but use a reference 2013-06-23 21:31:15 +00:00
TestXSSFConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
TestXSSFDataFormat.java Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off 2011-01-20 13:20:24 +00:00
TestXSSFDataValidation.java Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet 2012-10-10 15:41:35 +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 POI-55292 2013-07-31 00:19:07 +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 Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 2011-03-04 15:05:18 +00:00
TestXSSFFormulaEvaluation.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
TestXSSFFormulaParser.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:54:26 +00:00
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 2008-11-19 18:54:41 +00:00
TestXSSFHyperlink.java Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking spaces 2012-10-29 08:42:54 +00:00
TestXSSFName.java Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 2012-08-04 08:51:49 +00:00
TestXSSFPicture.java Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 2012-10-10 10:48:10 +00:00
TestXSSFPictureData.java Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 2012-10-10 10:48:10 +00:00
TestXSSFPrintSetup.java Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it 2011-03-01 21:02:43 +00:00
TestXSSFRichTextString.java optimized unused imports and removed deprecation warnings in poi-ooxml 2012-03-05 09:42:36 +00:00
TestXSSFRow.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 2009-12-26 02:17:34 +00:00
TestXSSFSheet.java Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows 2013-07-13 05:37:41 +00:00
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 2010-11-09 15:04:55 +00:00
TestXSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 2009-12-26 00:25:59 +00:00
TestXSSFSheetUpdateArrayFormulas.java improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays 2009-12-29 19:47:38 +00:00
TestXSSFVMLDrawing.java Remove spurious svn:executable flags 2010-06-11 15:22:49 +00:00
TestXSSFWorkbook.java Tried to reproduce Bug 47090, but seems to be fixed now. 2013-08-23 18:56:32 +00:00