XLConnect (version 0.2-15)

summary-methods: Summarizing workbook objects

Description

Outputs a '>workbook summary including the underlying Excel filename, contained worksheets, hidden sheets, very hidden sheets, defined names and the active sheet name.

Usage

# S4 method for workbook
summary(object)

Arguments

object

The '>workbook to summarize

See Also

'>workbook, getSheets, isSheetHidden, isSheetVeryHidden, getDefinedNames, getActiveSheetName

Examples

Run this code
# NOT RUN {
# Load existing demo Excel file 'mtcars.xlsx' from the XLConnect package
wb.mtcars <- loadWorkbook(system.file("demoFiles/mtcars.xlsx", 
                          package = "XLConnect"))

# Print a workbook summary
summary(wb.mtcars)
# }

Run the code above in your browser using DataCamp Workspace