Author: nick
Date: Wed Jun 26 14:57:54 2013
New Revision: 1496953
URL: http://svn.apache.org/r1496953
Log:
Republish javadocs
Modified:
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
Modified: poi/site/publish/apidocs/index-all.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Jun 26 14:57:54 2013
@@ -6037,13 +6037,13 @@ Static method in class org.apache.poi.ss
<DD>Create a function ptg from a string tokenised by the parser
<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)"><B>create(POIFSFileSystem)</B></A>
-
Static method in class org.apache.poi.ss.usermodel.<A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class in
org.apache.poi.ss.usermodel">WorkbookFactory</A>
-<DD>Creates an HSSFWorkbook from the given POIFSFileSystem
+<DD>Creates a HSSFWorkbook from the given POIFSFileSystem
<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)"><B>create(NPOIFSFileSystem)</B></A>
-
Static method in class org.apache.poi.ss.usermodel.<A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class in
org.apache.poi.ss.usermodel">WorkbookFactory</A>
-<DD>Creates an HSSFWorkbook from the given NPOIFSFileSystem
+<DD>Creates a HSSFWorkbook from the given NPOIFSFileSystem
<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)"><B>create(OPCPackage)</B></A>
-
Static method in class org.apache.poi.ss.usermodel.<A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class in
org.apache.poi.ss.usermodel">WorkbookFactory</A>
-<DD>Creates an XSSFWorkbook from the given OOXML Package
+<DD>Creates a XSSFWorkbook from the given OOXML Package
<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#create(java.io.InputStream)"><B>create(InputStream)</B></A>
-
Static method in class org.apache.poi.ss.usermodel.<A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class in
org.apache.poi.ss.usermodel">WorkbookFactory</A>
<DD>Creates the appropriate HSSFWorkbook / XSSFWorkbook from
@@ -67991,7 +67991,8 @@ Static variable in class org.apache.poi.
Constructor for class org.apache.poi.ss.formula.<A
HREF="./org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in
org.apache.poi.ss.formula">WorkbookEvaluator</A>
<DD>
<DT><A HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class
in org.apache.poi.ss.usermodel"><B>WorkbookFactory</B></A> - Class in <A
HREF="./org/apache/poi/ss/usermodel/package-summary.html">org.apache.poi.ss.usermodel</A><DD>Factory
for creating the appropriate kind of Workbook
- (be it HSSFWorkbook or XSSFWorkbook), from the given input<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#WorkbookFactory()"><B>WorkbookFactory()</B></A>
-
+ (be it <A HREF="./org/apache/poi/hssf/usermodel/HSSFWorkbook.html"
title="class in org.apache.poi.hssf.usermodel"><CODE>HSSFWorkbook</CODE></A> or
<A HREF="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html" title="class in
org.apache.poi.xssf.usermodel"><CODE>XSSFWorkbook</CODE></A>),
+ by auto-detecting from the supplied input.<DT><A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html#WorkbookFactory()"><B>WorkbookFactory()</B></A>
-
Constructor for class org.apache.poi.ss.usermodel.<A
HREF="./org/apache/poi/ss/usermodel/WorkbookFactory.html" title="class in
org.apache.poi.ss.usermodel">WorkbookFactory</A>
<DD>
<DT><A HREF="./org/apache/poi/hssf/model/WorkbookRecordList.html" title="class
in org.apache.poi.hssf.model"><B>WorkbookRecordList</B></A> - Class in <A
HREF="./org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</A><DD> <DT><A
HREF="./org/apache/poi/hssf/model/WorkbookRecordList.html#WorkbookRecordList()"><B>WorkbookRecordList()</B></A>
-
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/class-use/OPCPackage.html
Wed Jun 26 14:57:54 2013
@@ -663,7 +663,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html"
title="class in org.apache.poi.openxml4j.opc">OPCPackage</A> pkg)</CODE>
<BR>
- Creates an
XSSFWorkbook from the given OOXML Package</TD>
+ Creates a
XSSFWorkbook from the given OOXML Package</TD>
</TR>
</TABLE>
Modified:
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/NPOIFSFileSystem.html
Wed Jun 26 14:57:54 2013
@@ -544,7 +544,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">NPOIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given NPOIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given NPOIFSFileSystem</TD>
</TR>
</TABLE>
Modified:
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/class-use/POIFSFileSystem.html
Wed Jun 26 14:57:54 2013
@@ -1155,7 +1155,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">POIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given POIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given POIFSFileSystem</TD>
</TR>
</TABLE>
Modified:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html
Wed Jun 26 14:57:54 2013
@@ -100,7 +100,8 @@ java.lang.Object
<P>
Factory for creating the appropriate kind of Workbook
- (be it HSSFWorkbook or XSSFWorkbook), from the given input
+ (be it <A
HREF="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html"
title="class in org.apache.poi.hssf.usermodel"><CODE>HSSFWorkbook</CODE></A> or
<A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html"
title="class in org.apache.poi.xssf.usermodel"><CODE>XSSFWorkbook</CODE></A>),
+ by auto-detecting from the supplied input.
<P>
<P>
@@ -156,7 +157,7 @@ Factory for creating the appropriate kin
<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</A></B>(<A
HREF="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">NPOIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given NPOIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given NPOIFSFileSystem</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -164,7 +165,7 @@ Factory for creating the appropriate kin
<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)">create</A></B>(<A
HREF="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html"
title="class in org.apache.poi.openxml4j.opc">OPCPackage</A> pkg)</CODE>
<BR>
- Creates an
XSSFWorkbook from the given OOXML Package</TD>
+ Creates a
XSSFWorkbook from the given OOXML Package</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -172,7 +173,7 @@ Factory for creating the appropriate kin
<TD><CODE><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)">create</A></B>(<A
HREF="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">POIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given POIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given POIFSFileSystem</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -220,7 +221,7 @@ create</H3>
public static <A
HREF="../../../../../org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</A> <B>create</B>(<A
HREF="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html"
title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</A> fs)
throws java.io.IOException</PRE>
<DL>
-<DD>Creates an HSSFWorkbook from the given POIFSFileSystem
+<DD>Creates a HSSFWorkbook from the given POIFSFileSystem
<P>
<DD><DL>
@@ -236,7 +237,7 @@ create</H3>
public static <A
HREF="../../../../../org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</A> <B>create</B>(<A
HREF="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html"
title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</A> fs)
throws java.io.IOException</PRE>
<DL>
-<DD>Creates an HSSFWorkbook from the given NPOIFSFileSystem
+<DD>Creates a HSSFWorkbook from the given NPOIFSFileSystem
<P>
<DD><DL>
@@ -252,7 +253,7 @@ create</H3>
public static <A
HREF="../../../../../org/apache/poi/ss/usermodel/Workbook.html"
title="interface in org.apache.poi.ss.usermodel">Workbook</A> <B>create</B>(<A
HREF="../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html" title="class
in org.apache.poi.openxml4j.opc">OPCPackage</A> pkg)
throws java.io.IOException</PRE>
<DL>
-<DD>Creates an XSSFWorkbook from the given OOXML Package
+<DD>Creates a XSSFWorkbook from the given OOXML Package
<P>
<DD><DL>
@@ -271,8 +272,10 @@ public static <A HREF="../../../../../or
<DL>
<DD>Creates the appropriate HSSFWorkbook / XSSFWorkbook from
the given InputStream.
- Your input stream MUST either support mark/reset, or
- be wrapped as a <CODE>PushbackInputStream</CODE>!
+ <p>Your input stream MUST either support mark/reset, or
+ be wrapped as a <CODE>PushbackInputStream</CODE>! Note that
+ using an <CODE>InputStream</CODE> has a higher memory footprint
+ than using a <CODE>File</CODE>.</p>
<P>
<DD><DL>
Modified:
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html
Wed Jun 26 14:57:54 2013
@@ -257,7 +257,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">NPOIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given NPOIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given NPOIFSFileSystem</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -265,7 +265,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.openxml4j.opc.OPCPackage)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/openxml4j/opc/OPCPackage.html"
title="class in org.apache.poi.openxml4j.opc">OPCPackage</A> pkg)</CODE>
<BR>
- Creates an
XSSFWorkbook from the given OOXML Package</TD>
+ Creates a
XSSFWorkbook from the given OOXML Package</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -273,7 +273,7 @@ Uses of <A HREF="../../../../../../org/a
<TD><CODE><B>WorkbookFactory.</B><B><A
HREF="../../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html#create(org.apache.poi.poifs.filesystem.POIFSFileSystem)">create</A></B>(<A
HREF="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html"
title="class in
org.apache.poi.poifs.filesystem">POIFSFileSystem</A> fs)</CODE>
<BR>
- Creates an
HSSFWorkbook from the given POIFSFileSystem</TD>
+ Creates a
HSSFWorkbook from the given POIFSFileSystem</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/ss/usermodel/package-summary.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html?rev=1496953&r1=1496952&r2=1496953&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-summary.html
Wed Jun 26 14:57:54 2013
@@ -302,7 +302,8 @@ Package org.apache.poi.ss.usermodel
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A
HREF="../../../../../org/apache/poi/ss/usermodel/WorkbookFactory.html"
title="class in org.apache.poi.ss.usermodel">WorkbookFactory</A></B></TD>
<TD>Factory for creating the appropriate kind of Workbook
- (be it HSSFWorkbook or XSSFWorkbook), from the given input</TD>
+ (be it <A
HREF="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html"
title="class in org.apache.poi.hssf.usermodel"><CODE>HSSFWorkbook</CODE></A> or
<A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html"
title="class in org.apache.poi.xssf.usermodel"><CODE>XSSFWorkbook</CODE></A>),
+ by auto-detecting from the supplied input.</TD>
</TR>
</TABLE>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]