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

Provide a way to read cell formulas #27

Open
jrising opened this issue Jul 5, 2016 · 1 comment
Open

Provide a way to read cell formulas #27

jrising opened this issue Jul 5, 2016 · 1 comment
Milestone

Comments

@jrising
Copy link

jrising commented Jul 5, 2016

There is a module in xlrd for reading formulas (https://github.com/python-excel/xlrd/blob/master/xlrd/formula.py). I am not sure how complete it is though (the two main functions both say they are under construction). Ideally, the formula would come in parsed into a tree of function calls and references.

My interest is in providing on-the-fly translation from a sheet in an Excel document to a Mimi model component, so non-technical users have a way to make changes to certain components.

@davidanthoff davidanthoff added this to the Backlog milestone Jul 7, 2016
@davidanthoff
Copy link
Member

Hm, I'm a bit hesitant to add that to this package, which really is meant as a way to get data into a julia session. Adding a full formula loading story seems to add a lot of complexity... I'd also like to keep the option to swap out xlrd for something else in the future with less dependencies (for example use the same underlying libraries that R readxl uses) and that seems easier if the scope of this package is more limited/focused.

Maybe the easiest way would be to just use xlrd directly via PyCall for your case?

@davidanthoff davidanthoff removed this from the Backlog milestone Jul 7, 2016
@davidanthoff davidanthoff added this to the Backlog milestone Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants