mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 03:56:40 +00:00
Update CsvOutputEncodingTest.php
This commit is contained in:
@@ -17,7 +17,7 @@ class CsvOutputEncodingTest extends Functional\AbstractFunctional
|
||||
$sheet->setCellValue('A1', 'こんにちは!');
|
||||
$sheet->setCellValue('B1', 'Hello!');
|
||||
|
||||
$write = new CsvWriter($spreadsheet);
|
||||
$writer = new CsvWriter($spreadsheet);
|
||||
|
||||
$filename = tempnam(File::sysGetTempDir(), 'phpspreadsheet-test-UTF-8');
|
||||
$writer->setUseBOM(false);
|
||||
|
||||
Reference in New Issue
Block a user