C# 클래스 Program.Command_Excel2Json, DailyProjects

상속: Command
파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 프로퍼티들

프로퍼티 타입 설명
ExcelContentRow int
ExcelPath string
ExcelSheetNames List
ExcelTitleRow int
JsonPath string

공개 메소드들

메소드 설명
CreateTemplate ( ) : Command_Excel2Json
Execute ( ) : void

메소드 상세

CreateTemplate() 공개 정적인 메소드

public static CreateTemplate ( ) : Command_Excel2Json
리턴 Command_Excel2Json

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

프로퍼티 상세

ExcelContentRow 공개적으로 프로퍼티

public int ExcelContentRow
리턴 int

ExcelPath 공개적으로 프로퍼티

public string ExcelPath
리턴 string

ExcelSheetNames 공개적으로 프로퍼티

public List ExcelSheetNames
리턴 List

ExcelTitleRow 공개적으로 프로퍼티

public int ExcelTitleRow
리턴 int

JsonPath 공개적으로 프로퍼티

public string JsonPath
리턴 string