reword repeated text

This commit is contained in:
Claudio Galdiolo 2019-08-07 17:28:44 +02:00 committed by Adrien Crivelli
parent 05081c4acf
commit 74bc0b826d
1 changed files with 3 additions and 4 deletions

View File

@ -173,10 +173,9 @@ code:
$writer->setOffice2003Compatibility(true); $writer->setOffice2003Compatibility(true);
$writer->save("05featuredemo.xlsx"); $writer->save("05featuredemo.xlsx");
**Office2003 compatibility should only be used when needed** Office2003 **Office2003 compatibility option should only be used when needed** because
compatibility option should only be used when needed. This option it disables several Office2007 file format options, resulting in a
disables several Office2007 file format options, resulting in a lower-featured Office2007 spreadsheet.
lower-featured Office2007 spreadsheet when this option is used.
## Excel 5 (BIFF) file format ## Excel 5 (BIFF) file format