danatemple
danatemple
Know anyone who could do the work? I don't have the skill set but would be willing to reimburse for effort spent!
Sure - I've attached an example file with a variety of formattings, and here is some code and the output: ```php use \PhpOffice\PhpSpreadsheet\IOFactory; $ppsType = IOFactory::identify($filepath); $reader = IOFactory::createReader($ppsType); $spreadsheet...
I agree entirely, there is no point in making that mapping - I would rather interpret directly from the raw numeric code in that case too, and I will update...