FastExcel
FastExcel copied to clipboard
FastExcel includes EqualityContract of C# 9 Record types
Hi, I try ed using FastExcel with C# 9 Record types and those generate a runtime type called EqualityContract.
Using FastExcel: Write<T>(IEnumerable<T> objectList, int sheetNumber, bool usePropertiesAsHeadings) objectList will include that EqualityContract as output to the first column, anyway to exclude all runtime types from Write?