Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active December 18, 2015 17:59
Show Gist options
  • Save igorkulman/5822019 to your computer and use it in GitHub Desktop.
Save igorkulman/5822019 to your computer and use it in GitHub Desktop.
let data =
"test.xlsx"
|> Excel.getWorksheetByIndex 1
|> Excel.getContent
data
|> Seq.iter (fun x-> printfn "%s" x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment