extension_to_save_format method
extension_to_save_format(, extension)
Converts a file name extension into a SaveFormat value.
Returns
@staticmethod
def extension_to_save_format(extension):
...
| Parameter | Type | Description |
|---|---|---|
| extension | System.String | The file extension. Can be with or without a leading dot. Case-insensitive. |
Remarks
If the extension cannot be recognized, returns SaveFormat.UNKNOWN.
See Also
- module
aspose.cells - class
FileFormatUtil - class
SaveFormat