We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee1330 commit faa7c87Copy full SHA for faa7c87
src/PhpSpreadsheet/Writer/IWriter.php
@@ -62,6 +62,8 @@ public function setPreCalculateFormulas($precalculateFormulas);
62
* Save PhpSpreadsheet to file.
63
*
64
* @param resource|string $filename Name of the file to save
65
+ *
66
+ * @throws Exception
67
*/
68
public function save($filename, int $flags = 0): void;
69
0 commit comments