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.
Nick Burch aad9e6907d 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 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 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TestSheetHiding.java improved API for hiding sheets, see Bugzilla 49878 13 years ago
TestXSSFBugs.java Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not) 13 years ago
TestXSSFCell.java Add a few more little bits of formula unit tests 13 years ago
TestXSSFCellStyle.java Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one 13 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 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 13 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
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 13 years ago
TestXSSFFont.java Fix deprecated warnings 14 years ago
TestXSSFFormulaEvaluation.java Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 13 years ago
TestXSSFFormulaParser.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 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 Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 13 years ago
TestXSSFPrintSetup.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestXSSFRichTextString.java avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont, see Bugzilla 50258 13 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 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 years ago
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 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