We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Is it possible to create styles for header using code when creating a file?
I found a solution using the event to set the AutoSizeColumns, but with the colors it doesn't work anymore, because the Save function overwrites them.
The text was updated successfully, but these errors were encountered:
The invocation of the Saving event happens right before the workbook is written so I'm surprised the style gets overwritten:
Saving
ExcelMapper/ExcelMapper/ExcelMapper.cs
Lines 1012 to 1014 in efc3efd
Have you already investigated where the overwriting occurs?
Sorry, something went wrong.
No branches or pull requests
Hi. Is it possible to create styles for header using code when creating a file?
I found a solution using the event to set the AutoSizeColumns, but with the colors it doesn't work anymore, because the Save function overwrites them.
The text was updated successfully, but these errors were encountered: