ooxml-sdk

How can I create a new spreadsheet file using the OOXML SDK that contains multiple worksheets?

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. ...