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

Feature Request: Parameter to expose textual forms of formulas in sheet. #75

Open
121GWJolt opened this issue Jun 4, 2020 · 1 comment

Comments

@121GWJolt
Copy link

I'm currently in a scenario where I'm trying to read the raw text of a formula and parse out a bit of info from it (which is less than ideal, but it's what I've got to work with. Parsing out image urls from a Google sheet downloaded in XLSX form because CSV never provides them, but some data is only stored on there within image formulas so it displays on sheets).

Currently, ExcelProvider only gives me completely blank fields in those particular cases.

It would be nice if in the type definition we can specify that we want to see the textual form of formulas instead of returning blank. Not asking for evaluation or anything of the sort; just the formula itself.

@ingted
Copy link
Contributor

ingted commented Feb 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants