getSheetNames: Get names of worksheets

View source: R/wrappers.R

getSheetNamesR Documentation

Get names of worksheets

Description

Returns the worksheet names within an xlsx file

Usage

getSheetNames(file)

Arguments

file

An xlsx or xlsm file.

Value

Character vector of worksheet names.

Author(s)

Alexander Walker

Examples

getSheetNames(system.file("extdata", "readTest.xlsx", package = "openxlsx"))

openxlsx documentation built on Feb. 16, 2023, 6:47 p.m.