poi/src/ooxml/java/org/apache/poi/xssf/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 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 merge trunk to branch 2016-09-28 21:01:40 +00:00
BaseXSSFEvaluationWorkbook.java merge down trunk 2016-08-08 01:14:36 +00:00
BaseXSSFFormulaEvaluator.java merge trunk to branch 2016-09-28 21:01:40 +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 Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +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 merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFCell.java merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFCellStyle.java merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFChart.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
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 merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFColor.java bug 59342: add sheet tab color getter and setter 2016-04-17 07:38:15 +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 50795: move hack to avoid xmlbeans corrupt pointer to its own function 2016-07-07 02:19:02 +00:00
XSSFConditionalFormatting.java Enable CF2007 test for XLSX too 2015-07-13 19:56:09 +00:00
XSSFConditionalFormattingRule.java bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF 2016-06-18 01:06:53 +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 merge trunk to branch 2016-09-19 00:20:44 +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 bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFDataVAlidationConstraint 2016-06-20 05:01:21 +00:00
XSSFDataValidationHelper.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
XSSFDialogsheet.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSSFDrawing.java deprecation fix 2016-05-16 10:09:52 +00:00
XSSFEvaluationCell.java merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFEvaluationSheet.java merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFEvaluationWorkbook.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +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 bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
XSSFFontFormatting.java bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1 2016-06-15 04:22:26 +00:00
XSSFFormulaEvaluator.java merge trunk to branch 2016-09-19 00:20:44 +00:00
XSSFGraphicFrame.java don't shadow drawing field from XSSFShape in XSSFGraphicFrame 2016-07-02 08:40:50 +00:00
XSSFHyperlink.java merge trunk to branch 2016-09-19 00:20:44 +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 merge down trunk 2016-08-08 01:14:36 +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 merge trunk to branch 2016-09-28 21:01:40 +00:00
XSSFPivotCacheRecords.java Javadocs fixes 2016-01-13 01:09:43 +00:00
XSSFPivotTable.java merge trunk to branch 2016-09-28 21:01:40 +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 findbugs fixes 2016-06-12 00:12:22 +00:00
XSSFRichTextString.java bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-02 18:28:43 +00:00
XSSFRow.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +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 merge trunk to branch 2016-09-28 21:01:40 +00:00
XSSFSheetConditionalFormatting.java mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil 2016-06-20 00:25:29 +00:00
XSSFSimpleShape.java Fix some Forbidden APIs errors 2015-09-01 19:01:36 +00:00
XSSFTable.java bug 59804: indicate when features were @Internal-ized 2016-07-05 23:22:49 +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 merge down trunk 2016-08-08 01:14:36 +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