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 936bf2f9b3 fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 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 fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 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 support for data validation for OOXML, see Bugzilla 49244 14 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
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestFormulaEvaluatorBugs.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 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 support for conditional formatting in XSSF including docs and examples 13 years ago
TestHSSFDataFormat.java cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 years ago
TestHSSFDataFormatter.java force ASCII encoding when compiling sources, fixed unmappable characters for encoding ASCII 14 years ago
TestHSSFDateUtil.java improved DataFormatter, see Bugzilla 50841 13 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 avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found 13 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 Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas 13 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 improved API for hiding sheets, see Bugzilla 49878 13 years ago
TestUnfixedBugs.java added a failing unit test for bug #49612 14 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