]> source.dussan.org Git - poi.git/commitdiff
updated web site docs
authorYegor Kozlov <yegor@apache.org>
Sat, 18 Jun 2011 08:39:39 +0000 (08:39 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 18 Jun 2011 08:39:39 +0000 (08:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137139 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/casestudies.xml
src/documentation/content/xdocs/spreadsheet/how-to.xml
src/documentation/content/xdocs/status.xml

index 32530f28d1194deafcd1be972a46c938a3ae50cc..a9f796fb02301fde53fa696d90125fd460b179ff 100644 (file)
@@ -214,6 +214,58 @@ format,
                 </p>
            </section>
 
+           <section>
+               <title>iDATA Development Ltd (IDD)</title>
+                 <p>
+        <link href="http://www.iexlsoftware.com/">IDD</link> have developed the iEXL product to generate Excel spreadsheets 
+        directly on the Iseries/AS400 IBM platform.  Using RPG, SQL, QUERY, JAVA, COBOL etc. In other words your existing staffs knowledge.
+      </p>
+      <p>
+      Design spreadsheets with: 
+      </p>
+      <ul>
+        <li>Fonts down to cell level</li> 
+        <li>Colours (Background and text) down to cell level</li> 
+        <li>Shading down to cell level</li> 
+        <li>Cell patterns down to cell level</li> 
+        <li>Cell initialization</li> 
+        <li>Freeze Panes</li> 
+        <li>Passwords</li> 
+        <li>Images/Pictures both static and dynamic</li> 
+        <li>Headings</li> 
+        <li>Page breaks</li> 
+        <li>Sheet breaks</li> 
+        <li>Text insertion and much more</li>  
+        <li>E-mail the spreadsheet</li> 
+      </ul>
+      <p>
+        The product name is ‘iEXL’ and has been live on both European and North American systems for over three years. 
+        It is being used in preference to more established commercial products which my clients have already purchased. 
+        This is due to cost and ease of use. 
+      </p>  
+      <p>
+        All spreadsheets can be archived if required so that historical spreadsheets can be retrieved and in the case 
+        of one client a full external company audit can be approved. The system has benefits for all departments within an organisation. 
+        Examples of this are accounts department for things such as aged trial balance, distribution department for ASN’s, 
+        warehousing for stock figures, IS for security reporting etc. 
+      </p>
+      <p>
+        Clients have at this point (Nov 2010) created over 200 spreadsheets 
+        which in turn have generated over 120,000  E-mails. iEXL has a menu driven email system.   
+      </p>
+      <p>
+        Due to the Apache-POI project IDD have been able to create the IEXL product. 
+        This is a well priced product which allows companies of all sizes access to a product that opens up their reporting capabilities.  
+      </p>
+      <p>
+        Within the <link href="http://www.iexlsoftware.com/">iEXLSOFTWARE.COM</link> website you will find a full user manual, 
+        installation instructions, a call log (Ticket) system and a downloadable 45 day trial version.       
+               </p>
+      <p>
+          <em>Author: Mark.D.Golden</em>
+      </p>
+           </section>
+      
         </section>
     </body>
     <footer>
index 59d392d592ba531d469cb65fc73e976c51ab8546..b6f2e1b7dee4be6d05d08770c58fb90e7c6e4328 100644 (file)
@@ -625,6 +625,10 @@ public class ExampleEventUserModel {
      </section>
      <anchor id="sxssf"/>
      <section><title>SXSSF (Streaming Usermodel API)</title>
+    <note>
+      SXSSF is a brand new contribution and some features were added after it was first introduced in POI 3.8-beta3.
+      Users are advised to try the latest build from trunk. Instructions how to build are <link href="../howtobuild.html">here</link>.
+    </note>
     <p>
     SXSSF (package: org.apache.poi.xssf.streaming)  is an API-compatible streaming extension of XSSF to be used when
     very large spreadsheets have to be produced, and heap space is limited.
index b3a8f4f966ddb76e14099ecb685aeff42915c9a1..a79dc31eb26e29fbf8bacbafa7b7d23f677c1c5f 100644 (file)
@@ -34,6 +34,7 @@
 
     <changes>
         <release version="3.8-beta4" date="2011-??-??">
+           <action dev="poi-developers" type="fix">48469 - New Case Study for PI web site  </action>
            <action dev="poi-developers" type="fix">50681 - Avoid exceptions in HSSFDataFormat.getDataFormatString()  </action>
            <action dev="poi-developers" type="fix">50681 - Fixed autosizing columns beyond 255 character limit </action>
            <action dev="poi-developers" type="fix">51374 - Fixed incorrect setting of lastPrinted OOXML core property </action>