通过conda安装和使用openxlsx 发布于 2022-02-24 130 次阅读 conda install -c conda-forge r-openxlsx=4.2.5 -y openxlsx::read.xlsx(xlsxFile = "marker.xlsx", sheet = 1, colNames = F)
Comments NOTHING