FileFormatUtil Class
Contents
[
Hide
]FileFormatUtil class
Provides utility methods for converting file format enums to strings or file extensions and back.
type FileFormatUtil struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| FileFormatUtil_DetectFileFormat_Stream | Detects and returns the information about a format of an excel stored in a stream. | 
| FileFormatUtil_DetectFileFormat_Stream_String | Detects and returns the information about a format of an excel stored in a stream. | 
| FileFormatUtil_VerifyPassword | Detects and returns the information about a format of an excel stored in a stream. | 
| FileFormatUtil_DetectFileFormat_String | Detects and returns the information about a format of an excel stored in a file. | 
| FileFormatUtil_DetectFileFormat_String_String | Detects and returns the information about a format of an excel stored in a file. | 
| FileFormatUtil_FileFormatToSaveFormat | Converting file format to save format. | 
| FileFormatUtil_ExtensionToSaveFormat | Converts a file name extension into a SaveFormat value. | 
| FileFormatUtil_IsTemplateFormat | Returns true if the extension is .xlt, .xltX, .xltm,.ots. | 
| FileFormatUtil_LoadFormatToExtension | Converts a load format enumerated value into a file extension. | 
| FileFormatUtil_LoadFormatToSaveFormat | Converts a LoadFormat value to a SaveFormat value if possible. | 
| FileFormatUtil_SaveFormatToExtension | Converts a save format enumerated value into a file extension. | 
| FileFormatUtil_SaveFormatToLoadFormat | Converts a SaveFormat value to a LoadFormat value if possible. |