I have a program that uses excel to do some modifications to a spreadsheet. Once I publish it it works fine if the client PC has office installed, is there any way to get it to work if there is no local version of office?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No, because you publish only the data binding libraries, but not the programs itself - and you would need a licence... There are, however, libraries available which allow you to create Excel files without the installation of Office. I can recommend SpreadsheetGear for .NET development! http://www.spreadsheetgear.com/ |
|||
|
|