awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

openXL() does not open Excel files in 4.1.0 #396

Open mwh3780 opened 6 years ago

mwh3780 commented 6 years ago

Expected Behavior

openxlsx::openXL(wb) to open a workbook using Excel

Actual Behavior

Does not work as intended. Tested on two different computers, and both work when downgrading to openxlsx version 4.0.17, but neither work with 4.1.0

Steps to Reproduce the Problem

tmp_file <- tempfile(fileext = ".xlsx") wb <- openxlsx::write.xlsx(mtcars, tmp_file) openxlsx::openXL(wb)

sessionInfo()