Hi I am new to ClosedXML
I have the following:
. worksheet.Cell ("A2") = Value Report.GetDato (Id);
This is correct, but from column D, I have a foreach, the result is similiar to the next.
one, two, three, four.
All this appears to me within the column D
With ClosedXML as I can get each result appears in a different column?
Like this:
D E F G
one two three four
Thank you very much.
I have the following:
. worksheet.Cell ("A2") = Value Report.GetDato (Id);
This is correct, but from column D, I have a foreach, the result is similiar to the next.
one, two, three, four.
All this appears to me within the column D
With ClosedXML as I can get each result appears in a different column?
Like this:
D E F G
one two three four
Thank you very much.