Excel basic용 열기 action 사용

열기 action를 사용하여 읽기 전용 모드 또는 읽기/쓰기 모드로 Microsoft Excel 스프레드시트를 열고, 비밀번호를 사용하여 스프레드시트를 여는 등의 작업을 할 수 있습니다.

프로시저

Microsoft Excel 스프레드시트를 열려면 다음을 수행합니다.

  1. 작업 팔레트의 Excel 기본 package에서 열기 action을 더블 클릭하거나 드래그합니다.
  2. Microsoft Excel 스프레드시트를 열 위치를 선택합니다.
    주: The Excel basic package supports files that are a maximum size of 30 MB.
    • Control Room 파일: Control Room에서 파일을 열 수 있습니다.
      주: Control Room에서 Excel 파일을 열고 파일을 변경하면 업데이트된 파일이 Control Room에 저장되지 않습니다. 이 action은 데스크톱에서 연 Excel 파일에 대해서만 지원됩니다.
    • 바탕화면 파일: 기기에서 파일을 열 수 있습니다. 이 필드는 파일 경로 입력도 문자열 변수 또는 글로벌 값으로 허용합니다.
    • 변수: 파일 변수를 지정하여 파일을 열 수 있습니다.
  3. Microsoft Excel 스프레드시트에 헤더 행이 포함된 경우 시트에 헤더 포함 확인란을 선택합니다.
  4. 특정 시트 이름 옵션을 선택하여 Microsoft Excel 스프레드시트가 열릴 때 활성화할 시트 이름을 지정합니다.
  5. 읽기 전용 모드 또는 읽기-쓰기 모드를 선택하여 각각 읽기 전용 또는 편집 모드에서 Microsoft Excel 스프레드시트를 엽니다.
  6. Microsoft Excel 스프레드시트를 열 때 비밀번호가 필요한 경우 비밀번호 필요 확인란을 선택합니다.
  7. Select any of the following tabs to create an Excel session:
    • Local session: Specify a session name that can be used only in the current bot.
    • Global session: Specify a session name that can be used across multiple bots, such as parent bots, child bots, and other child bots of the parent bots .
      You can also use the Global session option to loop through each row in an Excel advanced worksheet.
      주: You can open an Excel worksheet by using the Global session option and use it across multiple bots without having to share the session by using the Set session variable action.
      You can also close the session from the child bot when you are using the Global session option and sharing the session across child bots.
      중요사항: If you close the session from the child bot and run the parent bot, then in the parent bot, the actions that come after the child bot are not run, and the bot fails with an error because the session has already been closed from the child bot.
    • Variable: Specify a session variable that can be used to share that session with other child bots.
    주: When you use more than one workbook to automate an operation, you must use different session names for each workbook. If you want to use the same session name to automate all the workbooks, you must first close the session of one workbook before using the same session name for another workbook.
  8. 세션 이름 필드에 세션의 이름을 입력합니다.
  9. 저장을 클릭합니다.