Loads the specified XML data (for a sheetview) from a stream into a sheetview.
Loads (opens) the specified Spread XML (file or stream) into the spreadsheet.
Overload List
Overload | Description |
OpenXml(SheetView,Stream) | Loads the specified XML data (for a sheetview) from a stream into a sheetview. |
OpenXml(FpSpread,String) | Loads the specified XML data (for an entire Spread component) from a file into a Spread component. |
OpenXml(FpSpread,Stream) | Loads the specified XML data (for an entire Spread component) from a stream into a Spread component. |
See Also