You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yegor Kozlov e99294ebc5 fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 13 years ago
..
extensions Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
helpers Fix deprecated warnings 14 years ago
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. 14 years ago
TestFormulaEvaluatorOnXSSF.java Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
TestSheetHiding.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestXSSFBugs.java fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 14 years ago
TestXSSFCell.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFCellStyle.java Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
TestXSSFChartSheet.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFComment.java Fix deprecated warnings 14 years ago
TestXSSFDataFormat.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFDataValidation.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
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 15 years ago
TestXSSFDrawing.java removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite 14 years ago
TestXSSFFont.java Fix deprecated warnings 14 years ago
TestXSSFFormulaEvaluation.java fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator 13 years ago
TestXSSFFormulaParser.java Patch 48284 - raise visibility of FormulaParseException 14 years ago
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 15 years ago
TestXSSFHyperlink.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFName.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFPicture.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFPictureData.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestXSSFPrintSetup.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestXSSFRichTextString.java Support for escaped unicode characters in Shared String Table, see bug #49653 14 years ago
TestXSSFRow.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestXSSFSheet.java support for protecting a XSSF workbook, see Bugzilla #48900 14 years ago
TestXSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 14 years ago
TestXSSFSheetUpdateArrayFormulas.java improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays 14 years ago
TestXSSFVMLDrawing.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
TestXSSFWorkbook.java Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 years ago