ExcelMapper
ExcelMapper copied to clipboard
An Excel to object mapper. Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.
Hiya, I was excited to see nested object support in this library - i had some preliminary questions - if you know them out of the top of your head,...
I am using XL Mapper version 5.2.352 with .Net core 5. Since my data structure can contain varying number of columns I have those data arranged in a collection of...
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...
Improve documentation for readme, and xml documentation for Action/Func fields parameters.
Adds an option to specify an Excel table style to apply to the data. Table styles are specified as the string name of the style (`"TableStyleMedium3"`, `"TableStyleLight7"`,`"TableStyleDark5"`). Data must be...
Hi all, when mapping multiline cells to a `string` property, the string does not have the usual line endings of a .NET string in the runtime environment, but will always...
I am trying to read specific rows. Rows that I specified in ExcelMapper has different from actual Excel file rows. I set MinRowNumber = 9, MaxRowNumber = 19, but the...
… closing the created memory stream before it can copy the data into the users passed in stream. Adding a memory stream overriding close will fix this issue.
Is it possible to "insert" a new row in Excel for each data object? It needs to use Excel template when you do not know how many rows you need...
Hello, First of all, I would like to say congratulations on your fantastic job with this library; it is handy and easy to understand. I have made just a small...