EPPlus.DataExtractor icon indicating copy to clipboard operation
EPPlus.DataExtractor copied to clipboard

EPPlus extension that make easier to extract POCO from excel tables

Results 11 EPPlus.DataExtractor issues
Sort by recently updated
recently updated
newest added

Can the POCO have a Guid or as data type? I am getting an error because a Guid can be parse but not casted. System.InvalidCastException : Invalid cast from 'System.String'...

Moin, Strong Name Error, can you help System.IO.FileLoadException: "Die Datei oder Assembly "EPPlus.DataExtractor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Eine Assembly mit starkem Namen ist erforderlich.

feature request

**Row Skipping** In the `setPropertyCallbackValue` callback, I can currently call `Abort` to stop processing. I would like to be to call `Skip` or `Ignore` to simply omit the current row....

is it possible to pass convertDataFunc cell instead of cell.Value?

Hi, I really like the simple approach, but imho DataExtractor.GetData() termination is lacking: it can either terminate based on the row number or on the value of a single property....

This is an excellent project, thank you @ipvalverde for the time. I have a quick question How do i extract this data into this ScoresPoco public class ScoresPoco { public...

excellent project just a new example in case someone is looking for it: `rmWorkSheet.Extract() // Here we can chain multiple definition for the columns .WithProperty(p => p.Id, "A") .WithProperty(p =>...

enhancement
documentation

Hello, amazing job with DataExtractor! but, is some solution about merged rows? some like copying the merged row value on every List who has that value? or some kind of...

feature request

A feature that was convenient to me, and might be useful for others: Instead of searching for the property by column name, search by the header text. Example: ` |...