Read from an excel file

I am writing a module to read from an excel file and use PHP Spreadsheet library. Do i need to download and adjust the dependencies or extensions in this case ?

You should properly place the dependencies (e.g. via composer) inside the lib folder. See here as an example: SymconReport/libs at master · symcon/SymconReport · GitHub

paresy