poi/src/java/org/apache/poi/ss/usermodel
Andreas Beeker 0a7cd3b68b merge trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762709 13f79535-47bb-0310-9956-ffa450edef68
2016-09-28 21:01:40 +00:00
..
charts merge trunk to branch 2016-09-19 00:20:44 +00:00
helpers Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 2016-07-16 20:52:39 +00:00
AutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
BorderFormatting.java merge trunk to branch 2016-09-19 00:20:44 +00:00
BorderStyle.java bug 59264: use BorderStyle for changing Cell border line style 2016-04-05 20:28:46 +00:00
BuiltinFormats.java merge trunk to branch 2016-09-19 00:20:44 +00:00
Cell.java merge trunk to branch 2016-09-19 00:20:44 +00:00
CellCopyPolicy.java bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy 2015-11-24 08:52:45 +00:00
CellRange.java Fix inconsistent whitespace/indents 2014-12-25 09:13:40 +00:00
CellStyle.java merge trunk to branch 2016-09-28 21:01:40 +00:00
CellType.java bug 59804: indicate when features were @Internal-ized 2016-07-05 23:22:49 +00:00
CellValue.java merge trunk to branch 2016-09-28 21:01:40 +00:00
Chart.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
ClientAnchor.java merge trunk to branch 2016-09-19 00:20:44 +00:00
Color.java Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 2010-05-26 17:46:46 +00:00
ColorScaleFormatting.java #58130 Interface defintions for two more CF types 2015-07-18 04:51:51 +00:00
Comment.java add @since to javadocs 2016-05-09 05:47:49 +00:00
ComparisonOperator.java Provide a Conditional Formatting type class, and deprecate the byte-based types, to better work with the wider range 2015-07-13 19:47:21 +00:00
ConditionType.java Enable CF2007 test for XLSX too 2015-07-13 19:56:09 +00:00
ConditionalFormatting.java Javadoc and comment updates for CFs 2015-07-12 17:06:45 +00:00
ConditionalFormattingRule.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 2016-06-18 01:06:53 +00:00
ConditionalFormattingThreshold.java findbugs fixes - ME_MUTABLE_ENUM_FIELD 2016-06-19 01:06:55 +00:00
CreationHelper.java merge trunk to branch 2016-09-19 00:20:44 +00:00
DataBarFormatting.java #58130 Interface defintions for two more CF types 2015-07-18 04:51:51 +00:00
DataConsolidateFunction.java merge trunk to branch 2016-09-19 00:20:44 +00:00
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
DataFormatter.java merge trunk to branch 2016-09-19 00:20:44 +00:00
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationConstraint.java update javadoc for clarification about non-literal lists 2016-06-19 06:23:57 +00:00
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DateUtil.java bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-03 07:20:47 +00:00
Drawing.java Bugzilla 51196: Initial support for Spreadsheet Chart API 2011-05-20 08:22:53 +00:00
ExcelGeneralNumberFormat.java fix forbidden apis issues 2015-12-13 09:51:22 +00:00
ExcelStyleDateFormatter.java add hashCode for corresponding equals function 2015-12-04 11:59:26 +00:00
ExtendedColor.java move loop invariant outside of loop 2016-06-17 07:59:01 +00:00
FillPatternType.java bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 2016-07-08 22:28:28 +00:00
Font.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
FontCharset.java Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 2011-03-04 14:01:14 +00:00
FontFamily.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontFormatting.java Fix inconsistent whitespace/formatting 2015-07-14 18:14:50 +00:00
FontScheme.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontUnderline.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaError.java merge trunk to branch 2016-09-19 00:20:44 +00:00
FormulaEvaluator.java merge trunk to branch 2016-09-19 00:20:44 +00:00
FractionFormat.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
HeaderFooter.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HorizontalAlignment.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 2016-07-10 08:29:02 +00:00
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 2015-11-02 12:57:57 +00:00
IconMultiStateFormatting.java findbugs fixes 2016-06-20 00:08:11 +00:00
IgnoredErrorType.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
IndexedColors.java bug 59340: lookup IndexedColors by index 2016-04-17 03:39:21 +00:00
Name.java bug 56781: disallow names with symbols, except underscore, period, and backslash 2016-06-20 10:27:52 +00:00
PageOrder.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PaperSize.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
PatternFormatting.java Provide format-agnostic conditional formatting patter colour getters and setters 2015-07-14 18:32:35 +00:00
Picture.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
PictureData.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
PrintCellComments.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintOrientation.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 2014-05-15 10:15:04 +00:00
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
Row.java merge trunk to branch 2016-09-19 00:20:44 +00:00
ShapeTypes.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Sheet.java bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 2016-07-17 05:47:03 +00:00
SheetConditionalFormatting.java #58130 Begin CF DataBar support 2015-07-20 03:21:57 +00:00
Table.java fix javadocs 2016-06-10 09:16:41 +00:00
Textbox.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
VerticalAlignment.java if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 2016-07-17 20:27:57 +00:00
Workbook.java merge trunk to branch 2016-09-28 21:01:40 +00:00