You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: