Author: nick
Date: Tue Jul 14 16:12:40 2015
New Revision: 1691015
URL: http://svn.apache.org/r1691015
Log:
Constant for the Office 2010 Conditional Formatting extensions namespace
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java?rev=1691015&r1=1691014&r2=1691015&view=diff
==============================================================================
---
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
(original)
+++
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
Tue Jul 14 16:12:40 2015
@@ -36,9 +36,12 @@ import org.openxmlformats.schemas.spread
import
org.openxmlformats.schemas.spreadsheetml.x2006.main.STConditionalFormattingOperator;
/**
- * @author Yegor Kozlov
+ * XSSF Conditional Formattings
*/
public class XSSFSheetConditionalFormatting implements
SheetConditionalFormatting {
+ /** Office 2010 Conditional Formatting extensions namespace */
+ protected static final CF_EXT_2009_NS_X14 =
"http://schemas.microsoft.com/office/spreadsheetml/2009/9/main";
+
private final XSSFSheet _sheet;
/* package */ XSSFSheetConditionalFormatting(XSSFSheet sheet) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]