How do I get all rows after a certain cell (Offset)? #1482
Answered
by
xuri
mayankjha1980
asked this question in
Q&A
-
Hi, Let's say I wish to get all rows after cell "A5". The File.GetRows() method will return all rows in the file, but I do not see any methods of functions to get a subset of these rows. Ideally I'm looking for something like Offset in ApachePOI. |
Beta Was this translation helpful? Give feedback.
Answered by
xuri
Feb 26, 2023
Replies: 1 comment
-
The streaming reader could skip the specified row's cells when reading the worksheet data. This library doesn't support the formula function OFFSET currently, the formula engine still working in progress, also ref #65. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mayankjha1980
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The streaming reader could skip the specified row's cells when reading the worksheet data. This library doesn't support the formula function OFFSET currently, the formula engine still working in progress, also ref #65.