FileHelpers
FileHelpers copied to clipboard
ExcelNPOIStorage Not Trimming
I am trying to use the ExcelNPOIStorage with a class that has fields marked with [FieldTrim(TrimMode.Both)] and it does not seem to be trimming. I also tried the following settings: [FieldTrim(TrimMode.Both," ")] [FieldTrim(TrimMode.Right)]
@michaelakin You are right, the Excel feature don't is using some attributes, we need to do a full review of the attributes that can be used for Excel Storage :disappointed: