dhatim / fastexcel

Generate and read big Excel files quickly
Other
644 stars 116 forks source link

#344 Added possibility to define style for entire column. #360

Closed JakKowalCzyk closed 7 months ago

JakKowalCzyk commented 7 months ago

Introduced GenericStyleSetter which is extended by StyleSetter(range) and new ColumnStyleSetter. Column Style property based on https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.column.style?view=openxml-2.8.1#documentformat-openxml-spreadsheet-column-style Solves issue #344

ochedru commented 7 months ago

Thank you for your PR! Nice job.

JakKowalCzyk commented 7 months ago

Thanks ;)