I have a formatted and styled xls file with dummy data on my server. I want to use this file as a base for all of my exports. I want to replace the dummy data with real one at the time of export with php.
I have read about phpoffice library, but I am not sure how should I proceed with that. How should I write to xls and replace dummy data while maintaining the original format and styles.