밥탄이 기록일지
CheckMate RPA C# Excel Script
using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Data; using System.Text; using SymationModules.ExcelControl; public partial class CustomScript { public void Excel_Script(ExcelControlClass xl) { string filePath = @"C:\Users\Owner\Desktop\test\"; string excelFile = "test.xlsx"; // 기본 사이클 // 1. Excel ID 지정 = string xl.SetExcelID = "1"; // 2. e..
CheckMate RPA
2023. 4. 12. 11:20