-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template support formula #176
Comments
Please be aware of formula Injection problem |
Hello, To clarify, are formulas in templates supported at all? In my tests I have noticed that if the template contains any formulas the resulting file will be broken. Just basic stuff like This is definitely going to make the library unusable for my purposes if there is no support for formulas. I really like this library and am happy to fork and create something to support that. Let me know, thanks. |
Turns out the issue I was having is related to inserting DataTables and any formulas below them. As the insertion of multiple rows into a template will create new rows this is something that should be looked at, but different from this issue. |
See pull request #491, I had exactly the same issue, turns out the library needed to reindex the file calcChain.xml in the archive. It works for single sheet worbooks, for multiple sheets, the library will need to parse worksheet.xml.rels to get corresponding sheets id. |
The text was updated successfully, but these errors were encountered: