Link Search Menu Expand Document

IXLSExtractorSaveToXLSStream Method

OverloadĀ List
NameDescription
Public methodSaveToXLSStream(Stream)
Saves document text as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(IListInt32, Stream)
Saves data from specified pages as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(String, Stream)
Saves data from specified page ranges as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Public methodSaveToXLSStream(Int32, Int32, Stream)
Saves data from specified page range as Excel spreadsheet to stream. The spreadsheet format (XLS/XLSX) is defined by OutputFormat property.
Top
See Also

Reference