S
Sahridhayan
1. i have the following scenario.
2. MOSS 2007 _ Word 2007 (docx)
3. I want the end user to fill in data in the placeholders of the word
document.
4. the user will then add the document into sharepoint doc lib.
5. Upon adding. i want to parse all the data. and save as ListItem data.
6. which of the following is best.
1. using Word Application, Word.Document (VBA) inside ASP .Net c#
code. extracting data?
2. using OpenXML, opening docx and extra the data?
3. i though of using content control (textbox,check box,etc..)
inside the word document for data placeholders.
4. remember i am not going to do any mail merge or repeatitive task
using the document, just once upload i need to extract data.
Please through some light,
Thanks in advance.
Sahridhayan
2. MOSS 2007 _ Word 2007 (docx)
3. I want the end user to fill in data in the placeholders of the word
document.
4. the user will then add the document into sharepoint doc lib.
5. Upon adding. i want to parse all the data. and save as ListItem data.
6. which of the following is best.
1. using Word Application, Word.Document (VBA) inside ASP .Net c#
code. extracting data?
2. using OpenXML, opening docx and extra the data?
3. i though of using content control (textbox,check box,etc..)
inside the word document for data placeholders.
4. remember i am not going to do any mail merge or repeatitive task
using the document, just once upload i need to extract data.
Please through some light,
Thanks in advance.
Sahridhayan