'Excel formula deletion using php Laravel

I want to modify an already existing excel sheet with delete the formula without affecting the values in the cell which are generated by those formula used in the sheets using PHP. I tried to use php Spreadsheet. Not able to delete the formula used the excel sheets Is there some way I can modify the already existing excel sheet with removing the formula using PHP?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source