Click or drag to resize

Workbook LoadFromXml Method (Stream)

Loads a xml file and imports its data.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void LoadFromXml(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
Stream contains data.
See Also