Tagged Questions
0
votes
0answers
66 views
Percentage and count not showing in legendtext of column chart(MSChart -SeriesChartType.Column)?
I am showing graphical presention of data in MS chart .using pie and column chart .
pie chart is showing count and % of data but column chart not showing?
foreach (var platForm in platForms)
...
1
vote
3answers
58 views
How to update a SQL database with an .xlsx file on server without Office installed?
How will you Import a .xlsx file to a sql database on a server that does not have Office installed on?
Since you can't use Microsoft.Office.Interop.Excel
0
votes
0answers
35 views
Problems setting HttpResponse Content to Office Open XML document created programatically
I have an ASP.Net, not MVC, Web App that I am maintaining, modifying. In it one of the things that we do is render reports as Word, Excel documents. SSRS 2008 is rendering these documents as non- ...
0
votes
1answer
93 views
Creating PowerPoint presentations programmatically in asp.net [duplicate]
Is there a way to programmatically create PowerPoint presentations in asp.net? If possible, I'd like to use C# and create PowerPoint 2007 presentations with out install Office on server.
Thanks in ...
2
votes
1answer
77 views
cant update Excel file if Excel is not open?
I am trying to Read and Update Excel using Oledb and Dataset in C#.
Read Operation work fine even for both Excel file is open or not.
Update Operation work only if file is Open
but Update Operation ...
0
votes
1answer
122 views
Cannot open .xls file downloaded using asp .net application
I had created an asp .net web application that reads data from database, store the retrieved data in an excel sheet and download the excel sheet . All this happens in a single button click . All these ...
0
votes
1answer
334 views
how to auto fill a word document with VB.Net
I would like to create a Microsoft Word template that I can have a VB.net project auto fill specific fields in with database values. My question is how to best go about this with Word. Should I ...
0
votes
1answer
94 views
How extract data and images from .ttf, .dwg ,.indd, .fm, .pmd, .p65, .ppt, .odt and .xls
I want to extract content (data) as well images in asp.net from the following format given below: ".ttf, .dwg , .indd, .fm, .pmd, .p65, .ppt, .odt and .xls "
is there any open source or purchased SDK ...
1
vote
1answer
466 views
JavaScript API for Office Web Apps
Is there a JavaScript API for Office Web Apps (specifically - Word Web App) that I can use in order to get notifications from the Word doc?
My scenario is this:
I have an ASP.NET application, in ...
0
votes
1answer
299 views
Using MS Excel With ASP.NET WebForms Without Excel Installed?
Urgent Help Reqired!!!
I am working on an ASP.NET Webforms application that reads MS Excel spreadsheets and loads the data into SQL Server. The application works fine on Win Server 2003 (Which has MS ...
0
votes
0answers
575 views
How to detect password protected word, excel file?
My application will search ms office document such as word, excel, etc in folder and then read the tag in metadata.
But my function will hang/stop when the function try to open a password protected ...
0
votes
2answers
350 views
How to read Word, Excel Metadata by Vb.net?
i want to read the metadata (such as author, keywords, etc.) of the Word, Excel file by asp.net (vb). How can I do that ?
is there any sample, reference site ?
thanks.
i found the following code ...
0
votes
0answers
133 views
Displaying a Visio document in a browser other than IE?
On my site, I'm displaying several different types of files in the browser, like images, text files, etc. One of the files I want to display is a Visio document.
To display it on a page, I'm creating ...
0
votes
2answers
3k views
Couldn't find Microsoft Word Document in DCOM Config
I am creating a simple asp.net web site that use office 2007/2010 automation .. when i published the website on the iis 7 on my local machine (window 7) have an exception
Retrieving the COM class ...
0
votes
1answer
209 views
How secure is it to open word or excel files in web browser in asp.net web application
I'm building a Document Management system in an asp.net 4.0 web application. The requirement is to open Office Documents in the web browser. The documents are stored in SQL server 2008 database in ...
0
votes
1answer
140 views
Opening file via hyperlink causes VS to stop debugging
This is a rather odd problem i am running into
I currently have a web page that i am adding hyperlinks to that when clicked will open a file (usually Word file though there are some Excel files).
...
0
votes
1answer
680 views
Generate thumbnail of Microsoft Docs
Just wondered if it was possible to create a thumbnail / GIF image of a microsoft word document on the fly with C#?
I am working on a web application which is required to generate and display a ...
2
votes
2answers
308 views
Downloading Office file causes aspx page reload three times before opening the file
I have a web application allowing to download files from the server. Documents might be Office files (.docx, pptx, .xslx) or Pdf.
The logic is quite simple: on click from client side a web service is ...
3
votes
5answers
3k views
Create Excel workbook in asp.net
I need to generate an excel file for a user on the fl upon button click. I was using Netoffice before which worked fine for desktop applications.
But now I want to do the same thing with an asp.net ...
1
vote
2answers
334 views
Opening a remote Excel file via WebDAV without full WebDAV support
I am looking to implement a fairly simple system where a user can open and edit an Excel file via a link to a WebDAV resource. I am using a custom ASP.NET solution for this (running on Azure, so extra ...
-2
votes
2answers
1k views
open and Edit a Word document Online in Client Browser
I want to open and Edit a Word Document Online means open the document in client browser Without save the document on user System
and when edit the document that would be saved on server.
Below are ...
3
votes
1answer
59 views
How do I enable authentication for an Office add-in?
I'm working on an Excel add-in that enables users to post data to a database. That same database is also part of an ASP.NET website and has Membership Provider tables. What I'd like to do is ...
0
votes
2answers
221 views
c# code to get the installed version of ms-office on server
I have developed a website where when the user uploads a .doc or .docx file it will be converted to HTML and stored back to my root directory. The problem I am facing is my server in which my ...
0
votes
1answer
365 views
How to check the presentation end with PowerPoint.Interop
I'm showing a Powerpoint presentation inside a page with ASP.NET and I have only the Next and Previous buttons.
What I would like to check is whether it's the presentation end or not as soon as the ...
3
votes
3answers
717 views
Editing Documents (.doc) in Browsers
I've been developing a web application with asp.net webforms and in this app I have some documents (.doc, .docx, .rtf files), and my client want to edit these files on browser, they want to open a ...
0
votes
1answer
817 views
Error: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
Selecting data from an excel file over ASP.NET.
I continue to see this error.
Steps taken:
In VS 2008, set project build platform to x86.
Installed 2010 Office Data Connectivity component on the ...
1
vote
2answers
4k views
Editing MS Office documents from a web application: custom WebDaV implementation or …?
Following is our setup & requirement:
There's a public web application accessible via SSL + Basic Authentication. Most of these applications are in ASP.Net; couple of legacy ones are in classic ...
0
votes
1answer
566 views
How can I load a byte array into excel?
I have a btye array that I would like to load into excel. This will do this in vb.net with visual studio 2008.
How can I load the byte array into Excel via memory or with code?
0
votes
1answer
345 views
Work with Excel table in ASP.NET web application
I have MS Word form with some fields and to these fields I can insert Excel tables.
Now I have to convert this Word form into web application form, web app is written in ASP.NET.
I there some way to ...
2
votes
1answer
4k views
System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC
I am creating an excel file with my asp.net application. I am hosting this site on IIS7. when i run it from server..it is giving error while saving the workbook.
my code
...
3
votes
3answers
1k views
Documents.Add fails on ASP.NET (VB.NET)
I am having an issue with opening a document using Microsoft Word from ASP.NET MVC.
This works perfectly on my developer machine, but not when deployed to IIS.
Dim word = New ...
1
vote
2answers
2k views
Read word document in C#
I want to read a word document in the server (both doc and docx). The server does not have
office installed, therefore i can't use com objects and also no commercial softwares.
Is there a way that I ...
0
votes
1answer
173 views
Remote web site day and month reverse when less than day 12 in Excel?
Local machine visual studio day and month are normal in format dd/mm/yyyy.
But after deployed to remote web site, saved Excel using C#, less than day 12, become mm/dd/yyyy.
Actually the code is to ...
0
votes
2answers
655 views
Error in reading an uploaded .xls excel file in asp.net
I have made a program where I read set of records from the database and then save it in a datagrid. From here I make the user download the file as a excel file.
Now the user make changes to the file ...
0
votes
0answers
216 views
Windows Program to automatically print a Powerpoint to OneNote
I want to pretty much create a Windows application in which you can drag (View: http://yfrog.com/jkcapture3sdj) multiple Power point files into and it:
1.)Sends them to OneNote as a printout
...
2
votes
3answers
510 views
Can I edit an office document directly from SQL Server?
I would like to build a Shared Documents Library in ASP .Net and SQL Server but I have a problem, the customer wants to open the documents (stored in SQL Server) in Office UI and when save it, the ...
1
vote
1answer
862 views
Automatically adding rows to excel file template
I am running .net 4.0 asp.net app on IIS 7. I want to know if there is an easy way of adding rows to an excel 2007/2010 (not too fussed) template file that a user can download from the server.
For ...
2
votes
2answers
169 views
Convert from Office Docs / PDFS to HTML
I am currently working on a project where I need to secure access to downloadable files. The solution I want to implement is to have two buttons next to each document. One that says Editable and the ...
1
vote
2answers
5k views
COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered
In my application there is a functionality to show an excel sheet.Due to some reason we need to uninstall Microsoft Office.
Now the above functionality is not working and I am getting following error.
...
0
votes
1answer
169 views
Integrate MOSS 2007 with Outlook 2007 - Without exchange server
I want to integrate my MOSS server with outlook i.e. emails to be sent and received from MOSS. How can I do it without using the exchange server?
Currently i have jst thought abt setting up a document ...
3
votes
1answer
553 views
ASP.net and MS Office Project integration and exporting it as image
I have requirement of creating MS Project object in asp.net c# and exporting image of it for end user to download.
I can achieve first part of the requirement of creating MS Project object as ...
3
votes
5answers
5k views
Problems with office automation in asp.net. I can use alternatives such as open-office, if I knew how
I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images. For that I have imported office.dll and Microsoft.Office.Interop.PowerPoint.dll assemblies and ...
6
votes
3answers
328 views
In ASP.NET, how do I detect a password in a Word 2003 or 2007 file?
My users like to upload password-protected Word documents into our custom document management system. I'd like to add a validation to check for the password and refuse the upload if it has a ...
1
vote
1answer
219 views
ASP.NET: How to Append Signature to Word Document
Currently I am developing a memo application for a company that each director needs to sign the word document as approved or disapprove. I have scan copy of each director as image in my DB.
The ...
0
votes
3answers
634 views
Excel 2008 Cant Parse HTML
I need to export a gridview to excel, I put the return html code from the gridview to a HtmlTextWriter and put this into the response.
The result file work fine in excel, excel can parse the html and ...
0
votes
1answer
66 views
User (MS-Office) generated content - how?
How can I allow users to share Microsoft Office generated content on an ASP.NET site?
For example usage, imagine a site similar to Stack Overflow.
George, writing a question, uses Word, Excel or ...
0
votes
5answers
2k views
Read word document in ASP.NET and replace text (Office 2003/2007)
I'm using VS 2005, asp.net 2.0.
I need to read a word document (.doc) in asp.net, make some replaces and then generate another word document.
So far OK. I've done it in a machine that have the ...
3
votes
7answers
3k views
ASP.net C# - WINWORD.exe
I am playing with Microsoft word document from ASP.NET/C# program.
My programs opens up word docs internally. using
app = new Word.Application();
app.Documents.Open
it creates a instance of ...
1
vote
4answers
65 views
MS SharePoint 2007 - Anyone know where I can find a thorough learning resource?
Hey guys. I would like to learn about MS Sharepoint 2007...does anyone know where I can begin (the more thorough, the better)
Thanks...much appreciated!
0
votes
1answer
175 views
Best way of automating a mailshot process
I looking at automating a mailshot process. Currently the mail merge is done in word with data coming from SQL Server. This produces a letter, then depending on a value on the letter a number of ...



