C# 클래스 ExcelToolKit.ZipWorker

상속: IDisposable
파일 보기 프로젝트 열기: fanfeilong/exceltk 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Extract ( Stream fileStream ) : bool

Extracts the specified zip file stream.

GetSharedStringsStream ( ) : Stream

Gets the shared strings stream.

GetStylesStream ( ) : Stream

Gets the styles stream.

GetWorkbookRelsStream ( ) : Stream

Gets the workbook rels stream.

GetWorkbookStream ( ) : Stream

Gets the workbook stream.

GetWorksheetRelsStream ( string sheetPath ) : Stream
GetWorksheetStream ( int sheetId ) : Stream

Gets the worksheet stream.

GetWorksheetStream ( string sheetPath ) : Stream
ZipWorker ( ) : System

비공개 메소드들

메소드 설명
CheckFolderTree ( ) : bool
CleanFromTemp ( bool catchIoError ) : void
Dispose ( bool disposing ) : void
ExtractZipEntry ( ZipFile zipFile, ZipEntry entry ) : void
GetStream ( string filePath ) : Stream
NewTempPath ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Extract() 공개 메소드

Extracts the specified zip file stream.
public Extract ( Stream fileStream ) : bool
fileStream Stream The zip file stream.
리턴 bool

GetSharedStringsStream() 공개 메소드

Gets the shared strings stream.
public GetSharedStringsStream ( ) : Stream
리턴 Stream

GetStylesStream() 공개 메소드

Gets the styles stream.
public GetStylesStream ( ) : Stream
리턴 Stream

GetWorkbookRelsStream() 공개 메소드

Gets the workbook rels stream.
public GetWorkbookRelsStream ( ) : Stream
리턴 Stream

GetWorkbookStream() 공개 메소드

Gets the workbook stream.
public GetWorkbookStream ( ) : Stream
리턴 Stream

GetWorksheetRelsStream() 공개 메소드

public GetWorksheetRelsStream ( string sheetPath ) : Stream
sheetPath string
리턴 Stream

GetWorksheetStream() 공개 메소드

Gets the worksheet stream.
public GetWorksheetStream ( int sheetId ) : Stream
sheetId int The sheet id.
리턴 Stream

GetWorksheetStream() 공개 메소드

public GetWorksheetStream ( string sheetPath ) : Stream
sheetPath string
리턴 Stream

ZipWorker() 공개 메소드

public ZipWorker ( ) : System
리턴 System