[]
Save this document to the writable Open XML stream.
public void SaveToOpenXml(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name for creation or replacement of a file. |
Save this document to the writable XML stream.
public void SaveToOpenXml(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream for write of Open XML data. |