Description
Overload List
Name | Description |
---|---|
ReadXLS(Stream) |
Reads the XLS file from the stream.
|
ReadXLS(String) |
Reads the XLS file and loads the workbook.
|
ReadXLS(Uri) |
Reads the XLS file from remote URL address.
|
ReadXLS(Stream, ProgressEventHandler) |
Reads the XLS file from the stream.
|
ReadXLS(Stream, String) |
Reads the XLS file from the stream.
|
ReadXLS(String, ProgressEventHandler) | |
ReadXLS(String, String) |
Reads the XLS file and loads the workbook.
|
ReadXLS(Uri, ProgressEventHandler) |
Reads the XLS file from remote URL address.
|
ReadXLS(Uri, String) |
Reads the XLS file from remote URL address.
|
ReadXLS(Stream, String, ProgressEventHandler) |
Reads the XLS file from the stream.
|
ReadXLS(String, String, ProgressEventHandler) |
Reads the XLS file and loads the workbook.
|
ReadXLS(Uri, String, ProgressEventHandler) |
Reads the XLS file from remote URL address.
|