Saves the range of cells in the sheet as delimited text and saves
to a stream with the specified delimiters asynchronously.
Overload List
Overload | Description |
SaveTextFileRangeAsync(Int32,Int32,Int32,Int32,Stream,TextFileSaveFlags,String,String,String) |
Saves the range of cells in the sheet as delimited text and saves
to a stream with the specified delimiters asynchronously.
|
SaveTextFileRangeAsync(Int32,Int32,Int32,Int32,Stream,TextFileSaveFlags,String,String,String,Encoding) |
Saves the range of cells in the sheet as delimited text and saves
to a stream with the specified delimiters and encoding asynchronously.
|
See Also