Namespace BigExcelCreator.ClassAttributes
Classes
- ExcelColumnHiddenAttribute
Marks a property as hidden in Excel exports. When applied to a property, the corresponding column will not be visible in the generated Excel spreadsheet.
- ExcelColumnNameAttribute
Specifies the name of an Excel column for a property.
- ExcelColumnOrderAttribute
Specifies the column order for a property when exporting to Excel.
- ExcelColumnTypeAttribute
Specifies the Excel cell type for a property when exporting to Excel.
- ExcelColumnWidthAttribute
Specifies the width of an Excel column for a property.
- ExcelIgnoreAttribute
Marks a property to be ignored when generating Excel output.