mfc >> Extract text content from MS office files

by SmFjaw » Wed, 02 Feb 2005 18:05:02 GMT

Hi,

I want to extract text content MS-OFFICE documents like word, ppt, xls...
Plz gimme some tips.

Regard
Jack



Similar Threads

1. Extract Text from MS-Word file

2. Q: Extract Text from MS-Word file - Borland C++ Builder VCL Components

3. ActiveX in MS-Word or MS-Office.

Hi,

 I have created ActiveX control using VC++6.0/ATL. Control is wokring fine 
in all the containers except Microsoft Word XP. After inserting my ActiveX 
control in word document MS-Word application crashing by showing message as 
"Unhandled Exception in Winword.exe (VBE6.DLL): 0xC0000005: Access Violation"

Do we need to take care anything special to support ActiveX for MS_Office as 
container?

Thanks in Advance.
J's

4. Extract european and japanese character from text file - CSharp / C#

5. extract from text file

Hi!

I have a large text file consisting of more than 1000 lines. The
pattern for the text file is:

xxxxx
I want to iterate through the text file, get the lines between the
xxxxx and yyyyy and place them in a string. How can I do that?

Hope someone can help me, perhaps with a code example?

Thanks!

6. Extracting VC# Code into a text file? - CSharp/C#

7. extracting strings from a text file

Hi, I want to extract strings from the following text file content.

*********************
Description length of global graph compressed
  using this substructure = 302.907315

Compression = 0.615889

Instances:

	  instance  first vertex: ID  label
	------------------------------------------
	         1                37  b 
	         2                29  a 
	         3                32  a 

omitted...

***********************************
I try to extract just this part and put each value into a data table.

1                37  b 
2                29  a 
3                32  a 

1, but there are several empty lines and spaces. how can I deal with several 
empty line and spaces?   
2, how can I split up the line into each value?
(ex) 1                37  b 
----->1 for ID
-----> 37 for instID
-----> b for lable

Welcome any help for me, please.
Thanks a lot.

Eunice. 

8. Extracting from Text Files - CSharp/C#