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 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
..
DVConstraint.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
DummyGraphics2d.java more cleanup of deprecation warnings generated by javac 14 years ago
EscherGraphics.java more cleanup of deprecation warnings generated by javac 14 years ago
EscherGraphics2d.java code cleanup as suggested in Bugzilla 50446 13 years ago
FontDetails.java code cleanup as suggested in Bugzilla 50446 13 years ago
HSSFAnchor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 17 years ago
HSSFAutoFilter.java initial support for excel auto-filters 14 years ago
HSSFBorderFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFCell.java Bugzilla 51171: Improved performance of opening large .xls files 13 years ago
HSSFCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 13 years ago
HSSFChildAnchor.java Fixed unused imports compiler warnings (and some others) 15 years ago
HSSFClientAnchor.java Fixed compiler warnings - unnecessary else 15 years ago
HSSFComment.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
HSSFConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFConditionalFormattingRule.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFCreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 14 years ago
HSSFDataFormat.java Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString() 13 years ago
HSSFDataFormatter.java Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 14 years ago
HSSFDataValidation.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
HSSFDataValidationHelper.java Add in missing license headers to a few files 14 years ago
HSSFDateUtil.java Copy HSSFDateUtils to ss.usermodel, and leave a proxy behind 16 years ago
HSSFErrorConstants.java Merged revisions 668156-671000 via svnmerge from 16 years ago
HSSFEvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
HSSFEvaluationSheet.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
HSSFEvaluationWorkbook.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
HSSFFont.java Add a method to HSSFFont to get the color, similar to the XSSF one 12 years ago
HSSFFontFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
HSSFFormulaEvaluator.java As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook 13 years ago
HSSFHeader.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
HSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 14 years ago
HSSFName.java moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
HSSFObjectData.java Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings 13 years ago
HSSFOptimiser.java records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 14 years ago
HSSFPalette.java Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 14 years ago
HSSFPatriarch.java Support for appending images to existing drawings in HSSF 13 years ago
HSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFPicture.java Support for appending images to existing drawings in HSSF 13 years ago
HSSFPictureData.java Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF 13 years ago
HSSFPolygon.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 17 years ago
HSSFPrintSetup.java HSSF* classes implement same interfaces as XSSF* classes. 16 years ago
HSSFRichTextString.java records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 14 years ago
HSSFRow.java Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 13 years ago
HSSFShape.java Support for appending images to existing drawings in HSSF 13 years ago
HSSFShapeContainer.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 17 years ago
HSSFShapeGroup.java avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 12 years ago
HSSFSheet.java Support for appending images to existing drawings in HSSF 13 years ago
HSSFSheetConditionalFormatting.java support for conditional formatting in XSSF including docs and examples 13 years ago
HSSFSimpleShape.java Support for appending images to existing drawings in HSSF 13 years ago
HSSFTextbox.java Fixed unused imports compiler warnings (and some others) 15 years ago
HSSFWorkbook.java fixed javadoc warnings 12 years ago
HeaderFooter.java Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one 13 years ago
StaticFontMetrics.java Fixed compiler warnings - unnecessary else 15 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago