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 c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago
..
charts Added license headers 10 years ago
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 13 years ago
helpers Fix deprecated warnings 14 years ago
AllXSSFUsermodelTests.java Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 years ago
TestFormulaEvaluatorOnXSSF.java follow-on to r1294595 12 years ago
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 years ago
TestUnfixedBugs.java Move some tests from "unfixed" to "normal" test classes as the underlying bug is now fixed. 10 years ago
TestXSSFBugs.java Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago
TestXSSFCell.java Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 years ago
TestXSSFCellStyle.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
TestXSSFChart.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
TestXSSFChartSheet.java more progress with xssf chart api, see Bug 51196 12 years ago
TestXSSFColGrouping.java POI-55294 and 52186 11 years ago
TestXSSFColor.java Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 13 years ago
TestXSSFComment.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
TestXSSFConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 13 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 Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet 11 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 Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 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 bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
TestXSSFFormulaEvaluation.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 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 Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking spaces 11 years ago
TestXSSFName.java Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
TestXSSFPicture.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestXSSFPictureData.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
TestXSSFPrintSetup.java Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it 13 years ago
TestXSSFRichTextString.java optimized unused imports and removed deprecation warnings in poi-ooxml 12 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 - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook 10 years ago
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago
TestXSSFSheetRowGrouping.java Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future 10 years ago
TestXSSFSheetShiftRows.java Bug 56017: Fix comment-ref when shiftig rows with comments, this probably does not fix the bug itself, though 10 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
TestXSSFTable.java Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 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 update *ssf-workbook tests to junit4 10 years ago