Added a form that would upload the XLS and parse it on submit

The XLS parser depends on PhpSpreadsheet library and you would need to require it as ddev composer require phpoffice/phpspreadsheet.

The sheets data is parsed and an array has been prepared per sheet which we now need to set a prompt from.

Merge request reports

Loading