Closed
Description
Tested with Version 3.9.0
The Following Code produces the error:
"PhpOffice\PhpSpreadsheet\Writer\Xls\Parser::convertFunction(): Argument #2 ($num_args) must be of type int, string given"
Code:
$reader = IOFactory::createReader(IOFactory::READER_XLS);
$reader->setReadDataOnly(true);
$excel = $reader->load(dirname(__FILE__).'/VSLOOKUP_example_2003.xls');
$writer = IOFactory::createWriter($excel, IOFactory::WRITER_XLS);
$writer->save(dirname(__FILE__).'/VSLOOKUP_output_2003.xls');
File (German XLS File with German Function Name 'SVERWEIS' for 'VSLOOKUP':
VSLOOKUP_example_2003.xls
Metadata
Metadata
Assignees
Labels
No labels