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 4acdf0a commit 2307cf6Copy full SHA for 2307cf6
README.md
@@ -47,8 +47,9 @@ Find more examples below.
47
48
Property | Description
49
---------|-------------
50
-`writerClass` | The file format as supported by PHPOffice. The default is ` '\PHPExcel_Writer_Excel2007'`
+`writerClass` | The file format as supported by PHPOffice. The default is `\PHPExcel_Writer_Excel2007`
51
`sheets` | An array of sheet configurations (see below). The keys are used as sheet names.
52
+`fileOptions` | Options to pass to the constructor of `mikehaertl\tmp\File`. Available keys are `prefix`, `suffix` and `directory`.
53
54
Methods | Description
55
0 commit comments