get_formatting: Get Spreadsheet Formatting

View source: R/get_formatting.R

get_formattingR Documentation

Get Spreadsheet Formatting

Description

Extracts formatting information from a spreadsheet.

Usage

get_formatting(xlfilepath, sheet = NULL)

Arguments

xlfilepath

A character string specifying the path to the spreadsheet.

sheet

A character string with the name of a sheet within a workbook, or an integer with the position of the sheet. Defaults to the first sheet if left unspecified.

Value

A data frame or list with parsed formatting information.

Examples

example_file <- system.file("extdata/rodentsheet.xlsx", package = "forgts")
get_formatting(example_file)


forgts documentation built on April 12, 2025, 1:46 a.m.