|
Streams Support
XlsIO has support for reading an Xls workbook from a stream and also writing the workbook to a stream.
Ability to write a workbook to a stream lets you create workbooks in memory and transmit them via emails, save them into a database, etc., all without have to write out any intermediate files to disk, thereby improving performance greatly.
Code to open/save documents using stream
|
|
|
|