Aspose::Cells::FileFormatUtil::SaveFormatToExtension method

FileFormatUtil::SaveFormatToExtension method

Converts a save format enumerated value into a file extension.

static U16String Aspose::Cells::FileFormatUtil::SaveFormatToExtension(SaveFormat format)
ParameterTypeDescription
formatSaveFormatThe save format.

ReturnValue

The returned extension is a lower-case string with a leading dot.

See Also