We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've documented this on stackoverflow here https://stackoverflow.com/questions/64995517/r-openxlsx-package-version-4-2-2-error-in-filedescription-xlsxfile-inv tAKBusCyclelane2019.xlsx
read.xlsx("tAKBusCyclelane2019.xlsx", sheet= "ProcData") Reads fine
j <- 6 filelist[j] targetsheet read.xlsx(filelist[j], sheet=targetsheet) Doesn't
(please attach an example xlsx file if possible)
The text was updated successfully, but these errors were encountered:
Could you please create this also at ycphs/openxlsx?
I am maintaining the active fork of the package.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
I've documented this on stackoverflow here https://stackoverflow.com/questions/64995517/r-openxlsx-package-version-4-2-2-error-in-filedescription-xlsxfile-inv
tAKBusCyclelane2019.xlsx
read.xlsx("tAKBusCyclelane2019.xlsx", sheet= "ProcData") Reads fine
j <- 6
filelist[j]
targetsheet
read.xlsx(filelist[j], sheet=targetsheet) Doesn't
Actual Behavior
Steps to Reproduce the Problem
(please attach an example xlsx file if possible)
sessionInfo()
The text was updated successfully, but these errors were encountered: