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.
Dominik Stadler 5b42301a45 Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 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 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 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 years ago
TestCellStyle.java Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
TestCloneSheet.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
TestComment.java Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 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 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 Add missing close() of resources in both production code and tests 9 years ago
TestHSSFCell.java Move some tests to the base test class where applicapple 9 years ago
TestHSSFClientAnchor.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestHSSFComment.java Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 9 years ago
TestHSSFConditionalFormatting.java Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() 10 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 Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error 10 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 fixed bug 53028, added check before serialization if any cell contains 2 or more comments 12 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 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats 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 Add reproducer for bug 57074 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