Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Edited Unassigned: worksheet.Cells not working right with Index [15117]

$
0
0
when i use worksheet.Cells[index] its not return all column !!

```
foreach(var d in worksheet.Cells[1, 1, 1, ws.Dimension.End.Column]) // return 17 row [wrong]
for (int i = 1; i < ws.Dimension.End.Column + 1; i++) // return 21 row [right]
```

why i get the different result.

Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>