Hi,
I want to know if exist a support for .Net , in using Open Office for
replacing bookmarks with some text (using something like in Microsoft
Word ex1.)
And going to the cells of one tables
I found something but only for Java
Ex1. foreach (Bookmark b in a)
{
try
{
b.Range.Text = boks[b.Name];
}
catch { }
}
Thanks
