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 146345aef8 Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier 11 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 complete refactoring in EscherAggregate 12 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 Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier 11 years ago
TestCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 13 years ago
TestCloneSheet.java implemented cloning of shapes 12 years ago
TestComment.java fixed bug 53028, added check before serialization if any cell contains 2 or more comments 12 years ago
TestDataValidation.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestEmbeddedObjects.java added Apache License header to each new file 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. 16 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 implemented creating comments in existing files, bugfixes 12 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 Bugzilla 53763: avoid style mess when using HSSFOptimiser 11 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 added few improvements 12 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 fixed bug 53028, added check before serialization if any cell contains 2 or more comments 12 years ago
TestHSSFSheet.java merged with trunk 12 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 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 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
TestPatriarch.java added Apache License header to each new file 12 years ago
TestPolygon.java added Apache License header to each new file 12 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 added Apache License header to each new file 12 years ago
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestText.java added javadoc and few other improvements 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