I dont think that it's should be work like that. When i read xlsx file< and then get irteration over the row like this:
var i=0; i < ed.FieldCounts;...
var value = ed.GetString(I);
It doesnt read all the cells. My doc contains much empty cells in the row, but this structure set in the start level of the project and can not be remade.
Closed xml read it properly.
I dont think that it's should be work like that. When i read xlsx file< and then get irteration over the row like this: var i=0; i < ed.FieldCounts;... var value = ed.GetString(I); It doesnt read all the cells. My doc contains much empty cells in the row, but this structure set in the start level of the project and can not be remade. Closed xml read it properly.