Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read.xlsx() not woking while opening .xslm file.( openxlsx 4.2.4) #535

Open
Rashmikoparde opened this issue Aug 9, 2021 · 1 comment
Open

Comments

@Rashmikoparde
Copy link

inputFile = adult.xlsm
appData <- read.xlsx(inputFile, sheet = 'Adult', startRow = 16)
appData

Error : Error: openxlsx can only read .xlsx files

  • Version of openxlsx: 4.2.4
  • Version of R: 3.6.3
@jmbarbone
Copy link

This is corrected in the dev version: ycphs/openxlsx#210

remotes::install_github("ycphs/openxlsx")

For newer version you report issues to https://github.com/ycphs/openxlsx/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants