file_type property

file_type property

Gets the file type metadata package.

Example

This example shows how to detect the exact type of a loaded spreadsheet and extract some additional file format information.

Definition:

@property
def file_type(self):
    ...

See Also