FileFormatUtil class
FileFormatUtil class
Provides utility methods for converting file format enums to strings or file extensions and back.
The FileFormatUtil type exposes the following members:
Methods
Method | Description |
---|---|
detect_file_format | Detects and returns the information about a format of an excel stored in a stream. |
detect_file_format | Detects and returns the information about a format of an excel stored in a stream. |
detect_file_format | Detects and returns the information about a format of an excel stored in a file. |
detect_file_format | Detects and returns the information about a format of an excel stored in a file. |
verify_password | Detects and returns the information about a format of an excel stored in a stream. |
file_format_to_save_format | Converting file format to save format. |
extension_to_save_format | Converts a file name extension into a SaveFormat value. |
is_template_format | Returns true if the extension is .xlt, .xltX, .xltm,.ots. |
load_format_to_extension | Converts a load format enumerated value into a file extension. |
load_format_to_save_format | Converts a LoadFormat value to a SaveFormat value if possible. |
save_format_to_extension | Converts a save format enumerated value into a file extension. |
save_format_to_load_format | Converts a SaveFormat value to a LoadFormat value if possible. |
See Also
- module
aspose.cells