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

c.formula, get full formula text for external links #224

Open
kafisatz opened this issue Feb 17, 2023 · 0 comments
Open

c.formula, get full formula text for external links #224

kafisatz opened this issue Feb 17, 2023 · 0 comments

Comments

@kafisatz
Copy link

Hi

I am trying to extract the formula form a cell which links to an external file.
Is there any way that I can get the link of [1] in the example below?
I mean, I know which file it is, but I want to get the result programmatically.

julia> XLSX.openxlsx(oldfile, mode="r") do xf
           #val = XLSX.getdata(XLSX.getsheet(xf, "mySheet"), "E41") #419m 
           c = XLSX.getcell(XLSX.getsheet(xf, "mySheet"), "E41") 
           print(c.formula)
       end
+[1]BS!$W$9/1000000
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

1 participant