[]
Opens an XML data file.
IWorkbook OpenXML(string filename)
Function OpenXML(filename As String) As IWorkbook
| Type | Name | Description |
|---|---|---|
| string | filename | The name of the file to open. |
| Type | Description |
|---|---|
| IWorkbook | A GrapeCity.Spreadsheet.Workbook object represents the opened workbook. |
Opens an XML data file.
IWorkbook OpenXML(Stream stream)
Function OpenXML(stream As Stream) As IWorkbook
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream containing the workbook to open. |
| Type | Description |
|---|---|
| IWorkbook | A GrapeCity.Spreadsheet.Workbook object represents the opened workbook. |