poi/src/java/org/apache/poi/hssf/usermodel
Evgeniy Berlog a5fc05417c added javadoc and few other improvements
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1370018 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06 21:06:12 +00:00
..
drawing added Apache License header to each new file 2012-08-01 19:48:24 +00:00
DVConstraint.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
DummyGraphics2d.java more cleanup of deprecation warnings generated by javac 2010-05-30 06:57:23 +00:00
EscherGraphics.java checked all examples, added several features 2012-07-11 12:08:38 +00:00
EscherGraphics2d.java code cleanup as suggested in Bugzilla 50446 2010-12-10 15:43:59 +00:00
FontDetails.java code cleanup as suggested in Bugzilla 50446 2010-12-10 15:43:59 +00:00
HSSFAnchor.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFAutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
HSSFBorderFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFCell.java added few improvements 2012-07-23 09:06:56 +00:00
HSSFCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 2011-03-11 17:33:36 +00:00
HSSFChildAnchor.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFClientAnchor.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFCombobox.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFComment.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFConditionalFormattingRule.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFCreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 2009-09-16 23:20:51 +00:00
HSSFDataFormat.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
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 2010-01-26 16:21:17 +00:00
HSSFDataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
HSSFDataValidationHelper.java Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
HSSFDateUtil.java Copy HSSFDateUtils to ss.usermodel, and leave a proxy behind 2008-04-05 17:49:06 +00:00
HSSFErrorConstants.java Merged revisions 668156-671000 via svnmerge from 2008-07-06 12:11:37 +00:00
HSSFEvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 2012-02-06 07:37:11 +00:00
HSSFEvaluationSheet.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
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 2010-11-28 12:03:52 +00:00
HSSFFont.java Add a method to HSSFFont to get the color, similar to the XSSF one 2011-09-29 19:40:47 +00:00
HSSFFontFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFFormulaEvaluator.java added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 2012-02-07 08:11:37 +00:00
HSSFHeader.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFHyperlink.java Initialise the link type of HSSFHyperLink, so that getType() on it works 2010-01-05 14:08:51 +00:00
HSSFName.java Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 2012-08-04 08:51:49 +00:00
HSSFObjectData.java added features: 2012-07-28 10:21:40 +00:00
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 2010-01-18 12:18:00 +00:00
HSSFPalette.java Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 2009-11-25 11:45:37 +00:00
HSSFPatriarch.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFPatternFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
HSSFPicture.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFPictureData.java Bugzilla 53446 - Fixed some problems extracting PNGs 2012-08-04 05:30:19 +00:00
HSSFPolygon.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFPrintSetup.java HSSF* classes implement same interfaces as XSSF* classes. 2008-01-24 10:10:55 +00:00
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 2010-01-18 12:18:00 +00:00
HSSFRow.java Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 2011-07-08 14:58:08 +00:00
HSSFShape.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFShapeContainer.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFShapeFactory.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFShapeGroup.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFSheet.java merged with trunk 2012-08-05 13:05:44 +00:00
HSSFSheetConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HSSFSimpleShape.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
HSSFTextbox.java added features: 2012-07-28 10:21:40 +00:00
HSSFWorkbook.java merged with trunk 2012-08-05 13:05:44 +00:00
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 2010-09-21 11:33:21 +00:00
StaticFontMetrics.java Fixed compiler warnings - unnecessary else 2009-08-18 16:50:24 +00:00
package.html removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00