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 33d5189ff9 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
..
charts Patch from Jim King from bug #57989 - XSSFChart support for setting chart titles, plus get+set unit tests 8 years ago
extensions - removed deprecated and confusing methods in XSSFColor 8 years ago
helpers Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 8 years ago
AllXSSFUsermodelTests.java Add XSSF support to ForkedEvaluator 8 years ago
TestFormulaEvaluatorOnXSSF.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestMissingWorkbookOnXSSF.java #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
TestMultiSheetFormulaEvaluatorOnXSSF.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestSXSSFBugs.java Try to reproduce bug 57798 but it seems to be fixed in the meantime 8 years ago
TestSheetHiding.java fix eclipse warnings 8 years ago
TestUnfixedBugs.java reorganize imports (remove unused imports, sort alphabetically) 8 years ago
TestXSSFBugs.java 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
TestXSSFCell.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 years ago
TestXSSFCellStyle.java bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 8 years ago
TestXSSFChart.java Bug 51158: clear out Memory-based part before writing to it, 10 years ago
TestXSSFChartSheet.java Fix compiler warnings and ensure CTChartSheets stays included and is not refactored out by automated import reorganization 8 years ago
TestXSSFColGrouping.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
TestXSSFColor.java bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@gmail.com 8 years ago
TestXSSFComment.java Bug 57838: Also remove comments when removing a row 8 years ago
TestXSSFConditionalFormatting.java fixed sonar issues and eclipse warnings 8 years ago
TestXSSFDataFormat.java eclipse warning fixes 8 years ago
TestXSSFDataValidation.java bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 8 years ago
TestXSSFDataValidationConstraint.java bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFDataVAlidationConstraint 8 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 #54916 - POI does not always read all the slides in pptx files 8 years ago
TestXSSFExternalFunctions.java fix eclipse warnings 8 years ago
TestXSSFFont.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 8 years ago
TestXSSFForkedEvaluator.java Add XSSF support to ForkedEvaluator 8 years ago
TestXSSFFormulaEvaluation.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestXSSFFormulaParser.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 15 years ago
TestXSSFHyperlink.java bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 years ago
TestXSSFName.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestXSSFPicture.java bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
TestXSSFPictureData.java extended forbidden-apis-check to ooxml-tests 8 years ago
TestXSSFPivotTable.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestXSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 9 years ago
TestXSSFRichTextString.java Add test for bug 59098 which shows that this is fixed in 3.14. 8 years ago
TestXSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestXSSFSheet.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago
TestXSSFSheetMergeRegions.java Retry which measures duration a few times to see if that reduces the number of failures caused by this test sometimes when CI machines are loaded. 8 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 59733: Narrow down testcase some more, after the first shift, removing the first row is sufficient to trigger the problem 8 years ago
TestXSSFSheetUpdateArrayFormulas.java sonar fixes and closing resources after use 8 years ago
TestXSSFSimpleShape.java Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple times and add unit tests 9 years ago
TestXSSFTable.java bug 59796: XSSFTable#getRowCount off-by-one error 8 years ago
TestXSSFTextParagraph.java Fix copy/paste error in XSSFTextParagraph and add unit tests 9 years ago
TestXSSFTextRun.java Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest 9 years ago
TestXSSFVMLDrawing.java Try to access set/getVisible as well in TestXSSFVMLDrawing 8 years ago
TestXSSFWorkbook.java deprecated constants pointing to MissingCellPolicy - use enum instead 8 years ago