P
pxb
There is a requirement to mass replace content data in word/excel documents,
we plan to attach XML Schema to the documents so we update the XML fields
instead of specific cell or bookmarks.
But since this is going to be a server side solution, using VSTO seems to be
having performance concerns because it actually works through instances of
the office application.
But since they are running Office 2003, I don't think they have the newer
Package .NET namespaces for Office 2007 to manipulate at XML level, any
advice on how to achieve the required function?
we plan to attach XML Schema to the documents so we update the XML fields
instead of specific cell or bookmarks.
But since this is going to be a server side solution, using VSTO seems to be
having performance concerns because it actually works through instances of
the office application.
But since they are running Office 2003, I don't think they have the newer
Package .NET namespaces for Office 2007 to manipulate at XML level, any
advice on how to achieve the required function?