I'm looking at using Spout instead of PhpSpreadsheet. Spout is more compact and doesn't have over a thousand interlinked files, most never used, to do a few simple tasks, unlike PhpSpreadSheet.
All I need to do is open an existing spreadsheet, replace the text in certain cells with new text, and save the file. The example given at https://opensource.box.com/spout/guides/edit-existing-spreadsheet/ works, but it looses all the formatting of the original. Is there a way to do this and retain the original xlsx's formatting?
Thanks Glenn