Can I run Excel 2010 on a server?

Posted by Glen Little on Server Fault See other posts from Server Fault or by Glen Little
Published on 2012-03-30T22:19:24Z Indexed on 2012/03/30 23:31 UTC
Read the original article Hit count: 283

Filed under:

This question is not about a person using Excel on a computer that happens to have an Windows Server OS. And it is not about using any Sharepoint services features!

The question is about automated processes that use code (Office Automation) to open Excel files, manipulate them, run calculations, read data, save copies of the file and close the files... all in code.

In previous versions of Excel the licensing agreement prevented use on a public server, notes from Microsoft warned about the problems trying to use Office Automation in a server environment, and we were warned that Excel was single threaded and not designed for use on a server.

Most of the articles about this were written before Office 2010.

But now, Excel 2010 is designed to work on a High Performance Computing server using HPC Services for Excel. One HPC document mentions "Windows HPC Server 2008 R2 includes a comprehensive pop-up manager that can handle occasional dialog boxes and pop-up messages".

So my question is... is it now "safe" to run code that automates Excel 2010 on a "normal" server without using the HPC services?

If not, can the HPC Services for Excel work on a single server?

I don't need the high performance, distributed computing, aspect of HPC Services for Excel... just the ability to run Excel on a server.

Can that now be done?

Thanks, Glen

© Server Fault or respective owner

Related posts about excel