Skip to content

Commit

Permalink
Play around in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 15, 2023
1 parent ba5aa72 commit c531ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let fsWorksheet4FromStream = fsWorkbookFromStream.GetWorksheetByName "DataTypeSh
//let d = (FsWorksheet.getCellAt 1 1 fsWorksheet1FromStream).DataType
let v = (FsWorksheet.getCellAt 7 3 fsWorksheet2FromStream).Value
fsWorksheet2FromStream.CellCollection.GetCells() |> Array.ofSeq
let t = fsWorksheet3FromStream.Tables |> List.tryFind (fun t -> t.Name = "Table2")


// fix some bugs
Expand Down

0 comments on commit c531ab7

Please sign in to comment.