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 afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 years ago
..
DVConstraint.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
DummyGraphics2d.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
EscherGraphics.java Fixing compiler warnings - unnecessary typecasts 15 years ago
EscherGraphics2d.java Fixing compiler warnings - unnecessary typecasts 15 years ago
FontDetails.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 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
HSSFBorderFormatting.java Fix for bug 15716 - - converted Ptg arrays into Formula objects to optimise memory usage 15 years ago
HSSFCell.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
HSSFCellStyle.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 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 javadocs cleanup 15 years ago
HSSFConditionalFormattingRule.java Partitioning common formula logic. Introduced FormulaParsingWorkbook and EvaluationWorkbook interfaces to make merge with ooxml branch easier 15 years ago
HSSFCreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 14 years ago
HSSFDataFormat.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 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 support for data validation for OOXML, see Bugzilla 49244 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 modified EvaluationCell to make Evaluation API more easily wrapable. 15 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 Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 years ago
HSSFFont.java more refactoring of common ss tests 15 years ago
HSSFFontFormatting.java javadocs cleanup 15 years ago
HSSFFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
HSSFFormulaEvaluator.java Improvements to patch 47809 (support for UDFs) 14 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 Renamed model.Workbook to InternalWorkbook to alleviate name clash. 14 years ago
HSSFObjectData.java Fixed compiler warnings - unnecessary else 15 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 small tweak to fix compiler error after r884918 (differences in @Override rules from java 5 to 6) 14 years ago
HSSFPatternFormatting.java javadocs cleanup 15 years ago
HSSFPicture.java improved javadoc on Picture.resize() 14 years ago
HSSFPictureData.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 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 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
HSSFShape.java fixed compiler warnings. added some TODO comments 15 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 updated docs on extraction of embedded objects, misc changes in HSSF 15 years ago
HSSFSheet.java support for data validation for OOXML, see Bugzilla 49244 14 years ago
HSSFSheetConditionalFormatting.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
HSSFSimpleShape.java Comment support from bug 41198, patch from Yegor 17 years ago
HSSFTextbox.java Fixed unused imports compiler warnings (and some others) 15 years ago
HSSFWorkbook.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
HeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 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