C# 클래스 WebFrame.Areas.ExtFrame.resources.PlUpload.OfficeConvert

OfficeConvert 的摘要说明
상속: IHttpHandler
파일 보기 프로젝트 열기: siweigeshi/HKCost

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
ExcelToHtml ( string xlsFilePath, string htmlXls ) : bool
GetWindowThreadProcessId ( IntPtr hWnd, int &lpdwProcessId ) : uint
WordToHtml ( string wordFileName, string htmlWord ) : bool

word转html

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context HttpContext
리턴 void