poi/src/java/org/apache/poi/hssf/usermodel
Travis Burtrum 535971ce0b Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
..
helpers [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 2018-01-30 13:16:49 +00:00
DVConstraint.java Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 2017-10-13 09:40:22 +00:00
EscherGraphics.java string.equals("") -> string.isEmpty() or "".equals(string) 2017-10-18 07:45:53 +00:00
EscherGraphics2d.java sonar fixes - null dereference 2018-05-21 23:17:57 +00:00
FontDetails.java Remove unnecessary type arguments (Java 8) 2017-09-16 08:27:23 +00:00
HSSFAnchor.java Remove unnecessary initialization of members 2017-09-16 08:22:59 +00:00
HSSFAutoFilter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFBorderFormatting.java Introduce new BorderFormatting methods to expose border styles 2017-10-22 13:53:42 +00:00
HSSFCell.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFCellStyle.java tidy up API for font index 2018-02-26 20:26:48 +00:00
HSSFChart.java #62355 - unsplit packages - 1 - moved classes 2018-05-27 21:59:18 +00:00
HSSFChildAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
HSSFClientAnchor.java Remove some deprecated *SSF APIs 2017-06-28 10:34:37 +00:00
HSSFColorScaleFormatting.java #58130 HSSF CF Color Scale color support 2015-07-20 00:47:27 +00:00
HSSFCombobox.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
HSSFComment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 2016-10-07 12:39:15 +00:00
HSSFConditionalFormatting.java Add setFormattingRanges() to interface ConditionalFormatting, closes #42 2016-11-07 21:32:04 +00:00
HSSFConditionalFormattingRule.java Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions 2017-11-15 08:35:17 +00:00
HSSFConditionalFormattingThreshold.java Update objects / method signatures for the new CF Thresholds, to better match what the other CF bits expose where 2015-07-16 21:23:54 +00:00
HSSFCreationHelper.java Ensure SpreadsheetVersion is set for AreaReferences 2017-06-28 22:11:26 +00:00
HSSFDataBarFormatting.java #58130 CF DataBar support 2015-07-20 03:52:50 +00:00
HSSFDataFormat.java Remove unnecessary type arguments (Java 8) 2017-09-16 08:27:23 +00:00
HSSFDataFormatter.java forbidden apis fixes - a few DateFormat clean ups ... 2015-09-09 00:41:03 +00:00
HSSFDataValidation.java Remove unnecessary initialization of members 2017-09-16 08:22:59 +00:00
HSSFDataValidationHelper.java findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 2016-06-13 07:02:33 +00:00
HSSFDateUtil.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFEvaluationCell.java update getCellType to return CellType enum instead of int 2017-09-18 13:26:16 +00:00
HSSFEvaluationSheet.java #61841 2017-12-07 01:54:21 +00:00
HSSFEvaluationWorkbook.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFExtendedColor.java Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 2017-05-26 23:14:48 +00:00
HSSFFont.java [bug-62018] use ints to index fonts 2018-02-20 00:25:43 +00:00
HSSFFontFormatting.java Cleaner code for checking and casting the Color objects 2015-07-14 19:29:18 +00:00
HSSFFooter.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFFormulaEvaluator.java javadoc: replace invalid self enclosing elements 2017-07-17 08:24:24 +00:00
HSSFHeader.java Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:36:41 +00:00
HSSFHyperlink.java use non-deprecated versions of getCellType 2017-09-18 16:31:55 +00:00
HSSFIconMultiStateFormatting.java #58130 HSSF CF Color Scale color support 2015-07-20 00:47:27 +00:00
HSSFName.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFObjectData.java javadoc: replace invalid self enclosing elements 2017-07-17 08:24:24 +00:00
HSSFOptimiser.java Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 2017-11-05 20:33:28 +00:00
HSSFPalette.java #59836 - Tracker: Replace primitives with enums 2017-01-22 22:01:22 +00:00
HSSFPatriarch.java XDDF usermodel for Charts closes #68 on GitHub 2017-11-26 14:03:01 +00:00
HSSFPatternFormatting.java Cleaner code for checking and casting the Color objects 2015-07-14 19:29:18 +00:00
HSSFPicture.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 2017-09-16 08:21:28 +00:00
HSSFPictureData.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
HSSFPolygon.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
HSSFPrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 2014-05-15 10:15:04 +00:00
HSSFRangeCopier.java [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 2018-02-14 20:30:01 +00:00
HSSFRichTextString.java Remove unnecessary local variables 2017-09-16 08:28:38 +00:00
HSSFRow.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFShape.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
HSSFShapeContainer.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
HSSFShapeFactory.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
HSSFShapeGroup.java Remove unnecessary type arguments (Java 8) 2017-09-16 08:27:23 +00:00
HSSFShapeTypes.java added javadoc and code refactoring 2012-08-08 19:41:14 +00:00
HSSFSheet.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFSheetConditionalFormatting.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFSimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored 2017-04-16 22:41:28 +00:00
HSSFTextbox.java findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future 2016-06-13 07:02:33 +00:00
HSSFWorkbook.java Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook 2019-03-25 13:09:18 -04:00
HSSFWorkbookFactory.java Adjust sample for creating comments to also create a .xlsx file 2018-10-26 09:32:57 +00:00
HeaderFooter.java replace "String.indexOf(String) >= 1" with "String.contains(String)" 2017-05-16 10:53:15 +00:00
StaticFontMetrics.java Remove unnecessary type arguments (Java 8) 2017-09-16 08:27:23 +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