C# Class ExcelToolKit.ZipWorker

Inheritance: IDisposable
Afficher le fichier Open project: fanfeilong/exceltk Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckFolderTree ( ) : bool
CleanFromTemp ( bool catchIoError ) : void
Dispose ( bool disposing ) : void
ExtractZipEntry ( ZipFile zipFile, ZipEntry entry ) : void
GetStream ( string filePath ) : Stream
NewTempPath ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Extract() public méthode

Extracts the specified zip file stream.
public Extract ( Stream fileStream ) : bool
fileStream Stream The zip file stream.
Résultat bool

GetSharedStringsStream() public méthode

Gets the shared strings stream.
public GetSharedStringsStream ( ) : Stream
Résultat Stream

GetStylesStream() public méthode

Gets the styles stream.
public GetStylesStream ( ) : Stream
Résultat Stream

GetWorkbookRelsStream() public méthode

Gets the workbook rels stream.
public GetWorkbookRelsStream ( ) : Stream
Résultat Stream

GetWorkbookStream() public méthode

Gets the workbook stream.
public GetWorkbookStream ( ) : Stream
Résultat Stream

GetWorksheetRelsStream() public méthode

public GetWorksheetRelsStream ( string sheetPath ) : Stream
sheetPath string
Résultat Stream

GetWorksheetStream() public méthode

Gets the worksheet stream.
public GetWorksheetStream ( int sheetId ) : Stream
sheetId int The sheet id.
Résultat Stream

GetWorksheetStream() public méthode

public GetWorksheetStream ( string sheetPath ) : Stream
sheetPath string
Résultat Stream

ZipWorker() public méthode

public ZipWorker ( ) : System
Résultat System