SpreadsheetDocument.Read
Syntax:
Parameters:
<FileName> (required)
Spreadsheet document file name.
<ValuesReadingMode> (optional)
Defines how to interpret the values read from the source document in XLS, XLSX, or ODS format.
If an Excel 97 - 2010 or OpenOffice Calc spreadsheet document is downloaded and a source document cell contains a value of type Date or Number, this value is inserted into the resulting spreadsheet document cell depending on the value of that parameter.
Default value: Text.
Description:
It allows reading the spreadsheet document from the file in Microsoft Excel 97 - 2010 ( *.xls and *.xlsx) or a digital table OpenOffice Calc ( *.ods).
Availability:
Example:
Spreadsheet = New SpreadsheetDocument; Spreadsheet.Read("C:\My Documents\Table1.mxl"); |