I've read its not really recommended to use interop office to modify documents server side. The problem is the libraries for this kind of thing are really expensive.
Requirements and implementation in my case:
- The modified documents must be from office 2003+.
- Code will run on windows server.
- Documents will be copied using external code then my class will take that copied document (file path), modify it, save it.
- There should be no problem with read-only because there will be one document per user.
What kind of problems can be expected?
Can it be a problem if 50 different users use my class at the same time to modify different documents?