2
Hello,
I have an application that generates Excel spreadsheets, but some users are having several problems (users without license or office). Today I use the COM method (using the office dll). I wonder if there is any other method.
2
Hello,
I have an application that generates Excel spreadsheets, but some users are having several problems (users without license or office). Today I use the COM method (using the office dll). I wonder if there is any other method.
Browser other questions tagged excel vb.net
You are not signed in. Login or sign up in order to post.
You can use the official SDK. With it you can create and edit any Office file programmatically, without having Office installed. For an example in C#: https://answall.com/a/221336/1658
– Oralista de Sistemas