Learn R Programming

scicomptools (version 1.0.0)

read_xl_format: Read Formatting of All Sheets in an Excel Workbook

Description

Retrieves all sheets of a Microsoft Excel workbook and identifies the formatting of each value (including column headers and blank cells).

Usage

read_xl_format(file_name = NULL)

Value

(data frame) One row per cell in the dataframe with a column for each type of relevant formatting and its 'address' within the original Excel workbook

Arguments

file_name

(character) Name of (and path to) the Excel workbook

Examples

Run this code
# Identify the formatting of every cell in all sheets of an Excel file
read_xl_format(file_name = system.file("extdata", "excel_book.xlsx", package = "scicomptools"))

Run the code above in your browser using DataLab