CsvDocumentInfo

CsvDocumentInfo class

包含 Csv 文档 metadata

public class CsvDocumentInfo : SpreadsheetDocumentInfo

特性

姓名 描述
Author { get; } 获取 author
CreationDate { get; } 文档创建日期
Format { get; } 文件格式
IsPasswordProtected { get; } 获取文档密码保护
Item { get; } 获取作为 key 提供的属性的值
PagesCount { get; } 文档页数。
PropertyNames { get; } 当前文档可获取的所有属性的可枚举信息
Size { get; } 文档大小(以字节为单位)
Title { get; } 获取标题
WorksheetsCount { get; } 获取工作表 count

也可以看看