You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider options for adding per column and per document formatting. Can't use a lambda in the attribute, so would require declarative syntax somewhere or choosing what formatting options to allow and adding them to ExcelAttribute.
The text was updated successfully, but these errors were encountered:
Idea: add classes (e.g. ExcelColumnFormat, ExcelDocumentFormat) which provide appropriate properties corresponding to various formatting options; these can be subclassed, and the type can be passed as an argument to the corresponding attributes:
Personally, this seems like the most elegant way of extending the formatting options provided to the maximum degree possible while retaining the current practice of decorating classes with attributes.
Consider options for adding per column and per document formatting. Can't use a lambda in the attribute, so would require declarative syntax somewhere or choosing what formatting options to allow and adding them to
ExcelAttribute
.The text was updated successfully, but these errors were encountered: