poi/src/ooxml/java/org/apache/poi/xssf/usermodel
Dominik Stadler d0513f2ca6 Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets.
Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737237 13f79535-47bb-0310-9956-ffa450edef68
2016-03-31 13:32:05 +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 bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 2016-01-03 13:28:17 +00:00
helpers Add details of the ignored errors where the HSSF spec provides a good description, and a bit more refactoring. #56892 2016-02-15 14:58:16 +00:00
BaseXSSFEvaluationWorkbook.java supporting changes for bug 58452: copy cell formulas containing unregistered function names 2015-10-31 11:39:01 +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 Bug 59199: Handle null date-values in a similar way as null-Strings 2016-03-28 20:20:29 +00:00
XSSFCellStyle.java bug 58996: Don't try to unset fill color if it is not set to avoid invalid access inside the Xml structures 2016-02-12 09:44:47 +00:00
XSSFChart.java Pull out two more XSSF namespace definitions as re-usable constants 2016-02-23 22:16:54 +00:00
XSSFChartSheet.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +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 bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
XSSFColor.java bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@gmail.com 2016-03-24 17:29:00 +00:00
XSSFColorScaleFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSSFComment.java bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value. 2015-11-23 15:11:28 +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 bug 58778: override a built-in number format, such as using £ instead of $ for currency 2015-12-29 00:12:04 +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 #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSSFDrawing.java Pull out two more XSSF namespace definitions as re-usable constants 2016-02-23 22:16:54 +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 #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +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 bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink 2015-11-29 02:43:17 +00:00
XSSFIconMultiStateFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSSFLineBreak.java POI-55292 with added files 2013-07-31 00:21:04 +00:00
XSSFMap.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +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 Javadocs fixes 2016-01-13 01:09:43 +00:00
XSSFPivotCache.java Javadocs fixes 2016-01-13 01:09:43 +00:00
XSSFPivotCacheDefinition.java Revert set of inadvertedly committed files/changes 2016-03-29 18:11:44 +00:00
XSSFPivotCacheRecords.java Javadocs fixes 2016-01-13 01:09:43 +00:00
XSSFPivotTable.java Javadocs fixes 2016-01-13 01:09:43 +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 Pull out two more XSSF namespace definitions as re-usable constants 2016-02-23 22:16:54 +00:00
XSSFRichTextString.java sonar fixes 2016-03-11 23:14:09 +00:00
XSSFRow.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +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 Revert set of inadvertedly committed files/changes 2016-03-29 18:11:44 +00:00
XSSFSheetConditionalFormatting.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSSFSimpleShape.java Fix some Forbidden APIs errors 2015-09-01 19:01:36 +00:00
XSSFTable.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +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 Javadocs fixes 2016-01-13 01:09:43 +00:00
XSSFVMLDrawing.java #57031 - Out of Memory when extracting text from attached files 2016-03-09 00:41:02 +00:00
XSSFWorkbook.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +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