Skip to content

Commit

Permalink
Update workbook.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Jan 4, 2024
1 parent d765e9e commit 6c6dc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/workbook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ sheetnames(wb::Workbook) = [ s.name for s in wb.sheets ]
@inline sheetnames(xl::XLSXFile) = sheetnames(xl.workbook)

"""
hassheet(wb::Workbook, sheetname::AbstractString) :: Bool
hassheet(wb::Workbook, sheetname::AbstractString)
hassheet(xl::XLSXFile, sheetname::AbstractString)
Returns `true` if `wb` contains a sheet named `sheetname`.
"""
Expand Down

0 comments on commit 6c6dc71

Please sign in to comment.