Update reading-and-writing-to-file.md

Added a note about formulas still being calculated where column autosizing is turned on, even if pre-calculation is set to false. This is true at least for the Xlsx writer but probably others to if they use calculateColumnWidths from Worksheet/Worksheet.php
This commit is contained in:
Athena Metis 2021-05-19 12:57:14 +01:00 committed by oleibman
parent 5e657b296a
commit e400b35122
1 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,9 @@ $writer->setPreCalculateFormulas(false);
$writer->save("05featuredemo.xlsx");
```
**Note** Formulas will still be calculated in any column set to be autosized
even if pre-calculated is set to false
#### Office 2003 compatibility pack
Because of a bug in the Office2003 compatibility pack, there can be some