Skip to content

Commit

Permalink
Refactor FsWorkbook
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlhaus committed Mar 13, 2023
1 parent 96f5b36 commit 939537a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FsSpreadsheet/FsWorkbook.fs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ type FsWorkbook() =

/// Returns all FsWorksheets.
static member getWorksheets (workbook : FsWorkbook) =
workbook.GetWorksheets() |> ignore
workbook
workbook.GetWorksheets()


/// Removes an FsWorksheet with given name from an FsWorkbook.
static member removeWorksheetByName (name : string) (workbook : FsWorkbook) =
Expand Down

0 comments on commit 939537a

Please sign in to comment.