[Solved] Writer automation using C# library problems
Posted: Wed Mar 30, 2011 9:58 pm
I'm having trouble with a project i've started using open office.
The objective of the program is to open an existing document of Open Office Writer and insert data from my MySQL server database into specific places on the page. (i'm thinking bookmarks?)
Now i've been googling around a bit and i need references to be able to open an open office doc. (in Office thats the Microsoft.Office 1X Library)
Which one do i need for Writer?
I looked around and it's supposed to be in : OpenOffice.org 3\program\assemblies?
But for some reason i don't have the assemblies map?
So question 1 would be where do i find the references?
Does anyone have any code examples of inserting specific data into writer using c#? I'd appreciate it a lot.
The objective of the program is to open an existing document of Open Office Writer and insert data from my MySQL server database into specific places on the page. (i'm thinking bookmarks?)
Now i've been googling around a bit and i need references to be able to open an open office doc. (in Office thats the Microsoft.Office 1X Library)
Which one do i need for Writer?
I looked around and it's supposed to be in : OpenOffice.org 3\program\assemblies?
But for some reason i don't have the assemblies map?
So question 1 would be where do i find the references?
Does anyone have any code examples of inserting specific data into writer using c#? I'd appreciate it a lot.