|
|
Document Settings
Essential XlsIO can work with spreadsheets that are stored as streams and can also save to a stream.
|
|
|
|
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
|
|
|
|
The built-in document properties such as Application Name, Document Title, Category, Keywords, Company, etc. can be set for the documents using Essential XlsIO. It is also possible to set custom document properties as well.
Sample Source Code
Document Properties in Excel
|
|
|
|
|
|
|