Board index » Web Programming » get data from excel and word
|
SteveTurner
|
|
SteveTurner
|
get data from excel and word
Web Programming240
I have Visual Studio 2005 and do not have Visual Studio 2005 Tools for Office. I just want to be able to get data from a word 2003 document and put it in a label. How can I do that? - |
| Masudur
Registered User |
Sun Jun 24 13:45:13 CDT 2007
Re:get data from excel and word
On Jun 25, 12:16 am, "Kat" <KatMagicB...@yahoo.com>wrote:
QuoteI have Visual Studio 2005 and do not have Visual Studio 2005 Tools for you need a activex control... Tx office doucument viewer... or some thing like that Masudur munnacs.110mb.com">munnacs.110mb.com - |
| Mark
Registered User |
Sun Jun 24 14:07:36 CDT 2007
Re:get data from excel and word
"Kat" <KatMagicBlue@yahoo.com>wrote in message
QuoteI have Visual Studio 2005 and do not have Visual Studio 2005 Tools for If you want to extract tabular data from Excel, you can treat it as a datasource with ADO.NET: http://www.google.co.uk/search?sourceid" rel="nofollow" target="_blank">www.google.co.uk/search=navclient&aq=t&hl=en-GB&ie=UTF-8&rlz=1T4GGIH_en-GBGB220GB220&q=Excel+%22ADO%2eNET%22 However, there is no OleDb provider for Word, so you will need something like this: www.aspose.com/Products/Aspose.Words/Default.aspx">www.aspose.com/Products/Aspose.Words/Default.aspx Don't even think about trying to use server-side Office Automation in an ASP.NET solution - Microsoft don't support it because it doesn't work: http://support.microsoft.com/default.aspx?scid" rel="nofollow" target="_blank">support.microsoft.com/default.aspx=kb;EN-US;q257757#kb2 -- www.markrae.net">www.markrae.net - |
| Kat
Registered User |
Sun Jun 24 14:09:12 CDT 2007
Re:get data from excel and word
I do not know what you mean. What active x control. I search for Tx office
doucument viewer and do not find anything. when find, what do with it. "Masudur" <munnacs@gmail.com>wrote in message QuoteOn Jun 25, 12:16 am, "Kat" <KatMagicB...@yahoo.com>wrote: - |
| Mark
Registered User |
Sun Jun 24 14:13:44 CDT 2007
Re:get data from excel and word
"Kat" <KatMagicBlue@yahoo.com>wrote in message
QuoteI do not know what you mean. What active x control. I search for Tx -- www.markrae.net">www.markrae.net - |
| Kat
Registered User |
Tue Jun 26 08:51:42 CDT 2007
Re:get data from excel and word
Thanks so much, exactly what I needed!
"Mark Rae" <mark@markNOSPAMrae.net>wrote in message Quote"Kat" <KatMagicBlue@yahoo.com>wrote in message - |
