]> source.dussan.org Git - poi.git/commitdiff
Bugzilla 48469 - Updated case study
authorYegor Kozlov <yegor@apache.org>
Wed, 27 Jun 2012 15:41:55 +0000 (15:41 +0000)
committerYegor Kozlov <yegor@apache.org>
Wed, 27 Jun 2012 15:41:55 +0000 (15:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1354584 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/casestudies.xml
src/documentation/content/xdocs/status.xml

index a9f796fb02301fde53fa696d90125fd460b179ff..d1deb60bb523447287392352ab87dc42af2b49de 100644 (file)
@@ -217,8 +217,13 @@ format,
            <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.
+        <link href="http://www.iexlsoftware.com/">IDD</link> have developed the iEXL product to 
+        generate Excel spreadsheets directly on the Iseries/AS400 IBM I on Power platform. 
+      </p>
+      <p>
+      Professional spreadsheets created via a menu system. Some basic programming is required for more complex options.
+      When programming is required it can be carried out using RPG, SQL, QUERY, JAVA, COBOL etc. 
+      In other words your existing staffs knowledge
       </p>
       <p>
       Design spreadsheets with: 
@@ -236,26 +241,34 @@ format,
         <li>Page breaks</li> 
         <li>Sheet breaks</li> 
         <li>Text insertion and much more</li>  
+        <li>Functions/Formula</li>
+        <li>Merge cells</li>
+        <li>Row Height</li>
+        <li>Cell text alignment</li>
+        <li>Text Rotation </li>
+        <li>50 Database files per workbook.</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. 
+        The product name is 'iEXL' and has been live on both European and North American systems for over four years. 
+        It is being used in preference to more established commercial products which our 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. 
+        All spreadsheets can be archived if required so that historical spreadsheets can be retrieved. 
+      </p>
+      <p>
+        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.   
+        Clients have at this point (June 2012) created over 300 spreadsheets which in turn have generated over 
+        500,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.  
+        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, 
index 6dbea32ac5f67dc1cfbfa68504f7b4025f93e5b0..9d9aebd1e597df4b923593143832f084b7da19b4 100644 (file)
@@ -34,6 +34,7 @@
 
     <changes>
         <release version="3.9-beta1" date="2012-??-??">
+          <action dev="poi-developers" type="add">48469 - Updated case study</action>
           <action dev="poi-developers" type="add">53476 - Support Complex Name in formulas </action>
           <action dev="poi-developers" type="fix">53414 - properly update sheet dimensions when adding column </action>
           <action dev="poi-developers" type="add">Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally)</action>