繰り返し(コレクション)の中で、フォルダ内のCSVファイルを1ファイルずつ読み込みDTとして読み込み、DTを加工して転記先のExcelの転記用シートに書き込む処理を行ってます。
前処理として、転記先シートの最終行を取得して、最終行+1して貼り付けセルを生成
最後に範囲に書き込み(ワークブック)で貼り付けセルにCSVのDTを張り付ける処理をしたいのですが下記エラー内容が表示されて困っています。
.xlsx’ because it is being used by another process.
何が原因となっているか調べてもわからないため、ご教示いただけると助かります。
宜しくお願い致します
@ando0403.primal, This is happens when the excel file is open and your bot tries to read/write with Workbook activity.
You can add Kill Process activity to kill excel process before your logic to avoid this error.
Thanks,
Ashok 
1 Like
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.