Skip to content

Instantly share code, notes, and snippets.

@YongHee-Kim
Created July 5, 2018 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YongHee-Kim/3cd3cea1a447111a9f8790b8389badaf to your computer and use it in GitHub Desktop.
Save YongHee-Kim/3cd3cea1a447111a9f8790b8389badaf to your computer and use it in GitHub Desktop.
show functions for XLSX
function Base.show(io::IO, xf::XLSX.XLSXFile)
p = basename(xf.filepath)
print(io, "XLSXFile(\"$p\") with ", length(xf.workbook.sheets), " Worksheets")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment