From: Yegor Kozlov Date: Wed, 27 Jun 2012 15:41:55 +0000 (+0000) Subject: Bugzilla 48469 - Updated case study X-Git-Tag: 3.10-beta1~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1245dc7e79401502ead3d54b7e533184b1953a84;p=poi.git Bugzilla 48469 - Updated case study git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1354584 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index a9f796fb02..d1deb60bb5 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -217,8 +217,13 @@ format,
iDATA Development Ltd (IDD)

- IDD 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. + IDD have developed the iEXL product to + generate Excel spreadsheets directly on the Iseries/AS400 IBM I on Power platform. +

+

+ 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

Design spreadsheets with: @@ -236,26 +241,34 @@ format,

  • Page breaks
  • Sheet breaks
  • Text insertion and much more
  • +
  • Functions/Formula
  • +
  • Merge cells
  • +
  • Row Height
  • +
  • Cell text alignment
  • +
  • Text Rotation
  • +
  • 50 Database files per workbook.
  • E-mail the spreadsheet
  • - 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.

    - 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. +

    +

    + 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.

    - 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.

    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

    Within the iEXLSOFTWARE.COM website you will find a full user manual, diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 6dbea32ac5..9d9aebd1e5 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + 48469 - Updated case study 53476 - Support Complex Name in formulas 53414 - properly update sheet dimensions when adding column Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally)