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.
David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 years ago
..
AllUserModelTests.java Bug 35897 - Password protected files 10 years ago
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
HSSFEvaluationTestHelper.java Performance optimisation for EvaluationCache. Changed to use HSSFCell as key into cache entry map. Reduced dependency information storage for blank cells. Introduced EvaluationSheet and EvaluationCell interfaces. Modified HSSFFormulaEvaluator API to have simpler notify~ methods 15 years ago
HSSFTestHelper.java clear unused import warnings 11 years ago
RecordInspector.java Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra StringRecords 15 years ago
SanityChecker.java Renamed model.Sheet to InternalSheet to alleviate name clash. 14 years ago
StreamUtility.java Fix usage of Generics in some classes 9 years ago
TestBug42464.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
TestBugs.java Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 years ago
TestCellStyle.java Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
TestCloneSheet.java Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
TestComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
TestDataValidation.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
TestEmbeddedObjects.java Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test) 11 years ago
TestEscherGraphics.java performance issue: call toString() on a String object. This is entirely redundant. 10 years ago
TestEscherGraphics2d.java Undo a toString() removal for a case where it is actually necessary. 10 years ago
TestExternalReferenceChange.java added ASF licence header 12 years ago
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestFormulaEvaluatorBugs.java More consistent test-file output for Excel testing 8 years ago
TestFormulaEvaluatorDocs.java Made HSSFFormulaEvaluator no longer require initialisation with sheet or row. 15 years ago
TestFormulas.java Add missing close() of resources in both production code and tests 9 years ago
TestHSSFCell.java Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 years ago
TestHSSFClientAnchor.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestHSSFComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
TestHSSFConditionalFormatting.java #58130 HSSF CF Color Scale color support 9 years ago
TestHSSFDataFormat.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestHSSFDataFormatter.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestHSSFDateUtil.java Apply fix reported in bug 47661 and add unit tests 9 years ago
TestHSSFExternalFunctions.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
TestHSSFFont.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestHSSFFormulaEvaluator.java Partial HSSF support for adding new external workbook formula references for #57184 9 years ago
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
TestHSSFHyperlink.java Bugzilla 54070: Patch for typos in comments, javadoc and documentation 11 years ago
TestHSSFName.java Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
TestHSSFOptimiser.java Bugzilla 53763: avoid style mess when using HSSFOptimiser 11 years ago
TestHSSFPalette.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestHSSFPatriarch.java Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 14 years ago
TestHSSFPicture.java Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 9 years ago
TestHSSFPictureData.java Bugzilla 53446 - Fixed some problems extracting PNGs 12 years ago
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestHSSFRow.java Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again 9 years ago
TestHSSFSheet.java - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook 10 years ago
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 14 years ago
TestHSSFSheetUpdateArrayFormulas.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
TestHSSFTextbox.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes 15 years ago
TestHSSFWorkbook.java Add test from bug 49423 to verify that the problem was fixed in the meantime 9 years ago
TestNonStandardWorkbookStreamNames.java Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests 11 years ago
TestOLE2Embeding.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestPatriarch.java added Apache License header to each new file 12 years ago
TestPolygon.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestReadWriteChart.java Renamed model.Sheet to InternalSheet to alleviate name clash. 14 years ago
TestRowStyle.java fixed non-standard ASF license headers 15 years ago
TestSanityChecker.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 14 years ago
TestShapeGroup.java clear unused import warnings 11 years ago
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestText.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestUnfixedBugs.java Remove unused import 9 years ago
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestWorkbook.java Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago