If you only need to work with Excel 2007 formats or later (xlsx), you can use the
OpenXml SDK. This SDK requires installation on your local machine. But you can simply reference the DocumentFormat.OpenXml.dll assembly in your Web/Worker Role, and set Copy Local to true. It will work in the cloud. It also doesn't require Office to be
installed on the cloud machine.
But if you need to work with older versions (the binary xls format), I'm not aware of any SDKs that do not rely on Office.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.