I have to edit a worksheet, which uses VLOOKUP. In my template, VLOOKUP has to search for a value using an index, which is formatted like this:
When I now edit the template in PhpSpreadsheet and change a value or an index, which forces to recalculate VLOOKUP, PhpSpreadsheets CalculationEngine seems to ignore the specified format and delivers the wrong value(1 is 1 for PhpSpreadsheet, no matter the format). This is resolved, once you edit the spreadsheet again with Excel, however, I require the value of VLOOKUP BEFORE I can edit it again with Excel.