You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/06/12 19:38:52 UTC

svn commit: r1492299 [5/5] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/hwpf/model/ apidocs/org/apache/poi/ss/formula/class-use/ apidocs/org/apache/poi/ss/formula/eval/class-use/ apidocs/org/apache/p...

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-summary.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-summary.html Wed Jun 12 17:38:50 2013
@@ -156,6 +156,14 @@ Package org.apache.poi.ss.formula.functi
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Code.html" title="class in org.apache.poi.ss.formula.functions">Code</A></B></TD>
+<TD>Implementation for Excel CODE () function.<p/>
+ <p/>
+ <b>Syntax</b>:<br/> <b>CODE   </b>(<b>text</b> )<br/>
+ <p/>
+ Returns a numeric code for the first character in a text string.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions">Column</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
@@ -164,6 +172,14 @@ Package org.apache.poi.ss.formula.functi
 <TD>Implementation for Excel COLUMNS function.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Complex.html" title="class in org.apache.poi.ss.formula.functions">Complex</A></B></TD>
+<TD>Implementation for Excel COMPLEX () function.<p/>
+ <p/>
+ <b>Syntax</b>:<br/> <b>COMPLEX   </b>(<b>real_num</b>,<b>i_num</b>,<b>suffix </b> )<br/>
+ <p/>
+ Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions">Count</A></B></TD>
 <TD>Counts the number of cells that contain numeric data within
   the list of arguments.</TD>
@@ -194,6 +210,22 @@ Package org.apache.poi.ss.formula.functi
  (twelve 30-day months), which is used in some accounting calculations.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Dec2Hex.html" title="class in org.apache.poi.ss.formula.functions">Dec2Hex</A></B></TD>
+<TD>Implementation for Excel DELTA() function.<p/>
+ <p/>
+ <b>Syntax</b>:<br/> <b>DEC2HEX  </b>(<b>number</b>,<b>places</b> )<br/>
+ <p/>
+ Converts a decimal number to hexadecimal.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Delta.html" title="class in org.apache.poi.ss.formula.functions">Delta</A></B></TD>
+<TD>Implementation for Excel DELTA() function.<p/>
+ <p/>
+ <b>Syntax</b>:<br/> <b>DELTA </b>(<b>number1</b>,<b>number2</b> )<br/>
+ <p/>
+ Tests whether two values are equal.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/EDate.html" title="class in org.apache.poi.ss.formula.functions">EDate</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
@@ -387,6 +419,10 @@ Package org.apache.poi.ss.formula.functi
 <TD>Compute the interest portion of a payment.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Quotient.html" title="class in org.apache.poi.ss.formula.functions">Quotient</A></B></TD>
+<TD>Implementation for Excel QUOTIENT () function.<p/></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Rank.html" title="class in org.apache.poi.ss.formula.functions">Rank</A></B></TD>
 <TD>Returns the rank of a number in a list of numbers.</TD>
 </TR>
@@ -409,6 +445,14 @@ Package org.apache.poi.ss.formula.functi
  <b>newText</b> The new text value to replace the removed section<br/></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/Rept.html" title="class in org.apache.poi.ss.formula.functions">Rept</A></B></TD>
+<TD>Implementation for Excel REPT () function.<p/>
+ <p/>
+ <b>Syntax</b>:<br/> <b>REPT  </b>(<b>text</b>,<b>number_times</b> )<br/>
+ <p/>
+ Repeats text a given number of times.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/poi/ss/formula/functions/RowFunc.html" title="class in org.apache.poi.ss.formula.functions">RowFunc</A></B></TD>
 <TD>Implementation for the Excel function ROW</TD>
 </TR>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-tree.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/package-tree.html Wed Jun 12 17:38:50 2013
@@ -94,21 +94,23 @@ Class Hierarchy
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/BooleanFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>BooleanFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Choose.html" title="class in org.apache.poi.ss.formula.functions"><B>Choose</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions"><B>Column</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</A>, org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</A>)
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Complex.html" title="class in org.apache.poi.ss.formula.functions"><B>Complex</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Count.html" title="class in org.apache.poi.ss.formula.functions"><B>Count</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Counta.html" title="class in org.apache.poi.ss.formula.functions"><B>Counta</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</A>)
-<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countif.StringMatcher.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif.StringMatcher</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><B>Days360</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/EDate.html" title="class in org.apache.poi.ss.formula.functions"><B>EDate</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countif.StringMatcher.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif.StringMatcher</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><B>Days360</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Dec2Hex.html" title="class in org.apache.poi.ss.formula.functions"><B>Dec2Hex</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/EDate.html" title="class in org.apache.poi.ss.formula.functions"><B>EDate</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Finance.html" title="class in org.apache.poi.ss.formula.functions"><B>Finance</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FinanceFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>FinanceFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function3Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function3Arg</A>, org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function4Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function4Arg</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/FinanceLib.html" title="class in org.apache.poi.ss.formula.functions"><B>FinanceLib</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed0ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed0ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</A>)
 <UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Na.html" title="class in org.apache.poi.ss.formula.functions"><B>Na</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Now.html" title="class in org.apache.poi.ss.formula.functions"><B>Now</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Today.html" title="class in org.apache.poi.ss.formula.functions"><B>Today</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed1ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</A>)
 <UL>
-<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>CalendarFieldFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Columns.html" title="class in org.apache.poi.ss.formula.functions"><B>Columns</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countblank.html" title="class in org.apache.poi.ss.formula.functions"><B>Countblank</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Errortype.html" title="class in org.apache.poi.ss.formula.functions"><B>Errortype</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html" titl
 e="class in org.apache.poi.ss.formula.functions"><B>LogicalFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.OneArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.OneArg</B></A><UL>
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>CalendarFieldFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Code.html" title="class in org.apache.poi.ss.formula.functions"><B>Code</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Columns.html" title="class in org.apache.poi.ss.formula.functions"><B>Columns</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countblank.html" title="class in org.apache.poi.ss.formula.functions"><B>Countblank</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Errortype.html" title="class in org.
 apache.poi.ss.formula.functions"><B>Errortype</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LogicalFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.OneArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.OneArg</B></A><UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Even.html" title="class in org.apache.poi.ss.formula.functions"><B>Even</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Odd.html" title="class in org.apache.poi.ss.formula.functions"><B>Odd</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Rows.html" title="class in org.apache.poi.ss.formula.functions"><B>Rows</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/T.html" title="class in org.apache.poi.ss.formula.functions"><B>T</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Value.html" title="class in org.apache.poi.ss.formula.functions"><B>Value</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed2ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed2ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function2Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function2Arg</A>)
 <UL>
-<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countif.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><B>Intercept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LinearRegressionFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.TwoArg</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functi
 ons/Slope.html" title="class in org.apache.poi.ss.formula.functions"><B>Slope</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/XYNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>XYNumericFunction</B></A><UL>
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Countif.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Delta.html" title="class in org.apache.poi.ss.formula.functions"><B>Delta</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><B>Intercept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LinearRegressionFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" t
 itle="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.TwoArg</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Quotient.html" title="class in org.apache.poi.ss.formula.functions"><B>Quotient</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Rept.html" title="class in org.apache.poi.ss.formula.functions"><B>Rept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Slope.html" title="class in org.apache.poi.ss.formula.functions"><B>Slope</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/XYNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>XYNumericFunction</B></A><UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Sumx2my2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumx2my2</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Sumx2py2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumx2py2</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Sumxmy2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumxmy2</B></A></UL>
 </UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Fixed3ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed3ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="../../../../../../org/apache/poi/ss/formula/functions/Function3Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function3Arg</A>)

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/AreaReference.html Wed Jun 12 17:38:50 2013
@@ -143,14 +143,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/poi/ss/util/AreaReference.html#formatAsString()">formatAsString</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example return values:
-    <table border="0" cellpadding="1" cellspacing="0" summary="Example return values">
-      <th align='left'>Result<th align='left'>Comment
-      A1:A1Single cell area reference without sheet
-      A1:$C$1Multi-cell area reference without sheet
-      Sheet1!A$1:B4Standard sheet name
-      'O''Brien''s Sales'!B5:C6'&nbsp;Sheet name with special characters
-    </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a text representation of this area reference.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -442,7 +435,9 @@ formatAsString</H3>
 <PRE>
 public java.lang.String <B>formatAsString</B>()</PRE>
 <DL>
-<DD>Example return values:
+<DD>Returns a text representation of this area reference.
+ <p/>
+  Example return values:
     <table border="0" cellpadding="1" cellspacing="0" summary="Example return values">
       <tr><th align='left'>Result</th><th align='left'>Comment</th></tr>
       <tr><td>A1:A1</td><td>Single cell area reference without sheet</td></tr>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/CellReference.html Wed Jun 12 17:38:50 2013
@@ -242,13 +242,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../../org/apache/poi/ss/util/CellReference.html#formatAsString()">formatAsString</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example return values:
-        <table border="0" cellpadding="1" cellspacing="0" summary="Example return values">
-          <th align='left'>Result<th align='left'>Comment
-          A1Cell reference without sheet
-          Sheet1!A1Standard sheet name
-          'O''Brien''s Sales'!A1'&nbsp;Sheet name with special characters
-        </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a text representation of this cell reference.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -617,7 +611,9 @@ formatAsString</H3>
 <PRE>
 public java.lang.String <B>formatAsString</B>()</PRE>
 <DL>
-<DD>Example return values:
+<DD>Returns a text representation of this cell reference.
+ <p/>
+  Example return values:
         <table border="0" cellpadding="1" cellspacing="0" summary="Example return values">
           <tr><th align='left'>Result</th><th align='left'>Comment</th></tr>
           <tr><td>A1</td><td>Cell reference without sheet</td></tr>

Modified: poi/site/publish/apidocs/org/apache/poi/util/CommonsLogger.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/CommonsLogger.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/CommonsLogger.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/CommonsLogger.html Wed Jun 12 17:38:50 2013
@@ -54,7 +54,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/poi/util/CloseIgnoringInputStream.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/poi/util/CommonsLogger.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommonsLogger.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -336,7 +336,7 @@ public boolean <B>check</B>(int&nbsp;lev
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/poi/util/CloseIgnoringInputStream.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/poi/util/CommonsLogger.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommonsLogger.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Added: poi/site/publish/apidocs/org/apache/poi/util/Configurator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/Configurator.html?rev=1492299&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/Configurator.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/util/Configurator.html Wed Jun 12 17:38:50 2013
@@ -0,0 +1,259 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<TITLE>
+Configurator (POI API Documentation)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Configurator (POI API Documentation)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Configurator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/poi/util/CommonsLogger.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/poi/util/Configurator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="Configurator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.poi.util</FONT>
+<BR>
+Class Configurator</H2>
+<PRE>
+java.lang.Object
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.util.Configurator</B>
+</PRE>
+<HR>
+<DL>
+<DT><PRE>public class <B>Configurator</B><DT>extends java.lang.Object</DL>
+</PRE>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Cedric Walter (cedric.walter at innoveo.com)</DD>
+</DL>
+<HR>
+
+<P>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../org/apache/poi/util/Configurator.html#Configurator()">Configurator</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/poi/util/Configurator.html#getIntValue(java.lang.String, int)">getIntValue</A></B>(java.lang.String&nbsp;systemProperty,
+            int&nbsp;defaultValue)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="Configurator()"><!-- --></A><H3>
+Configurator</H3>
+<PRE>
+public <B>Configurator</B>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="getIntValue(java.lang.String, int)"><!-- --></A><H3>
+getIntValue</H3>
+<PRE>
+public static int <B>getIntValue</B>(java.lang.String&nbsp;systemProperty,
+                              int&nbsp;defaultValue)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Configurator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/poi/util/CommonsLogger.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html" title="interface in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/poi/util/Configurator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="Configurator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+                <i>Copyright 2013 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            
+</BODY>
+</HTML>

Propchange: poi/site/publish/apidocs/org/apache/poi/util/Configurator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/apidocs/org/apache/poi/util/Configurator.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html Wed Jun 12 17:38:50 2013
@@ -53,7 +53,7 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/apache/poi/util/CommonsLogger.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/poi/util/DrawingDump.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/poi/util/DelayableLittleEndianOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -202,7 +202,7 @@ createDelayedOutput</H3>
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/apache/poi/util/CommonsLogger.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/poi/util/DrawingDump.html" title="class in org.apache.poi.util"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/poi/util/DelayableLittleEndianOutput.html" target="_top"><B>FRAMES</B></A>  &nbsp;

Added: poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html?rev=1492299&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html Wed Jun 12 17:38:50 2013
@@ -0,0 +1,145 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<TITLE>
+Uses of Class org.apache.poi.util.Configurator (POI API Documentation)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.poi.util.Configurator (POI API Documentation)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/poi/util//class-useConfigurator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="Configurator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.poi.util.Configurator</B></H2>
+</CENTER>
+No usage of org.apache.poi.util.Configurator
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/poi/util//class-useConfigurator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="Configurator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+                <i>Copyright 2013 The Apache Software Foundation or
+        its licensors, as applicable.</i>
+            
+</BODY>
+</HTML>

Propchange: poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: poi/site/publish/apidocs/org/apache/poi/util/class-use/Configurator.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Wed Jun 12 17:38:50 2013
@@ -1034,7 +1034,9 @@ Uses of <A HREF="../../../../../org/apac
 <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/UnhandledDataStructure.html" title="class in org.apache.poi.hwpf.model">UnhandledDataStructure</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A data structure used to hold some data we don't
+  understand / can't handle, so we have it available
+  for when we come to write back out again</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">

Modified: poi/site/publish/apidocs/org/apache/poi/util/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-frame.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-frame.html Wed Jun 12 17:38:50 2013
@@ -58,6 +58,8 @@ Classes</FONT>&nbsp;
 <BR>
 <A HREF="CommonsLogger.html" title="class in org.apache.poi.util" target="classFrame">CommonsLogger</A>
 <BR>
+<A HREF="Configurator.html" title="class in org.apache.poi.util" target="classFrame">Configurator</A>
+<BR>
 <A HREF="DrawingDump.html" title="class in org.apache.poi.util" target="classFrame">DrawingDump</A>
 <BR>
 <A HREF="FontMetricsDumper.html" title="class in org.apache.poi.util" target="classFrame">FontMetricsDumper</A>

Modified: poi/site/publish/apidocs/org/apache/poi/util/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-summary.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-summary.html Wed Jun 12 17:38:50 2013
@@ -169,6 +169,10 @@ Top-level util package are classes that 
  message.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util">Configurator</A></B></TD>
+<TD>&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/poi/util/DrawingDump.html" title="class in org.apache.poi.util">DrawingDump</A></B></TD>
 <TD>Dump out the aggregated escher records</TD>
 </TR>

Modified: poi/site/publish/apidocs/org/apache/poi/util/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-tree.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-tree.html Wed Jun 12 17:38:50 2013
@@ -94,7 +94,7 @@ Class Hierarchy
 <UL>
 <LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/BinaryTree.html" title="class in org.apache.poi.util"><B>BinaryTree</B></A></UL>
 <LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/ArrayUtil.html" title="class in org.apache.poi.util"><B>ArrayUtil</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/BitField.html" title="class in org.apache.poi.util"><B>BitField</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/BitFieldFactory.html" title="class in org.apache.poi.util"><B>BitFieldFactory</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/ByteField.html" title="class in org.apache.poi.util"><B>ByteField</B></A> (implements org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/FixedField.html" title="interface in org.apache.poi.util">FixedField</A>)
-<LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/DrawingDump.html" title="class in org.apache.poi.util"><B>DrawingDump</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/FontMetricsDumper.html" title="class in org.apache.poi.util"><B>FontMetricsDumper</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/HexDump.html" title="class in org.apache.poi.util"><B>HexDump</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/HexRead.html" title="class in org.apache.poi.util"><B>HexRead</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/IdentifierManager.html" title="class in org.apache.poi.util"><B>IdentifierManager</B></A><LI TYPE="circle">java.io.InputStream (implements java.io.Closeable)
+<LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>Configurator</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/DrawingDump.html" title="class in org.apache.poi.util"><B>DrawingDump</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/FontMetricsDumper.html" title="class in org.apache.poi.util"><B>FontMetricsDumper</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/HexDump.html" title="class in org.apache.poi.util"><B>HexDump</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/HexRead.html" title="class in org.apache.poi.util"><B>HexRead</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/IdentifierManager.html" title="class in org.apache.poi.util"><B>IdentifierManager</B></A><LI TYPE="circle">java.io.InputStream (impl
 ements java.io.Closeable)
 <UL>
 <LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/BlockingInputStream.html" title="class in org.apache.poi.util"><B>BlockingInputStream</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/BoundedInputStream.html" title="class in org.apache.poi.util"><B>BoundedInputStream</B></A><LI TYPE="circle">java.io.FilterInputStream<UL>
 <LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/CloseIgnoringInputStream.html" title="class in org.apache.poi.util"><B>CloseIgnoringInputStream</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/LittleEndianInputStream.html" title="class in org.apache.poi.util"><B>LittleEndianInputStream</B></A> (implements org.apache.poi.util.<A HREF="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</A>)

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Wed Jun 12 17:38:50 2013
@@ -177,7 +177,8 @@ Class Hierarchy
 <LI TYPE="circle">org.apache.poi.hdgf.chunks.<A HREF="org/apache/poi/hdgf/chunks/ChunkSeparator.html" title="class in org.apache.poi.hdgf.chunks"><B>ChunkSeparator</B></A><LI TYPE="circle">org.apache.poi.hdgf.chunks.<A HREF="org/apache/poi/hdgf/chunks/ChunkTrailer.html" title="class in org.apache.poi.hdgf.chunks"><B>ChunkTrailer</B></A><LI TYPE="circle">org.apache.poi.hpsf.<A HREF="org/apache/poi/hpsf/ClassID.html" title="class in org.apache.poi.hpsf"><B>ClassID</B></A><LI TYPE="circle">org.apache.poi.xslf.model.geom.<A HREF="org/apache/poi/xslf/model/geom/ClosePathCommand.html" title="class in org.apache.poi.xslf.model.geom"><B>ClosePathCommand</B></A> (implements org.apache.poi.xslf.model.geom.<A HREF="org/apache/poi/xslf/model/geom/PathCommand.html" title="interface in org.apache.poi.xslf.model.geom">PathCommand</A>)
 <LI TYPE="circle">org.apache.poi.ss.formula.<A HREF="org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment.html" title="class in org.apache.poi.ss.formula"><B>CollaboratingWorkbooksEnvironment</B></A><LI TYPE="circle">org.apache.poi.hwpf.model.<A HREF="org/apache/poi/hwpf/model/Colorref.html" title="class in org.apache.poi.hwpf.model"><B>Colorref</B></A> (implements java.lang.Cloneable)
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Column.html" title="class in org.apache.poi.ss.formula.functions"><B>Column</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</A>, org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</A>)
-<LI TYPE="circle">org.apache.poi.xssf.usermodel.helpers.<A HREF="org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><B>ColumnHelper</B></A><LI TYPE="circle">org.apache.poi.extractor.<A HREF="org/apache/poi/extractor/CommandLineTextExtractor.html" title="class in org.apache.poi.extractor"><B>CommandLineTextExtractor</B></A><LI TYPE="circle">org.apache.poi.hslf.model.<A HREF="org/apache/poi/hslf/model/Comment.html" title="class in org.apache.poi.hslf.model"><B>Comment</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/ComparisonOperator.html" title="class in org.apache.poi.ss.usermodel"><B>ComparisonOperator</B></A><LI TYPE="circle">org.apache.poi.hwpf.model.<A HREF="org/apache/poi/hwpf/model/ComplexFileTable.html" title="class in org.apache.poi.hwpf.model"><B>ComplexFileTable</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.<A HREF="org/apache/poi/openxml4j/opc/Configurati
 on.html" title="class in org.apache.poi.openxml4j.opc"><B>Configuration</B></A><LI TYPE="circle">org.apache.poi.hpsf.<A HREF="org/apache/poi/hpsf/Constants.html" title="class in org.apache.poi.hpsf"><B>Constants</B></A><LI TYPE="circle">org.apache.poi.ss.formula.constant.<A HREF="org/apache/poi/ss/formula/constant/ConstantValueParser.html" title="class in org.apache.poi.ss.formula.constant"><B>ConstantValueParser</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.internal.<A HREF="org/apache/poi/openxml4j/opc/internal/ContentType.html" title="class in org.apache.poi.openxml4j.opc.internal"><B>ContentType</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.internal.<A HREF="org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html" title="class in org.apache.poi.openxml4j.opc.internal"><B>ContentTypeManager</B></A><UL>
+<LI TYPE="circle">org.apache.poi.xssf.usermodel.helpers.<A HREF="org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><B>ColumnHelper</B></A><LI TYPE="circle">org.apache.poi.extractor.<A HREF="org/apache/poi/extractor/CommandLineTextExtractor.html" title="class in org.apache.poi.extractor"><B>CommandLineTextExtractor</B></A><LI TYPE="circle">org.apache.poi.hslf.model.<A HREF="org/apache/poi/hslf/model/Comment.html" title="class in org.apache.poi.hslf.model"><B>Comment</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/ComparisonOperator.html" title="class in org.apache.poi.ss.usermodel"><B>ComparisonOperator</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Complex.html" title="class in org.apache.poi.ss.formula.functions"><B>Complex</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/
 functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
+<LI TYPE="circle">org.apache.poi.hwpf.model.<A HREF="org/apache/poi/hwpf/model/ComplexFileTable.html" title="class in org.apache.poi.hwpf.model"><B>ComplexFileTable</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.<A HREF="org/apache/poi/openxml4j/opc/Configuration.html" title="class in org.apache.poi.openxml4j.opc"><B>Configuration</B></A><LI TYPE="circle">org.apache.poi.util.<A HREF="org/apache/poi/util/Configurator.html" title="class in org.apache.poi.util"><B>Configurator</B></A><LI TYPE="circle">org.apache.poi.hpsf.<A HREF="org/apache/poi/hpsf/Constants.html" title="class in org.apache.poi.hpsf"><B>Constants</B></A><LI TYPE="circle">org.apache.poi.ss.formula.constant.<A HREF="org/apache/poi/ss/formula/constant/ConstantValueParser.html" title="class in org.apache.poi.ss.formula.constant"><B>ConstantValueParser</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.internal.<A HREF="org/apache/poi/openxml4j/opc/internal/ContentType.html" title="class in org.apache.poi
 .openxml4j.opc.internal"><B>ContentType</B></A><LI TYPE="circle">org.apache.poi.openxml4j.opc.internal.<A HREF="org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html" title="class in org.apache.poi.openxml4j.opc.internal"><B>ContentTypeManager</B></A><UL>
 <LI TYPE="circle">org.apache.poi.openxml4j.opc.internal.<A HREF="org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html" title="class in org.apache.poi.openxml4j.opc.internal"><B>ZipContentTypeManager</B></A></UL>
 <LI TYPE="circle">org.apache.poi.openxml4j.opc.<A HREF="org/apache/poi/openxml4j/opc/ContentTypes.html" title="class in org.apache.poi.openxml4j.opc"><B>ContentTypes</B></A><LI TYPE="circle">org.apache.poi.xslf.model.geom.<A HREF="org/apache/poi/xslf/model/geom/Context.html" title="class in org.apache.poi.xslf.model.geom"><B>Context</B></A><LI TYPE="circle">org.apache.poi.hssf.record.cont.<A HREF="org/apache/poi/hssf/record/cont/ContinuableRecordInput.html" title="class in org.apache.poi.hssf.record.cont"><B>ContinuableRecordInput</B></A> (implements org.apache.poi.util.<A HREF="org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</A>)
 <LI TYPE="circle">org.apache.poi.hssf.record.cont.<A HREF="org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont"><B>ContinuableRecordOutput</B></A> (implements org.apache.poi.util.<A HREF="org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</A>)
@@ -195,7 +196,8 @@ Class Hierarchy
 <LI TYPE="circle">org.apache.poi.ss.usermodel.charts.<A HREF="org/apache/poi/ss/usermodel/charts/DataSources.html" title="class in org.apache.poi.ss.usermodel.charts"><B>DataSources</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/DataValidation.ErrorStyle.html" title="class in org.apache.poi.ss.usermodel"><B>DataValidation.ErrorStyle</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/DataValidationConstraint.OperatorType.html" title="class in org.apache.poi.ss.usermodel"><B>DataValidationConstraint.OperatorType</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/DataValidationConstraint.ValidationType.html" title="class in org.apache.poi.ss.usermodel"><B>DataValidationConstraint.ValidationType</B></A><LI TYPE="circle">org.apache.poi.hwpf.usermodel.<A HREF="org/apache/poi/hwpf/usermodel/DateAndTime.html" title="class in org.apache.poi.hwpf.usermodel"><B>DateA
 ndTime</B></A> (implements java.lang.Cloneable)
 <LI TYPE="circle">org.apache.poi.ss.util.<A HREF="org/apache/poi/ss/util/DateFormatConverter.html" title="class in org.apache.poi.ss.util"><B>DateFormatConverter</B></A><LI TYPE="circle">org.apache.poi.ss.util.<A HREF="org/apache/poi/ss/util/DateFormatConverter.DateFormatTokenizer.html" title="class in org.apache.poi.ss.util"><B>DateFormatConverter.DateFormatTokenizer</B></A><LI TYPE="circle">org.apache.poi.ss.formula.atp.<A HREF="org/apache/poi/ss/formula/atp/DateParser.html" title="class in org.apache.poi.ss.formula.atp"><B>DateParser</B></A><LI TYPE="circle">org.apache.poi.ss.usermodel.<A HREF="org/apache/poi/ss/usermodel/DateUtil.html" title="class in org.apache.poi.ss.usermodel"><B>DateUtil</B></A><UL>
 <LI TYPE="circle">org.apache.poi.hssf.usermodel.<A HREF="org/apache/poi/hssf/usermodel/HSSFDateUtil.html" title="class in org.apache.poi.hssf.usermodel"><B>HSSFDateUtil</B></A></UL>
-<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><B>Days360</B></A><LI TYPE="circle">org.apache.poi.hssf.record.<A HREF="org/apache/poi/hssf/record/DBCellRecord.Builder.html" title="class in org.apache.poi.hssf.record"><B>DBCellRecord.Builder</B></A><LI TYPE="circle">org.apache.poi.poifs.crypt.<A HREF="org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt"><B>Decryptor</B></A><UL>
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Days360.html" title="class in org.apache.poi.ss.formula.functions"><B>Days360</B></A><LI TYPE="circle">org.apache.poi.hssf.record.<A HREF="org/apache/poi/hssf/record/DBCellRecord.Builder.html" title="class in org.apache.poi.hssf.record"><B>DBCellRecord.Builder</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Dec2Hex.html" title="class in org.apache.poi.ss.formula.functions"><B>Dec2Hex</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/FreeRefFunction.html" title="interface in org.apache.poi.ss.formula.functions">FreeRefFunction</A>)
+<LI TYPE="circle">org.apache.poi.poifs.crypt.<A HREF="org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt"><B>Decryptor</B></A><UL>
 <LI TYPE="circle">org.apache.poi.poifs.crypt.<A HREF="org/apache/poi/poifs/crypt/AgileDecryptor.html" title="class in org.apache.poi.poifs.crypt"><B>AgileDecryptor</B></A><LI TYPE="circle">org.apache.poi.poifs.crypt.<A HREF="org/apache/poi/poifs/crypt/EcmaDecryptor.html" title="class in org.apache.poi.poifs.crypt"><B>EcmaDecryptor</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ddf.<A HREF="org/apache/poi/ddf/DefaultEscherRecordFactory.html" title="class in org.apache.poi.ddf"><B>DefaultEscherRecordFactory</B></A> (implements org.apache.poi.ddf.<A HREF="org/apache/poi/ddf/EscherRecordFactory.html" title="interface in org.apache.poi.ddf">EscherRecordFactory</A>)
 <LI TYPE="circle">org.apache.poi.hwpf.converter.<A HREF="org/apache/poi/hwpf/converter/DefaultFontReplacer.html" title="class in org.apache.poi.hwpf.converter"><B>DefaultFontReplacer</B></A> (implements org.apache.poi.hwpf.converter.<A HREF="org/apache/poi/hwpf/converter/FontReplacer.html" title="interface in org.apache.poi.hwpf.converter">FontReplacer</A>)
@@ -250,12 +252,12 @@ Class Hierarchy
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Na.html" title="class in org.apache.poi.ss.formula.functions"><B>Na</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Now.html" title="class in org.apache.poi.ss.formula.functions"><B>Now</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Today.html" title="class in org.apache.poi.ss.formula.functions"><B>Today</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Fixed1ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed1ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</A>)
 <UL>
-<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/CalendarFieldFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>CalendarFieldFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Columns.html" title="class in org.apache.poi.ss.formula.functions"><B>Columns</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Countblank.html" title="class in org.apache.poi.ss.formula.functions"><B>Countblank</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Errortype.html" title="class in org.apache.poi.ss.formula.functions"><B>Errortype</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/LogicalFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LogicalFunction</B></A><LI TYPE="circl
 e">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/NumericFunction.OneArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.OneArg</B></A><UL>
+<LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/CalendarFieldFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>CalendarFieldFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Code.html" title="class in org.apache.poi.ss.formula.functions"><B>Code</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Columns.html" title="class in org.apache.poi.ss.formula.functions"><B>Columns</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Countblank.html" title="class in org.apache.poi.ss.formula.functions"><B>Countblank</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Errortype.html" title="class in org.apache.poi.ss.formula.functions"><B>Errortype</B></A><LI TYPE="circle">org.apache.poi.ss.f
 ormula.functions.<A HREF="org/apache/poi/ss/formula/functions/LogicalFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LogicalFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/NumericFunction.OneArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.OneArg</B></A><UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Even.html" title="class in org.apache.poi.ss.formula.functions"><B>Even</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Odd.html" title="class in org.apache.poi.ss.formula.functions"><B>Odd</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/PercentEval.html" title="class in org.apache.poi.ss.formula.eval"><B>PercentEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Rows.html" title="class in org.apache.poi.ss.formula.functions"><B>Rows</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/T.html" title="class in org.apache.poi.ss.formula.functions"><B>T</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/UnaryMinusEval.html" title="class in org.apache.poi.ss.formula.eval"><B>UnaryMinusEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/UnaryPlusEval.html" title="class in org.apache.poi.ss.formula.eval"><B>UnaryPlusEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions
 /Value.html" title="class in org.apache.poi.ss.formula.functions"><B>Value</B></A></UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Fixed2ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed2ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Function2Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function2Arg</A>)
 <UL>
-<LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/ConcatEval.html" title="class in org.apache.poi.ss.formula.eval"><B>ConcatEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Countif.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><B>Intercept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/IntersectionEval.html" title="class in org.apache.poi.ss.formula.eval"><B>IntersectionEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LinearRegressionFunction</B></A><LI TYPE="circle">org.apache.poi.ss.f
 ormula.functions.<A HREF="org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.TwoArg</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/RangeEval.html" title="class in org.apache.poi.ss.formula.eval"><B>RangeEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/RelationalOperationEval.html" title="class in org.apache.poi.ss.formula.eval"><B>RelationalOperationEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Slope.html" title="class in org.apache.poi.ss.formula.functions"><B>Slope</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.ss.formula.eval"><B>TwoOperandNumericOperation</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functio
 ns.<A HREF="org/apache/poi/ss/formula/functions/XYNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>XYNumericFunction</B></A><UL>
+<LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/ConcatEval.html" title="class in org.apache.poi.ss.formula.eval"><B>ConcatEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Countif.html" title="class in org.apache.poi.ss.formula.functions"><B>Countif</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Delta.html" title="class in org.apache.poi.ss.formula.functions"><B>Delta</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Intercept.html" title="class in org.apache.poi.ss.formula.functions"><B>Intercept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/IntersectionEval.html" title="class in org.apache.poi.ss.formula.eval"><B>IntersectionEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/p
 oi/ss/formula/functions/LinearRegressionFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>LinearRegressionFunction</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><B>NumericFunction.TwoArg</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Quotient.html" title="class in org.apache.poi.ss.formula.functions"><B>Quotient</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/RangeEval.html" title="class in org.apache.poi.ss.formula.eval"><B>RangeEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/RelationalOperationEval.html" title="class in org.apache.poi.ss.formula.eval"><B>RelationalOperationEval</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apach
 e/poi/ss/formula/functions/Rept.html" title="class in org.apache.poi.ss.formula.functions"><B>Rept</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Slope.html" title="class in org.apache.poi.ss.formula.functions"><B>Slope</B></A><LI TYPE="circle">org.apache.poi.ss.formula.eval.<A HREF="org/apache/poi/ss/formula/eval/TwoOperandNumericOperation.html" title="class in org.apache.poi.ss.formula.eval"><B>TwoOperandNumericOperation</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/XYNumericFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>XYNumericFunction</B></A><UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Sumx2my2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumx2my2</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Sumx2py2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumx2py2</B></A><LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Sumxmy2.html" title="class in org.apache.poi.ss.formula.functions"><B>Sumxmy2</B></A></UL>
 </UL>
 <LI TYPE="circle">org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Fixed3ArgFunction.html" title="class in org.apache.poi.ss.formula.functions"><B>Fixed3ArgFunction</B></A> (implements org.apache.poi.ss.formula.functions.<A HREF="org/apache/poi/ss/formula/functions/Function3Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function3Arg</A>)

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Jun 12 17:38:50 2013
@@ -255,6 +255,15 @@ if (VERSION > 3) {
 <ul>
           
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg">55053 - Update License links following ECMA site re-organisation(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55001 - Support Unicode text (TextCharsAtom) in HSLF TextShape(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">54682 - UnhandledDataStructure should sanity check before allocating, not after(poi-developers)</li>
+          
+<li>
 <img class="icon" alt="add" src="images/add.jpg">54673 - Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF (poi-developers)</li>
           
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1492299&r1=1492298&r2=1492299&view=diff
==============================================================================
Binary files - no diff available.

Propchange: poi/site/publish/changes.rss
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Wed Jun 12 17:38:50 2013
@@ -1 +1 @@
-application/xml
+text/xml



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org