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
Textboxes, Shapes etc should be visible after using merging of fields
What is the current behavior?
Textboxes, Shapes are gone when there is a image in excel.
When Image is removed everything works as expected - shapes, textboxes are not removed
As you can see [[documents_Description]] is changed to merge excel.xslx
Screenshots showing what is the problem:
Orginal file before merging fields:
File after merging fields:
We are taking a file and using regex to match merge field inserted in excel and fill it with data from our system.
So we are taking file, process fields and save the document
Limited support for form controls was added by PR #3130. The keyword in this case is "limited". We can read them and write them (at least some of the time), but can't actually do anything in the code with them. I agree that we aren't reading your file correctly. I will see if we can do anything about that.
This is:
What is the expected behavior?
Textboxes, Shapes etc should be visible after using merging of fields
What is the current behavior?
Textboxes, Shapes are gone when there is a image in excel.
When Image is removed everything works as expected - shapes, textboxes are not removed
As you can see [[documents_Description]] is changed to merge excel.xslx
Screenshots showing what is the problem:
Orginal file before merging fields:
File after merging fields:
Sample file which is failing:
merge excel.xlsx
What are the steps to reproduce?
We are taking a file and using regex to match merge field inserted in excel and fill it with data from our system.
So we are taking file, process fields and save the document
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet version: 2.1.0
PHP version: 8.3.2
The text was updated successfully, but these errors were encountered: