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)
Parameter | Type | Description |
---|---|---|
format | SaveFormat | The save format. |
ReturnValue
The returned extension is a lower-case string with a leading dot.
See Also
- Class U16String
- Enum SaveFormat
- Class FileFormatUtil
- Namespace Aspose::Cells
- Library Aspose.Cells for C++