I am creating web stock apps. I want to read this Excel or Google Sheet File at this link:
Link To Report
Without needing to download the file first. Does PHP have the ability to read a sheet, select it, then read every row and column online?
Which library ought I use? I attempt to utilize the PHP spreadsheet but I am unsuccessful. I'm unsure if I did it correctly or not.
I also tried using the Google Sheets API. I can't, however, find the Google spreadsheet id in the link. What is the PHP option for reading an online spreadsheet created in Excel or Google?