Hugh Bellamy
Hugh Bellamy
can you upload the code involved in the above description?? Thanks!
Do you want to use https://github.com/ExcelDataReader/ExcelDataReader for this? Seems like you want to read particular cell values and not map rows to c# objects
Can you share your column layout and the class structure
Just to confirm, this is the file:  And we expect the following structure ``` { Name = "TheName", Address = "TheAddress", BusinessHours = {...
I'm not sure this is currently supported, but it would be great to support this kind of use case. I don't think we can retrofit this into existing APIs, so...
Maybe you could try creating a class as a temporary structure (as above) and then convert it into the structure you use elsewhere E.g. ```cs var permanentStructure = new Class()...
OK I've come up with probably the most disgusting workaround/hacky code I've ever written haha! This does the job but obviously isn't extensible at all... I spent some time thinking...
Missing tests for - ReferenceService - StatusCommandUI - InheritanceService - UndoEngine - StatusCommandUI
I did add these tests to make sure our interop bindings worked (i.e. didn't crash, throw EntryPointNotFoundException etc)
I'm interested in this, as I'm scraping rutube :)