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 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 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 #58597: Remove setAccessible (more coming soon) 8 years ago
RecordInspector.java Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra StringRecords 15 years ago
SanityChecker.java fix eclipse warning - mostly generics cosmetics 8 years ago
StreamUtility.java Fix usage of Generics in some classes 9 years ago
TestBug42464.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestBugs.java Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 8 years ago
TestCellStyle.java bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 8 years ago
TestCloneSheet.java #58597: Remove setAccessible (more coming soon) 8 years ago
TestComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
TestDataValidation.java fix eclipse warning - mostly generics cosmetics 8 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 - removed deprecated and confusing methods in XSSFColor 8 years ago
TestEscherGraphics2d.java - removed deprecated and confusing methods in XSSFColor 8 years ago
TestExternalReferenceChange.java added ASF licence header 12 years ago
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestFormulaEvaluatorBugs.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 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 remove deprecated functions (since 2008) 8 years ago
TestHSSFClientAnchor.java Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 8 years ago
TestHSSFComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
TestHSSFConditionalFormatting.java fixed sonar issues and eclipse warnings 8 years ago
TestHSSFDataFormat.java #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which 8 years ago
TestHSSFDataFormatter.java Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 8 years ago
TestHSSFDateUtil.java forbidden apis fixes - timezone fix ... will it work? 8 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 extended forbidden-apis-check to ooxml-tests 8 years ago
TestHSSFFormulaEvaluator.java fixed sonar issues and eclipse warnings 8 years ago
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
TestHSSFHyperlink.java bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCopyXSSFHyperlink 8 years ago
TestHSSFName.java #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago
TestHSSFOptimiser.java Bugzilla 53763: avoid style mess when using HSSFOptimiser 11 years ago
TestHSSFPalette.java Tried to reproduce bug 48403 but couldn't, still adding the related unit test 8 years ago
TestHSSFPatriarch.java bug 58636: upgrade anchor types from int to AnchorType enum 8 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 findbugs fixes 8 years ago
TestHSSFSheet.java #59135 - Password gets truncated when using passwords longer than 15 characters for the function protectSheet() 8 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 sonar fixes and closing resources after use 8 years ago
TestHSSFTextbox.java Changed CRLF to LF in .java test files. Minor reformatting and compiler warning fixes 15 years ago
TestHSSFWorkbook.java bug 58879: add SpreadsheetVersion to Workbook interface 8 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 bug 58636: upgrade anchor types from int to AnchorType enum 8 years ago
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 15 years ago
TestPatriarch.java #58597: Remove setAccessible (more coming soon) 8 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 Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
TestRowStyle.java fixed non-standard ASF license headers 15 years ago
TestSanityChecker.java fix eclipse warning - mostly generics cosmetics 8 years ago
TestShapeGroup.java #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. 8 years ago
TestSheetHiding.java optimized unused imports and removed deprecation warnings in poi-main 12 years ago
TestText.java Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, always close resources, ... 8 years ago
TestUnfixedBugs.java extended forbidden-apis-check to ooxml-tests 8 years ago
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 15 years ago
TestWorkbook.java #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago