Update FAQ

This commit is contained in:
MarkBaker
2022-11-21 21:15:49 +01:00
parent b6f9ef17fe
commit 8955859925
+4
View File
@@ -55,3 +55,7 @@ file in Excel, the actual width is 0.71 less than it should be.
The short answer is that PhpSpreadsheet uses a measure where padding is
included. See [how to set a column's width](./topics/recipes.md#setting-a-columns-width)
for more details.
## I cannot serialize or json_encode my Spreadsheet
No, you can't. Consider the Spreadsheet object as a PHP resource, which cannot be serialized.