Can you find out the cause of the error?

str_ExcelFilePath : “K:\list.xlsx”

K: => virtual drive

  1. Running in Window Source Mode
    Result : Failed, Using Excel file: K:\ folder does not exist. Check the output path.

  1. Running in Window Legacy Source Mode
    Result : Successed

Only the Window source or Window Legacy source is different and the activities used are all the same. Why does an error occur in the Window source when reading a file?

Hi @sumouse ,
I think Windows-Legacy is .net framework 4.6.1 based. Window project is .net 6.0 based. There are some difference with both regarding .net version.
But if file path correct, I think it will success all
Can you check again in Windows?
regards,

두 가지의 이미지와 같이 경로부터 사용된 모든 액티비티들은 모두 동일하게 사용되었습니다.
Excel Activity의 버전도 동일합니다.
단지 차이가 있다면 Window인지 Window Legacy인지…