diff --git a/src/documentation/content/xdocs/spreadsheet/index.xml b/src/documentation/content/xdocs/spreadsheet/index.xml index a9f025e4e2..f52d60c3dd 100644 --- a/src/documentation/content/xdocs/spreadsheet/index.xml +++ b/src/documentation/content/xdocs/spreadsheet/index.xml @@ -74,36 +74,5 @@ older HSSF supported (.xls) binary files.
-- 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 to produce OOXML documents that will work with Office 2008 for Mac SP2. - Please see Bugzilla 47559 for more information. -
-- Users are advised to patch existing .xlsx files by the following code: -
-To unset the Application property use the following code:
-