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

Created Unassigned: The OFFSET function is not calculating the toRow and toCol correctly [15253]

$
0
0
The OFFSET function is not calculating the toRow and toCol correctly.

Current code:

```
var toRow = (height != 0 ? height : adr._toRow) + rowOffset;
var toCol = (width != 0 ? width : adr._toCol) + colOffset;
```

Proposed Code:

```
var toRow = (height != 0 ? fromRow + height : adr._toRow + rowOffset);
var toCol = (width != 0 ? fromCol + width : adr._toCol + colOffset);
```


Viewing all articles
Browse latest Browse all 2262

Trending Articles



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