awalker89 / openxlsx

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

loadWorkbook method does not make workbook object #468

Open RiceAndWheat opened 5 years ago

RiceAndWheat commented 5 years ago

Hello. When I tried to load my workbook into R, I met error message which I show below.

Expected Behavior

To load the workkbook in environment

Actual Behavior

wb_ex <- openxlsx::loadWorkbook("Daily Report_190503.xlsx") Error in substring(x[ind], so, eo) : invalid multibyte string at '<9d>€<20>怨좊뵓"/>'

Steps to Reproduce the Problem

(please attach an example xlsx file if possible)

  1. install.package - openxlsx

  2. load package - openxlsx

  3. load workbook

sessionInfo()

huxinwen65 commented 4 years ago

Hi, did you have any ideas?