From e400b35122b19aa04177d15aaea26bb3410da341 Mon Sep 17 00:00:00 2001 From: Athena Metis Date: Wed, 19 May 2021 12:57:14 +0100 Subject: [PATCH] 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 --- docs/topics/reading-and-writing-to-file.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/topics/reading-and-writing-to-file.md b/docs/topics/reading-and-writing-to-file.md index a9f767aa..6b51208e 100644 --- a/docs/topics/reading-and-writing-to-file.md +++ b/docs/topics/reading-and-writing-to-file.md @@ -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