aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2009-07-30 13:54:02 +0000
committerYegor Kozlov <yegor@apache.org>2009-07-30 13:54:02 +0000
commit27d577fbc1ca2ae5ca070141b3d99405048905d7 (patch)
tree5dc603acead4eaeb44ebe922d6f9ff641cfc1bfc /src
parent6347c128c9a88829a47f43cb6e0614789899eaa5 (diff)
downloadpoi-27d577fbc1ca2ae5ca070141b3d99405048905d7.tar.gz
poi-27d577fbc1ca2ae5ca070141b3d99405048905d7.zip
small improvements to r799264
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/spreadsheet/index.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/spreadsheet/index.xml b/src/documentation/content/xdocs/spreadsheet/index.xml
index d385c99526..2a67bfca96 100644
--- a/src/documentation/content/xdocs/spreadsheet/index.xml
+++ b/src/documentation/content/xdocs/spreadsheet/index.xml
@@ -69,9 +69,9 @@
<section>
<title>Compatibility of POI-generated .xlsx files with MS Office 2008 for Mac SP2</title>
<p>
- Office 2008 for Mac SP2 version 12.2.0 has a serious bug causing some Open XML files to fail to open.
+ Office 2008 for Mac SP2 version 12.2.0 introduced a serious bug causing some Open XML files to fail to open.
This bug is affecting Open XML files from a variety of sources including the Apache POI project.
- The Apache POI project adjusted the XSSF module to produce "MS-compatible OOXML" by setting the Application extended property to "Microsoft Excel". This will allow users of future versions of Apache POI to produce OOXML documents that will work with Office 2008 for Mac SP2.
+ The Apache POI project adjusted the XSSF module to produce "MS-compatible OOXML" by setting the Application extended property to "Microsoft Excel". This will allow users to produce OOXML documents that will work with Office 2008 for Mac SP2.
Please see <link href="https://issues.apache.org/bugzilla/show_bug.cgi?id=47559">Bugzilla 47559</link> for more information.
</p>
<p>