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
- [X] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
The formulaAttributes you can set with the functions ->getCell()->setForumlaAttribtues() should be writen to the file with IWriter.
What is the current behavior?
You can get and set the attributes in the in memory sheet but those changes are not saved to the file.
This is:
What is the expected behavior?
The formulaAttributes you can set with the functions ->getCell()->setForumlaAttribtues() should be writen to the file with IWriter.
What is the current behavior?
You can get and set the attributes in the in memory sheet but those changes are not saved to the file.
What are the steps to reproduce?
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
The text was updated successfully, but these errors were encountered: