How can I create a new spreadsheet file using the OOXML SDK that contains multiple worksheets?
Posted
by Shawn Simon
on Stack Overflow
See other posts from Stack Overflow
or by Shawn Simon
Published on 2010-05-18T21:32:27Z
Indexed on
2010/05/18
21:40 UTC
Read the original article
Hit count: 363
I downloaded the OOXML SDK. I need to create a simple excel spreadsheet that has x worksheets, each with 4 columns and y rows of data. It's pretty simple, but I can't find an example of how to create sheets anywhere. I am going absolutely insane here.
Thanks
© Stack Overflow or respective owner