From 74bc0b826d47991fa2fee9fce375515a3499b963 Mon Sep 17 00:00:00 2001 From: Claudio Galdiolo Date: Wed, 7 Aug 2019 17:28:44 +0200 Subject: [PATCH] reword repeated text --- docs/topics/reading-and-writing-to-file.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/topics/reading-and-writing-to-file.md b/docs/topics/reading-and-writing-to-file.md index b26cc6a9..66455356 100644 --- a/docs/topics/reading-and-writing-to-file.md +++ b/docs/topics/reading-and-writing-to-file.md @@ -173,10 +173,9 @@ code: $writer->setOffice2003Compatibility(true); $writer->save("05featuredemo.xlsx"); -**Office2003 compatibility should only be used when needed** Office2003 -compatibility option should only be used when needed. This option -disables several Office2007 file format options, resulting in a -lower-featured Office2007 spreadsheet when this option is used. +**Office2003 compatibility option should only be used when needed** because +it disables several Office2007 file format options, resulting in a +lower-featured Office2007 spreadsheet. ## Excel 5 (BIFF) file format