I have to code a php script which will write some values in a spreadsheet. PhpSpreadsheet will be used for this work.
First, is it possible to write in a existing file without overwritting the existing strings and formulas? ==> I guess yes by using IOFactory
Some cells should be a list based on a specific area. I mean exactly the same as using "Data validation" in Excel? Is it possible to do that? And how? I havent't read anything about that...
Thanks for your help. Regards,