poi/src/java/org/apache/poi/ss/usermodel
Nick Burch 75a56dcf22 Push the fix for bug #55248 up to the Sheet interface (was XSSF only before)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516124 13f79535-47bb-0310-9956-ffa450edef68
2013-08-21 09:41:15 +00:00
..
charts optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +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 support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
BorderStyle.java Bugzilla 53699 - Patch to correct BorderStyle enum positions 2012-08-12 09:59:54 +00:00
BuiltinFormats.java fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bugzilla 49928 2011-02-10 14:07:04 +00:00
Cell.java Add tests to verify that XSSF and HSSF do the same thing with retrieving the wrong type of value from string/numberic/formula cells, and tweak documentation to match the long standing behaviour (bug #47815) 2010-06-04 15:58:02 +00:00
CellRange.java Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. 2009-12-25 23:04:04 +00:00
CellStyle.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
CellValue.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:04:56 +00:00
Chart.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
ClientAnchor.java Correct docs issue 2011-05-13 11:05:02 +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
Comment.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 2009-11-27 17:39:17 +00:00
ComparisonOperator.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
ConditionalFormatting.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
ConditionalFormattingRule.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
CreationHelper.java Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification. 2009-09-16 23:20:51 +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 Bug 54786: Fix missing quoting in date formatting, add a number of unit 2013-08-16 09:38:47 +00:00
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationConstraint.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DateUtil.java Fix bug #54557 - Don't mis-detect format patterns like .000 as dates 2013-02-13 16:45:03 +00:00
Drawing.java Bugzilla 51196: Initial support for Spreadsheet Chart API 2011-05-20 08:22:53 +00:00
ErrorConstants.java Merged revisions 668156-671000 via svnmerge from 2008-07-06 12:11:37 +00:00
ExcelStyleDateFormatter.java Fix bug #54579 - Handle milliseconds in date formats eg ss.000 2013-02-19 16:28:40 +00:00
FillPatternType.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Font.java Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 2010-05-25 16:25:34 +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 support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +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 fixed evaluation of XSSF workbooks containing formulas with reference errors (#REF!), see Bugzilla 49783 2010-08-25 13:29:55 +00:00
FormulaEvaluator.java bugzilla ticket 53642: added detailed logging for formula evaluation in both HSSF and XSSF modules 2012-09-05 17:03:55 +00:00
FractionFormat.java 55419 and refactor SimpleFraction 2013-08-15 01:46:25 +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 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Hyperlink.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
IndexedColors.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
Name.java Improvements to patch 47809 (support for UDFs) 2009-09-17 00:00:57 +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 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PatternFormatting.java support for conditional formatting in XSSF including docs and examples 2011-07-29 04:47:25 +00:00
Picture.java Support for appending images to existing drawings in HSSF 2011-07-20 07:38:01 +00:00
PictureData.java Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension 2010-09-09 09:28:04 +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 Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5 2010-03-30 10:05:53 +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 Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCell(int,int) 2013-05-06 16:53:04 +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 Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 2013-08-21 09:41:15 +00:00
SheetConditionalFormatting.java fixed javadoc warnings 2011-12-09 16:48:38 +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 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Workbook.java Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 2012-08-04 08:51:49 +00:00