My problem is when pass asenumerable collection for example;
ws.Cell(1,1).Value = resultado.AsEnumerable();
resultado is product of linq query
and my problem is when pass field of type int how string to excel, no respect the type, in excel not see the type text, just general
i try diferent ways like .DataType = the type here, but, not work
i am use ClosedXML 0.65.2
thanks,
greetings
Comments: Please try the latest version of ClosedXML (v0.87.1 at this stage). If you still experience the issue, log it on the new GitHub page.
ws.Cell(1,1).Value = resultado.AsEnumerable();
resultado is product of linq query
and my problem is when pass field of type int how string to excel, no respect the type, in excel not see the type text, just general
i try diferent ways like .DataType = the type here, but, not work
i am use ClosedXML 0.65.2
thanks,
greetings
Comments: Please try the latest version of ClosedXML (v0.87.1 at this stage). If you still experience the issue, log it on the new GitHub page.