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:
parent
5e657b296a
commit
e400b35122
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue