You can’t use Microsoft.Office.Interop.Excel without having ms office installed.
Just search in google for some libraries, which allows to modify xls or xlsx:
- http://code.google.com/p/excellibrary/
- http://simpleooxml.codeplex.com/ (only xlsx)
You can’t use Microsoft.Office.Interop.Excel without having ms office installed.
Just search in google for some libraries, which allows to modify xls or xlsx: