I have a requirement of opening a empty excel sheet using a PHP code and making updates and publish it back to the website.
I need to follow following steps
- User logs into a website using authentication (This works)
- Opens a excel file
- Updates the file
- Saves/Publishes back into the web
Have anybody tried something similar to this.
Thanks