How do I read data from a spreadsheet using the OpenXML Format SDK?

Posted by ProfK on Stack Overflow See other posts from Stack Overflow or by ProfK
Published on 2010-04-12T18:20:09Z Indexed on 2010/04/12 18:23 UTC
Read the original article Hit count: 510

Filed under:
|
|

I need to read data from a single WorkSheet in an Excel 2007 WorkBook using the OpenXML Format SDK v2.0. I have spent some not insignificant time searching for basic guidelines to doing this, but I have only found help on creating spreadsheets.

How do I iterate rows in a WorkSheet and then iterate the cells in each row, using this SDK?

© Stack Overflow or respective owner

Related posts about openxml

Related posts about ms-office