DetectFileFormat
内容
[
隐藏
]DetectFileFormat(Stream)
检测并返回有关存储在流中的 excel 格式的信息。
public static FileFormatInfo DetectFileFormat(Stream stream)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream |
返回值
一个FileFormatInfo
包含检测到的信息的对象。
也可以看看
- class FileFormatInfo
- class FileFormatUtil
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
DetectFileFormat(Stream, string)
检测并返回有关存储在流中的 excel 格式的信息。
public static FileFormatInfo DetectFileFormat(Stream stream, string password)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | |
password | String | 加密的 ooxml 文件的密码。 |
返回值
一个FileFormatInfo
包含检测到的信息的对象。
也可以看看
- class FileFormatInfo
- class FileFormatUtil
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
DetectFileFormat(string)
检测并返回有关存储在文件中的 Excel 格式的信息。
public static FileFormatInfo DetectFileFormat(string filePath)
范围 | 类型 | 描述 |
---|---|---|
filePath | String | 文件路径。 |
返回值
一个FileFormatInfo
包含检测到的信息的对象。
也可以看看
- class FileFormatInfo
- class FileFormatUtil
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
DetectFileFormat(string, string)
检测并返回有关存储在文件中的 Excel 格式的信息。
public static FileFormatInfo DetectFileFormat(string filePath, string password)
范围 | 类型 | 描述 |
---|---|---|
filePath | String | 文件路径。 |
password | String | 加密的 ooxml 文件的密码。 |
返回值
一个FileFormatInfo
包含检测到的信息的对象。
也可以看看
- class FileFormatInfo
- class FileFormatUtil
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells