[]
导出页面到Excel相关设置。
public class ExportPageToExcelSetting : ExportPageSettingBase
导出页面到Excel相关设置。
public ExportPageToExcelSetting()
是否导出formula。
public bool ExportFormula { get; set; }
类型 | 描述 |
---|---|
bool |
是否导出到多个工作表。
public bool MultiSheetModel { get; set; }
类型 | 描述 |
---|---|
bool |
导出Excel所需密码
public string Password { get; set; }
类型 | 描述 |
---|---|
string |