WorkbookMetadata.Save

Save(string)

Save the modified metadata to the file.

public void Save(string fileName)
ParameterTypeDescription
fileNameStringThe file name.

See Also


Save(Stream)

Save the modified metadata to the stream.

public void Save(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also