Skip to content
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

fix: Prevent errors for fields starting with equal sign (=) #43

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Benjamin-K
Copy link
Member

PhpSpreadsheet will try to calculate a formula on those fields which will probably result in not being able to download that whole list. This PR will fix that by explicitly setting a cells value as "String" value.

@Benjamin-K Benjamin-K added the bug Something isn't working label Nov 26, 2024
@Benjamin-K Benjamin-K self-assigned this Nov 26, 2024
PhpSpreadsheet will try to calculate a formula on those fields which will probably result in not being able to download that whole list.
@Benjamin-K Benjamin-K force-pushed the fix/prevent-formula-calculation branch from 6ccf890 to fdec399 Compare December 3, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant