8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For some reason I am struggling reading a file exported from Palantir. I created an example that is not working for me:
import xl proc main = var wb = xl.load("prueba.xlsx") var sheet = wb.active echo sheet.cell(0, 0).value main()
I will try to upload the example file.