I've looked at several posts here on stockoverflow but I'm not finding what I'm looking for and ones I find that are close don't seem to work for me. Using OpenXmlReader doesn't read rows as it appears to never open the sheet data to a element type of row is never found.
I need to use the SAX method of using OpenXmlPartReader. What I'm looking to do is open up the Excel document and read row by row. For each row I need to grab a couple of cells either by index number or id and the value in that cell. So I don't need to loop through every cell I know which cells I need.
I want to use the SAX method to avoid running out of memory as I anticipate needing to read large files.