You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
I've been trying to find the error for weeks but can't seem to grasp it...
Notice that just opening the xlsx file and then trying to save it has the same problem, thus it is not linked to the values that are updated.
Thx in advance
The text was updated successfully, but these errors were encountered:
BlackPage05
changed the title
Uncaught exception 'PHPExcel_Exception' with message 'Invalid cell coordinate' apparently linked to Workbook name
PHPExcel_Writer_Excel2007 - Uncaught exception 'PHPExcel_Exception' with message 'Invalid cell coordinate' apparently linked to Workbook name
Aug 11, 2017
thus it is not linked to the values that are updated
Then it is linked to the file itself. Try to modify the file, for instance by deleting columns/rows, until it works to identify exactly what cell and what cell content is the problem.
Also next time, please take care of formatting your message. Either use the toolbar or ``` syntax to format code blocks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I'm encountering a problem I cannot seem to be able to resolve upon trying to save a xlsx file based on the attached xlsx source
Here is the stack trace of the error
And here is the xlsx source file
bc_fibre_sfr.xlsx
What the required php code does is :
Open the source file
Update values in certain cells
Save the result as a new xlsx file
The problem is located when trying to save the result file :
Go is displayed, done is never reached
I've been trying to find the error for weeks but can't seem to grasp it...
Notice that just opening the xlsx file and then trying to save it has the same problem, thus it is not linked to the values that are updated.
Thx in advance
The text was updated successfully, but these errors were encountered: