Hey everyone,
Thanks a lot for your library, appreciate the work that you have done, but I have an unusual problem.
what can I do with merged cells in one line?
my result:
{ ClientCat: 'FirstCat', Place: 'Inside', List: '*', Acceptable: 'true', Program: Special, Code: 'I1', Name: Product 'sort'}, { ClientCat: null, productCode: null, CreditType: null, SummFrom: null, SummTo: null, TermFrom: 1, undefined: 360, PvMin: 15, PvMid: 19.99, PVMax: 20, Procent: null },
As you can see, for merged cells in one line, it creates a new object with null data, but I need all data from a row, to be in one object
Hey everyone, Thanks a lot for your library, appreciate the work that you have done, but I have an unusual problem. what can I do with merged cells in one line? my result:
{ ClientCat: 'FirstCat', Place: 'Inside', List: '*', Acceptable: 'true', Program: Special, Code: 'I1', Name: Product 'sort'}, { ClientCat: null, productCode: null, CreditType: null, SummFrom: null, SummTo: null, TermFrom: 1, undefined: 360, PvMin: 15, PvMid: 19.99, PVMax: 20, Procent: null },
As you can see, for merged cells in one line, it creates a new object with null data, but I need all data from a row, to be in one object