Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing on a server where MS Office cannot be installed as per policy(but I do have Admin rights). The program is required to open an excel file ,refresh its data sources and save it. As office is not installed on this server I cannot add the Office\Excel references to my project.

Is there a way to install the Office Libraries without installing MS office?
Posted

1 solution

Not really, you'll need to find an alternative way of manipulating the excel file or use a different format or mechanism.

There's fair bit of stuff out there to help - have a look at http://code.google.com/p/excellibrary/[^]

or
How to generate Excel in C program using BIFF8 format[^]

or this article on CP
Generate Excel files without using Microsoft Excel[^]
 
Share this answer
 
Comments
fjdiewornncalwe 8-Feb-13 9:45am    
Just about reposted the same links. +5.
CHill60 8-Feb-13 9:47am    
Thanks. "Great minds think alike" ... although mine's not that great today :-)
fjdiewornncalwe 8-Feb-13 10:12am    
It's Friday. Aren't we supposed to be in shut-down mode?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900