DetectFileFormat

DetectFileFormat(Stream)

Détecte et renvoie les informations sur un format d’un fichier Excel stocké dans un flux.

public static FileFormatInfo DetectFileFormat(Stream stream)
ParamètreTaperLa description
streamStream

Return_Value

UNFileFormatInfo objet contenant les informations détectées.

Voir également


DetectFileFormat(Stream, string)

Détecte et renvoie les informations sur un format d’un fichier Excel stocké dans un flux.

public static FileFormatInfo DetectFileFormat(Stream stream, string password)
ParamètreTaperLa description
streamStream
passwordStringLe mot de passe pour les fichiers ooxml chiffrés.

Return_Value

UNFileFormatInfo objet contenant les informations détectées.

Voir également


DetectFileFormat(string)

Détecte et renvoie les informations sur un format d’un fichier Excel stocké dans un fichier.

public static FileFormatInfo DetectFileFormat(string filePath)
ParamètreTaperLa description
filePathStringLe chemin du fichier.

Return_Value

UNFileFormatInfo objet contenant les informations détectées.

Voir également


DetectFileFormat(string, string)

Détecte et renvoie les informations sur un format d’un fichier Excel stocké dans un fichier.

public static FileFormatInfo DetectFileFormat(string filePath, string password)
ParamètreTaperLa description
filePathStringLe chemin du fichier.
passwordStringLe mot de passe pour les fichiers ooxml chiffrés.

Return_Value

UNFileFormatInfo objet contenant les informations détectées.

Voir également