convert ms word file to ms excel file from vb.net

  • Thread starter Thread starter iru
  • Start date Start date
I

iru

Hi All,

i have to convert .doc file to .xls file from vb.net

regards,
iru
 
Hi Iru,

How do you convert a file from .doc to .xls <at all> ??

Are they not fundamentally different in structure, contents and use?

Yours puzzled,
Fergus
 
Hi Iru,

In addition to Fergus,
a Doc file is a free style text file
a XLS file is a style descibtion
and when you did mean
a XML file that is a structured data file.
and to make it complete
a HTML file is a free style text file for with the posibitlity to use
the two above (and more things).

Cor
 
Hi Iru,
i have to convert .doc file to .xls file from vb.net
As Fergus and Cor have intimated, this can't be done. At
least, not directly. Can you describe more exactly what it
is you need to do? Do you have documents in Word with
tables, for example, that should go into Excel? Or...?

-- Cindy
 

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

Back
Top