poi/src/ooxml/java/org/apache/poi/xssf/usermodel
Andreas Beeker a0a197bc96 javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 23:10:02 +00:00
..
charts Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 2014-11-04 22:11:07 +00:00
extensions Start on HSSF/XSSF Shrink To Fit support, see bug #55661 2013-11-07 22:28:06 +00:00
helpers Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 2015-10-05 10:31:33 +00:00
BaseXSSFEvaluationWorkbook.java Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides easier #58200 2015-07-31 22:04:16 +00:00
BaseXSSFFormulaEvaluator.java Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides easier #58200 2015-07-31 22:04:16 +00:00
ListAutoNumber.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextAlign.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextAutofit.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextCap.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextDirection.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextFontAlign.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextHorizontalOverflow.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
TextVerticalOverflow.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFAnchor.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
XSSFAutoFilter.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
XSSFBorderFormatting.java #58138 CF Border colour getters and setters on Color objects as well as shorts 2015-07-14 21:19:13 +00:00
XSSFCell.java sonar fixes 2015-09-29 08:31:15 +00:00
XSSFCellStyle.java javadoc fixes 2015-10-12 23:10:02 +00:00
XSSFChart.java Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. 2014-12-22 14:16:23 +00:00
XSSFChartSheet.java Correct the fetching of Drawings from a XSSFChartSheet 2011-04-08 20:30:38 +00:00
XSSFChildAnchor.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFClientAnchor.java FindBugs fix 2014-02-09 21:19:20 +00:00
XSSFColor.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
XSSFColorScaleFormatting.java XSSF color scale CF objects 2015-07-19 22:22:09 +00:00
XSSFComment.java Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was introduced via bug 54920 2015-07-24 11:58:01 +00:00
XSSFConditionalFormatting.java Enable CF2007 test for XLSX too 2015-07-13 19:56:09 +00:00
XSSFConditionalFormattingRule.java #58130 CF DataBar support 2015-07-20 03:52:50 +00:00
XSSFConditionalFormattingThreshold.java #58130 Mostly there with CF Icon sets 2015-07-18 04:55:27 +00:00
XSSFConnector.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFCreationHelper.java #58200 Prepare for evaluating SXSSF cell formulas in limited cases 2015-07-31 19:19:33 +00:00
XSSFDataBarFormatting.java #58130 CF DataBar support 2015-07-20 03:52:50 +00:00
XSSFDataFormat.java Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880 2015-05-03 08:10:07 +00:00
XSSFDataValidation.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 2014-12-22 10:03:32 +00:00
XSSFDataValidationConstraint.java Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
XSSFDataValidationHelper.java Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 2014-12-22 10:03:32 +00:00
XSSFDialogsheet.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFDrawing.java Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 2014-11-16 14:48:47 +00:00
XSSFEvaluationCell.java Prepare for SXSSF evaluation #58200 2015-07-31 20:22:11 +00:00
XSSFEvaluationSheet.java Prepare for SXSSF evaluation #58200 2015-07-31 20:22:11 +00:00
XSSFEvaluationWorkbook.java Get basic SXSSF formula evaluation working, for cells/references in the window #58200 2015-07-31 21:31:53 +00:00
XSSFEvenFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFactory.java Ensure that XWPFParagraph.getDocument() is not null 2010-10-28 13:02:43 +00:00
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFont.java Fix bug 53275: reset indexed color flag when setting a non-indexed color 2015-09-03 20:46:23 +00:00
XSSFFontFormatting.java Cleaner code for checking and casting the Color objects 2015-07-14 19:29:18 +00:00
XSSFFormulaEvaluator.java Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides easier #58200 2015-07-31 22:04:16 +00:00
XSSFGraphicFrame.java FindBugs - DLS_DEAD_LOCAL_STORE 2015-08-15 11:57:57 +00:00
XSSFHyperlink.java Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 2014-07-31 14:55:04 +00:00
XSSFIconMultiStateFormatting.java #58130 Mostly there with CF Icon sets 2015-07-18 04:55:27 +00:00
XSSFLineBreak.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFMap.java For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838 2014-07-24 16:41:43 +00:00
XSSFName.java Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 2010-12-02 15:23:35 +00:00
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFPatternFormatting.java Support unsetting the XSSF CF pattern colours 2015-07-14 21:10:14 +00:00
XSSFPicture.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
XSSFPictureData.java Bug 51158: clear out Memory-based part before writing to it, 2013-12-26 17:55:36 +00:00
XSSFPivotCache.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 2014-07-30 15:27:09 +00:00
XSSFPivotCacheDefinition.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 2014-08-28 00:08:41 +00:00
XSSFPivotCacheRecords.java Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 2014-07-30 15:27:09 +00:00
XSSFPivotTable.java Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 2014-12-21 06:20:06 +00:00
XSSFPrintSetup.java Make setLandscape(false) and setLeftToRight(false) do what one would expect 2015-06-17 14:26:31 +00:00
XSSFRelation.java Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 2015-07-13 09:05:17 +00:00
XSSFRichTextString.java Bug 58315: Avoid NPE for RichTextString without font-details 2015-09-05 12:57:04 +00:00
XSSFRow.java Bug 46192: Add methods to query outline level for HSSF and XSSF 2015-01-02 20:03:28 +00:00
XSSFShape.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFShapeGroup.java added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 2009-12-03 16:50:34 +00:00
XSSFSheet.java Make XSSF and HSSF consistent in getMergedRegions - return empty list if there are none, rather than an exception. Tests for this. 2015-09-23 12:53:13 +00:00
XSSFSheetConditionalFormatting.java Javadoc fixes 2015-07-21 23:57:44 +00:00
XSSFSimpleShape.java Fix some Forbidden APIs errors 2015-09-01 19:01:36 +00:00
XSSFTable.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 2014-08-28 00:08:41 +00:00
XSSFTextBox.java Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 2009-11-03 23:02:06 +00:00
XSSFTextParagraph.java Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no bullet character, mirror Excel and treat as un-bulleted 2015-04-29 19:21:37 +00:00
XSSFTextRun.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFVBAPart.java Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 2015-07-13 09:05:17 +00:00
XSSFVMLDrawing.java Use a different arbitrary value for the ID of the comment shape type. This appears to prevent Excel >= 2010 from turning POI-written comments into the wrong shape (giant curved arrow). 2015-06-03 12:50:10 +00:00
XSSFWorkbook.java Javadoc fixes 2015-09-17 11:18:15 +00:00
XSSFWorkbookType.java Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 2015-07-13 09:05:17 +00:00