load_format_to_extension method
load_format_to_extension
Converts a load format enumerated value into a file extension.
Returns
The returned extension is a lower-case string with a leading dot.
def load_format_to_extension(self, load_format):
...
Parameter | Type | Description |
---|---|---|
load_format | LoadFormat | The loaded file format. |
Remarks
If it can not be converted, returns null.
See Also
- module
aspose.cells
- class
FileFormatUtil