You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2017/09/29 08:18:39 UTC

svn commit: r1810065 - in /poi/site: publish/overview.html src/documentation/content/xdocs/overview.xml

Author: onealj
Date: Fri Sep 29 08:18:38 2017
New Revision: 1810065

URL: http://svn.apache.org/viewvc?rev=1810065&view=rev
Log:
BIFF8 was Excel 97-2003, excludes 2007

Modified:
    poi/site/publish/overview.html
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1810065&r1=1810064&r2=1810065&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Fri Sep 29 08:18:38 2017
@@ -305,7 +305,7 @@ if (VERSION > 3) {
 </div>
         
 <p>
-	  HSSF is our port of the Microsoft Excel 97(-2007) file format (BIFF8) to pure
+	  HSSF is our port of the Microsoft Excel 97 (-2003) file format (BIFF8) to pure
           Java. XSSF is our port of the Microsoft Excel XML (2007+) file format (OOXML) to
           pure Java. SS is a package that provides common support for both formats with a common API.
 	  They both support read and write capability. Please see

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1810065&r1=1810064&r2=1810065&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Fri Sep 29 08:18:38 2017
@@ -57,7 +57,7 @@
       </section>
       <section><title>HSSF and XSSF for Excel Documents</title>
         <p>
-	  HSSF is our port of the Microsoft Excel 97(-2007) file format (BIFF8) to pure
+	  HSSF is our port of the Microsoft Excel 97 (-2003) file format (BIFF8) to pure
           Java. XSSF is our port of the Microsoft Excel XML (2007+) file format (OOXML) to
           pure Java. SS is a package that provides common support for both formats with a common API.
 	  They both support read and write capability. Please see



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