I would like to load an Excel file with multiple sheets into R and extract specific cell information. The cell information is in the form of a string. The specific cells are the shaded cells.
The following is a link to a sample Excel file.
In the sample file, there are three sheets. Each is shaded in yellow. Binder 19.99 63.68 I want to extract the data and store it in a variable as data.frame type.
If anyone knows how to do this, please let me know.