N
N
Nikita2018-11-06 17:27:49
PHP
Nikita, 2018-11-06 17:27:49

How to save cells in excel file in Php ZipArchive?

What method can be used to resave cells after data entry? I use a template that is on the server, it has special tags for adding data. Process: opened file (using

$array_path = array('xl/sharedStrings.xml', 'xl/worksheets/sheet1.xml', 'xl/worksheets/sheet2.xml', 'xl/worksheets/sheet3.xml');
), added data, closed it, saved it on the local computer. I can't find it in the documentation. Can be header any prescribe special?
And this is necessary so that in each cell there is a formula that in Excel itself already works with data (conditions, recalculation), etc.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question