ropensci / readODS

Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
https://docs.ropensci.org/readODS/
Other
55 stars 22 forks source link

Fix #162 #168

Closed chainsawriot closed 1 year ago

chainsawriot commented 1 year ago

sheet - use only in R to denote an argument that can either be a name or index

sheet_index - use in R and C++ to denote an integer representing the sheet index, e.g. 2

sheet_name - use in R and C++ to denote a string representing the sheet name, e.g. "Sheet1"

sheet_file - use in R and C++ to denote the often throwaway XML file