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 03fe413245 initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 年之前
..
AllUserModelTests.java Added loose tests to junit hierarchy 14 年之前
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 年之前
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 年之前
HSSFTestHelper.java initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 年之前
RecordInspector.java Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra StringRecords 15 年之前
SanityChecker.java Renamed model.Sheet to InternalSheet to alleviate name clash. 14 年之前
StreamUtility.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 年之前
TestBug42464.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 年之前
TestBugs.java Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 年之前
TestCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 13 年之前
TestCloneSheet.java Fixed unused imports compiler warnings (and some others) 15 年之前
TestDataValidation.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
TestEscherGraphics.java support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 年之前
TestEscherGraphics2d.java Removed System.out.println and compiler warnings from test code 15 年之前
TestExternalReferenceChange.java added ASF licence header 12 年之前
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 15 年之前
TestFormulaEvaluatorBugs.java Fix bug #48528 - support negative arguments to the DATE() function 12 年之前
TestFormulaEvaluatorDocs.java Made HSSFFormulaEvaluator no longer require initialisation with sheet or row. 15 年之前
TestFormulas.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 年之前
TestHSSFCell.java Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 13 年之前
TestHSSFClientAnchor.java Fixed compiler warnings - unnecessary throws declaration 15 年之前
TestHSSFComment.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 年之前
TestHSSFConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
TestHSSFDataFormat.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
TestHSSFDataFormatter.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
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 年之前
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 年之前
TestHSSFFont.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 年之前
TestHSSFFormulaEvaluator.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 年之前
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 年之前
TestHSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 14 年之前
TestHSSFName.java Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 13 年之前
TestHSSFOptimiser.java Fixed unused imports compiler warnings (and some others) 15 年之前
TestHSSFPalette.java Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 14 年之前
TestHSSFPatriarch.java Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created 14 年之前
TestHSSFPicture.java Support for appending images to existing drawings in HSSF 13 年之前
TestHSSFPictureData.java avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found 13 年之前
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 15 年之前
TestHSSFRow.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 年之前
TestHSSFSheet.java fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007 13 年之前
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 年之前
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 14 年之前
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 年之前
TestHSSFTextbox.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes 15 年之前
TestHSSFWorkbook.java Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 12 年之前
TestOLE2Embeding.java refactored all hssf junits to get test sample data in the in one place 16 年之前
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 15 年之前
TestReadWriteChart.java Renamed model.Sheet to InternalSheet to alleviate name clash. 14 年之前
TestRowStyle.java fixed non-standard ASF license headers 15 年之前
TestSanityChecker.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 14 年之前
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
TestUnfixedBugs.java optimized unused imports and removed deprecation warnings in poi-main 12 年之前
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 15 年之前
TestUppercaseWorkbook.java refactored all hssf junits to get test sample data in the in one place 16 年之前
TestWorkbook.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 年之前