File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,17 +1345,17 @@ steps that can be followed to do this:
1345
1345
1 . Create your PhpSpreadsheet spreadsheet
1346
1346
2 . Output HTTP headers for the type of document you wish to output
1347
1347
3 . Use the ` \PhpOffice\PhpSpreadsheet\Writer\* ` of your choice, and save
1348
- to " php://output"
1348
+ to ` ' php://output' `
1349
1349
1350
1350
` \PhpOffice\PhpSpreadsheet\Writer\Xlsx ` uses temporary storage when
1351
- writing to php://output. By default, temporary files are stored in the
1351
+ writing to ` php://output ` . By default, temporary files are stored in the
1352
1352
script's working directory. When there is no access, it falls back to
1353
1353
the operating system's temporary files location.
1354
1354
1355
1355
** This may not be safe for unauthorized viewing!** Depending on the
1356
1356
configuration of your operating system, temporary storage can be read by
1357
1357
anyone using the same temporary storage folder. When confidentiality of
1358
- your document is needed, it is recommended not to use php://output.
1358
+ your document is needed, it is recommended not to use ` php://output ` .
1359
1359
1360
1360
### HTTP headers
1361
1361
You can’t perform that action at this time.
0 commit comments