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
If the formatter receives an empty result set to format, and the object's model has an ExcelColumn attribute applies using the NumberFormat property, the DefaultSerializer will throw an ArgumentOutOfRangeException with the message "Start cell Address must be less or equal to End cell address."
The expected result is an Excel file with only the header row.
Since XlsxDocumentBuilder.FormatColumn skips the header row by default, firstRow is 2 and RowCount is 1 since the list was empty and only the header row is output.
The text was updated successfully, but these errors were encountered:
a-frazier
pushed a commit
to a-frazier/WebApiContrib.Formatting.Xlsx
that referenced
this issue
Jan 26, 2016
If the formatter receives an empty result set to format, and the object's model has an ExcelColumn attribute applies using the NumberFormat property, the DefaultSerializer will throw an ArgumentOutOfRangeException with the message "Start cell Address must be less or equal to End cell address."
The expected result is an Excel file with only the header row.
Since XlsxDocumentBuilder.FormatColumn skips the header row by default, firstRow is 2 and RowCount is 1 since the list was empty and only the header row is output.
The text was updated successfully, but these errors were encountered: