Hi,
Can you please advise if it is possible to select multiple options for the ExportDataTable function? eg. I might want to detect column names and compute column formulas.
ExcelExportDataTableOptions is an enumeration and it seems to follow bitwise convention ( ie 1,2,4,8 etc). However if I use bitwise logic in the ExportDataTable function as shown following, it doesn't honor the options. eg. in the below option, it does not detect column headers.
var wbsData = wks.ExportDataTable(wks.UsedRange,
ExcelExportDataTableOptions.ColumnNames &
ExcelExportDataTableOptions.ComputedFormulaValues);
I also note that there is no selection for the XlsIo control in the Post New Thread form for Blazor, so I just chose Grid.