poi/src/java/org/apache/poi/hssf/usermodel
Yegor Kozlov a1223d163e bug 46250 - Fixed cloning worksheets with images
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148295 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 12:19:48 +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 more cleanup of deprecation warnings generated by javac 2010-05-30 06:57:23 +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 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. 2006-12-22 19:18:16 +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 Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from 2008-10-30 22:06:10 +00:00
HSSFCell.java Bugzilla 51171: Improved performance of opening large .xls files 2011-05-15 18:40:13 +00:00
HSSFCellStyle.java fixed setting named styles to HSSFCells. see Bugzilla 50912 2011-03-11 17:33:36 +00:00
HSSFChildAnchor.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
HSSFClientAnchor.java Fixed compiler warnings - unnecessary else 2009-08-18 16:50:24 +00:00
HSSFComment.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 2009-11-27 17:39:17 +00:00
HSSFConditionalFormatting.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HSSFConditionalFormattingRule.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +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 Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString() 2011-06-16 10:13:16 +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 modified EvaluationCell to make Evaluation API more easily wrapable. 2008-12-03 05:07:31 +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 Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 2010-05-25 16:25:34 +00:00
HSSFFontFormatting.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HSSFFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HSSFFormulaEvaluator.java As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook 2011-05-09 14:04:21 +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 moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
HSSFObjectData.java Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings 2011-07-15 15:08:51 +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 Bugzilla 51196: Initial support for Spreadsheet Chart API 2011-05-20 08:22:53 +00:00
HSSFPatternFormatting.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HSSFPicture.java support for retrieving pictures from HSSF workbooks, see bugzilla 50022 2010-10-04 13:34:17 +00:00
HSSFPictureData.java Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/XWPF 2010-09-10 19:15:16 +00:00
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. 2006-12-22 19:18:16 +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 fixed compiler warnings. added some TODO comments 2009-02-13 22:11:16 +00:00
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. 2006-12-22 19:18:16 +00:00
HSSFShapeGroup.java updated docs on extraction of embedded objects, misc changes in HSSF 2009-07-18 16:49:56 +00:00
HSSFSheet.java Apply patch from bug #51460 (with some related generics tweaks) - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator 2011-07-01 16:16:55 +00:00
HSSFSheetConditionalFormatting.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
HSSFSimpleShape.java initial support for excel auto-filters 2010-08-08 11:11:38 +00:00
HSSFTextbox.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
HSSFWorkbook.java bug 46250 - Fixed cloning worksheets with images 2011-07-19 12:19:48 +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