jwutil (version 1.2.3)

read_xlsx_linux: read .xlsx file, interpret as CSV, and return a data frame

Description

currently relies on Linux xlsx2csv command, but could potentially be done with VB script in Windows. This offers a different backend to other Excel parsing functions in R,

Usage

read_xlsx_linux(file)

Arguments

file

is the path to the .xlsx file

Value

data frame

See Also

readxl package by Hadley Wickham