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.
Yegor Kozlov 63f3987cb0 Bugzilla 53446 - Fixed some problems extracting PNGs 12 years ago
..
AllUserModelTests.java Added loose tests to junit hierarchy 14 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 Make InternalSheet capture the feature related records 14 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 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
TestBug42464.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
TestBugs.java Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 years ago
TestCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 13 years ago
TestCloneSheet.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestDataValidation.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestEscherGraphics.java support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 years ago
TestEscherGraphics2d.java Removed System.out.println and compiler warnings from test code 15 years ago
TestExternalReferenceChange.java added ASF licence header 12 years ago
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestFormulaEvaluatorBugs.java Fix bug #48528 - support negative arguments to the DATE() function 12 years ago
TestFormulaEvaluatorDocs.java Made HSSFFormulaEvaluator no longer require initialisation with sheet or row. 15 years ago
TestFormulas.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
TestHSSFCell.java Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 13 years ago
TestHSSFClientAnchor.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestHSSFComment.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestHSSFConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 12 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 Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), for when it is known that a file comes from a different (known) timezone to the current machine 12 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 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
TestHSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 14 years ago
TestHSSFName.java Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 13 years ago
TestHSSFOptimiser.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestHSSFPalette.java Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 14 years ago
TestHSSFPatriarch.java Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 14 years ago
TestHSSFPicture.java Support for appending images to existing drawings in HSSF 13 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 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
TestHSSFSheet.java fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007 13 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 Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 12 years ago
TestOLE2Embeding.java refactored all hssf junits to get test sample data in the in one place 16 years ago
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 15 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
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestUnfixedBugs.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestUppercaseWorkbook.java refactored all hssf junits to get test sample data in the in one place 16 years ago
TestWorkbook.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 years ago