Author: yegor
Date: Sat Jun 18 08:39:39 2011
New Revision: 1137139
URL: http://svn.apache.org/viewvc?rev=1137139&view=rev
Log:
updated web site docs
Modified:
poi/trunk/src/documentation/content/xdocs/casestudies.xml
poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml
poi/trunk/src/documentation/content/xdocs/status.xml
Modified: poi/trunk/src/documentation/content/xdocs/casestudies.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/casestudies.xml?rev=1137139&r1=1137138&r2=1137139&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/casestudies.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/casestudies.xml Sat Jun 18 08:39:39 2011
@@ -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>
Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml?rev=1137139&r1=1137138&r2=1137139&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml Sat Jun 18 08:39:39 2011
@@ -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.
Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=1137139&r1=1137138&r2=1137139&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Sat Jun 18 08:39:39 2011
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|