2017-10-24 6 views
0

Microsoft Excel을 열지 않고도 인쇄해야합니다. 간단한 방법으로 Excel 파일을 마우스 오른쪽 버튼으로 클릭 할 수 있습니다. Windows는 컨텍스트 메뉴에서 인쇄 옵션을 선택하기위한 컨텍스트 메뉴를 표시합니다.명령 줄로 Excel을 인쇄하는 방법은 무엇입니까?

다른 방법으로는 명령 줄에서 Excel을 열 수 있습니다. like

"excel c:\Users\loginid\Documents\data.xlsx" 

하지만 명령 줄을 사용하여 인쇄해야하는 경우 어떻게해야합니까? 인쇄를위한 명령 줄은 무엇입니까?

1. Use the Explorer, My Computer, or any Open dialog box to display the workbook that you want to print. 
2.Right-click on the file. Windows displays a Context menu. 
3.Choose the Print option from the Context menu. 
4.Windows loads Excel (if it is not already open), opens the workbook, and prints it. The workbook is then closed. 
+2

명령 줄 스위치를 통해 인쇄 할 가능성이 없다 : – smartobelix

답변

1

당신은 단지 다음과 같은 단일 작업 시트 시도 인쇄 할 경우

. 명령 줄에서 호출 된 vbs 스크립트 또는 power shell 스크립트를 사용할 수 있습니다.
+0

명령 줄을 사용하여이 작업을 수행해야합니다. –