Read data from several worksheets from workbook and eliminate comments
问题 I have workbooks with several (70+) worksheets. Each worksheet is a station name. Each worksheet has different number of comment line starting with # which I want to eliminate, then read the header from when the comments end and assign them to the column names. I was trying to use RODBC which works on a 32-bit machine/R/EXCEL but is not working on a 64-bit system. Below is what I have using RODBC. How can I do the same using XLconnect or something else for a 64-bit system? library(RODBC) ###