Reading data from Excel and Word tables

K

Kinga

Hello,

I have two problems - the first connected with .doc documents, the second
with .xls documents.

In more details,I have the .doc documents in which there is one table. I
need to read data from this table, but not from all columns but only from
selected (to have the column name with value for every records), in order to
use retrieved data to other purpose later).
In the last column there is long text which formatting is changing from time
to time. I need to find in this text these changes, it means that for example
I should have:

<NormalStyle><bold><italic>/
/there is the text from document
</italic></bold></NormalStyle>

and if the formatting is changing I need to have the similar markup, but
with another style etc.

Whereas in task connected with Excel, I need only to read data from table to
be able to use them later (more exactly, I need to have data from each row,
because each row will represent one object, but it doesn't matter what
exactly in here).

Maybe You know any useful .Net tool to support these things or something
else that may be useful for me.

I would be very grateful if You help me with any of these problems and thank
You very much in advance.

Bye!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top