Method | 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 |
Method | Description | |
---|---|---|
CheckFolderTree ( ) : bool | ||
CleanFromTemp ( bool catchIoError ) : void | ||
Dispose ( bool disposing ) : void | ||
ExtractZipEntry ( |
||
GetStream ( string filePath ) : Stream | ||
NewTempPath ( ) : void |
public Extract ( Stream fileStream ) : bool | ||
fileStream | Stream | The zip file stream. |
return | bool |
public GetWorksheetRelsStream ( string sheetPath ) : Stream | ||
sheetPath | string | |
return | Stream |
public GetWorksheetStream ( int sheetId ) : Stream | ||
sheetId | int | The sheet id. |
return | Stream |
public GetWorksheetStream ( string sheetPath ) : Stream | ||
sheetPath | string | |
return | Stream |