forked from WebApiContrib/WebApiContrib.Formatting.Xlsx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HeaderHeight is a nullable double on XlsxMediaTypeFormatter, but the constructor only accepts a non-nullable double. By changing this to nullable the consumer can now ignore the height and it will use the default. The lack of this feature only seemed to affect MS Excel. Previously the height was set to zero, and "hidding" it in MS Excel. Google Spreadsheets seemed unaffected.
- Loading branch information
1 parent
ef0e302
commit 7b7043a
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters