Jagan

Results 4 comments of Jagan

Hi for (index, cell) in row.cells.enumerated() giving 6 cells in first row and 4 cells in second row as I have empty cells in second row. how can I get...

> i have this problem too :( make me headache You found any solution?

Because of absence of cell we have index problem. in first row I have email at index 3. in second row I have email at index 2.

> You should not address cells via their indices in an array of cells. Every cell has [a `reference` property](https://github.com/CoreOffice/CoreXLSX/blob/ef0380fc2a6f1382073431244ce347708aefe09f/Sources/CoreXLSX/Worksheet/Cell.swift#L37), which you can read to understand where exactly a given...