reword repeated text
This commit is contained in:
parent
05081c4acf
commit
74bc0b826d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue