Michael Ganss
Michael Ganss
Can you elaborate on the feature request?
This seems to be a very complex format. Do you suggest to implement it from scratch inside XmlSchemaClassGenerator? In that case I'd say it's outside of the scope of this...
Looks fine to me at first glance. What output do you expect?
It works for me with this binding redirect: ```xml ```
This may be counterintuitive, but if you allow attributes that can contain URIs, you need to also set the `UriAttributes` property of `HtmlSanitizerOptions` to appropriate values. If you set `UriAttributes...
You'll have to also set the protocol schemes that you want to allow through the `AllowedSchemes` property.
I think you should be able to create an `ExcelMapper` object and then make multiple `Fetch()` calls like so: ```c# var excelMapper = new ExcelMapper(@"../../../xlsx/Sheet1.xlsx") { HeaderRowNumber = 2, MinRowNumber...
Can you provide an example schema?
Currently, there is no support for mixing static and dynamic types. The only way to map to unknown column names is to map to dynamic objects. The returned objects are...
Currently, there is no support for this.