C# reading tables from a word document
Hi all,
I have several word documents with multiple entries in several tables on specific fields.
I want to read-parse these data entries and write them in same format in an oracle database , which I will create, with same fields.
How can I do this ? Is there any functions from .NET ? How can I connect with oracle database ? (e.g ODBC )
Can you write me please an example ????
e.g for example
Id Name Birth
1 Nick 20/09/1981
2 Simon 20/09/1982
(imagine that these data are on a table on my word doc)
thanks a lot all