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.
Dominik Stadler e270c4ca5c Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
..
charts Added license headers 10 years ago
extensions Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file 9 years ago
helpers Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
AllXSSFUsermodelTests.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
TestFormulaEvaluatorOnXSSF.java follow-on to r1294595 12 years ago
TestMissingWorkbookOnXSSF.java #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
TestMultiSheetFormulaEvaluatorOnXSSF.java HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 10 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 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 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 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
TestXSSFColor.java Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file 9 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 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
TestXSSFFormulaEvaluation.java Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as else-result 9 years ago
TestXSSFFormulaParser.java Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 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
TestXSSFPivotTable.java Add row label getter for Pivot Tables, and use this in unit tests 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 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
TestXSSFRow.java Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
TestXSSFSheet.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 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 55280: Implement a method XSSFSheet.removeMergedRegions() to bulk remove merged regions and thus speed up shifting rows with many merged regions greatly. 9 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 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 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 Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago