Connecting Tech Pros Worldwide Help | Site Map

Working with Excel and Word Files in .NET

  #1  
Old November 19th, 2008, 08:05 PM
=?Utf-8?B?QWRpdHlhIE5hcnZla2Fy?=
Guest
 
Posts: n/a
Hi,
I have developed an application which downloads word and excel files from
the web and then parses them to get the relevant information. However, as of
now we cannot deploy the application on any of of our webservers
(dev/test/prod) because we do not have office installed on our servers.
Please advise if there is a work around for this issue.
Thanks,
Adi

  #2  
Old November 19th, 2008, 08:25 PM
sloan
Guest
 
Posts: n/a

re: Working with Excel and Word Files in .NET



http://www.aspose.com/categories/fil...a/default.aspx

http://www.aspose.com/categories/fil...a/default.aspx

.....................


"Aditya Narvekar" <AdityaNarvekar@discussions.microsoft.comwrote in
message news:EE60F372-7ECF-4405-97A3-BB14F3C58772@microsoft.com...
Quote:
Hi,
I have developed an application which downloads word and excel files from
the web and then parses them to get the relevant information. However, as
of
now we cannot deploy the application on any of of our webservers
(dev/test/prod) because we do not have office installed on our servers.
Please advise if there is a work around for this issue.
Thanks,
Adi
>

  #3  
Old November 20th, 2008, 06:05 PM
Jeff
Guest
 
Posts: n/a

re: Working with Excel and Word Files in .NET


I've used the namespaces in System.IO.Packaging to create & modify
Word, PowerPoint & Excel documents on the fly. It was pretty easy too.
Of course, that will only work if you are using Office 2007 documents
since they (more or less) adhere to the OOXML standard... and you need
to know how to handle XML pretty well too... Either way, Office is not
a requirement at all for this to work.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restrict access to resources like .doc, .ppt etc in .net forms authentication application Gaurav answers 2 November 18th, 2005 08:53 AM
Restrict access to resources like .doc, .ppt etc in .net forms authentication application Gaurav answers 2 November 18th, 2005 08:26 AM
Restrict access to resources like .doc, .ppt etc in .net forms authentication application Gaurav answers 2 November 18th, 2005 07:52 AM
ASP working with MS Office Eilsa answers 2 July 22nd, 2005 01:56 AM