No announcements
Found 1542 threads
-
2 Votes
C# Console Application - InvalidCastException: Microsoft.Office.Interop.Excel.Application
__ComObject' to interface type 'Microsoft.Office.Interop.Excel.Application'.Answered | 2 Replies | 3297 Views | Created by RajatSharmaSGWI - Friday, October 14, 2016 7:32 AM | Last reply by CoolDadTx - Friday, October 14, 2016 2:40 PM -
1 Votes
Microsoft.Office.Interop.Excel.Application
Hi Iam trying to convert a scanned image to excel using microsoft.office.interop.excel.application.Answered | 2 Replies | 2321 Views | Created by supriya reddy - Tuesday, April 3, 2012 9:43 AM | Last reply by ryguy72 - Friday, April 6, 2012 6:19 PM -
0 Votes
InvalidCastException of Microsoft.Office.Interop.Excel.Application
Application = (Microsoft.Office.Interop.Excel.Application)ExcelLocale1033Proxy.Wrap(typeof(Microsoft.Office.Interop.Excel.Application), ...Unanswered | 0 Replies | 4638 Views | Created by Wei Hong - Wednesday, December 12, 2007 7:19 AM | Last reply by Wei Hong - Wednesday, December 12, 2007 7:19 AM -
0 Votes
Microsoft.Office.Interop.Excel.Application
Hi All, I am using Microsoft.Office.Interop.Excel.Application COM to create a Excel spreadsheet, and write the value (not from any dataset) into that spreadsheet, ...Answered | 8 Replies | 5931 Views | Created by AndieDu - Thursday, May 21, 2009 12:26 PM | Last reply by AndieDu - Friday, May 22, 2009 3:23 AM -
0 Votes
Microsoft.Office.Interop.Excel.Application issue
I am using Microsoft.Office.Interop.Excel.Application COM to create a Excel spreadsheet, and write the value (not from any dataset) into that spreadsheet, and then ...Answered | 2 Replies | 10285 Views | Created by AndieDu - Thursday, May 21, 2009 6:55 AM | Last reply by Ed Price - MSFT - Friday, August 24, 2012 8:07 AM -
0 Votes
var xla = new Microsoft.Office.Interop.Excel.Application();
var xla = new Microsoft.Office.Interop.Excel.Application(); xla.Width = 400; But I am getting an exception while ...Unanswered | 2 Replies | 405 Views | Created by kartik kundgol - Tuesday, May 30, 2017 5:07 AM | Last reply by Bob Ding - Monday, June 5, 2017 8:21 AM -
0 Votes
SSIS( Microsoft.Office.Interop.Excel.Application) problem
The problem i am getting is i am not able to add reference Microsoft.Office.Interop.Excel.Application into my vb code.Unanswered | 1 Replies | 1197 Views | Created by Shaky1988 - Monday, October 28, 2013 9:24 AM | Last reply by Shaky1988 - Monday, October 28, 2013 1:19 PM -
0 Votes
Microsoft.Office.Interop.Excel.Application ?
User410767947 posted i have sqlserver as database and asp.net vb 2005 web application . i want to write a select query with group by or sum and display in the excel sheet . How to ...Answered | 8 Replies | 435 Views | Created by Anonymous - Saturday, January 3, 2009 12:35 PM | Last reply by Anonymous - Sunday, January 4, 2009 9:03 AM -
0 Votes
Microsoft.Office.Interop.Excel.Application taking too long to save a file
Microsoft.Office.Interop.Excel.Application app = null; try { app = new Application ...Answered | 6 Replies | 5370 Views | Created by Webfriebd13 - Thursday, July 26, 2012 7:12 AM | Last reply by Green823 - Wednesday, August 1, 2012 3:11 AM -
0 Votes
ERROR: Exception from HRESULT: 0x800A03EC on Microsoft.Office.Interop.Excel.Application
I got an wired issue when set a formula onto a excel cell by Microsoft.Office.Interop.Excel.Application.Answered | 1 Replies | 12466 Views | Created by O'Lala - Monday, November 2, 2009 10:50 PM | Last reply by Riquel_Dong - Thursday, November 5, 2009 7:53 AM -
0 Votes
Error loading type library/DLL (Microsoft.Office.Interop.Excel.Application)
__ComObject' to interface type 'Microsoft.Office.Interop.Excel.Application'.Answered | 2 Replies | 10062 Views | Created by Matthew Pearl - Tuesday, January 1, 2013 6:38 AM | Last reply by Jack Zhai-MSFT - Wednesday, January 2, 2013 6:27 AM -
0 Votes
interact with Microsoft.Office.Interop.Excel.Application
0) ; } catch (ArgumentException e) { } finally { ...Unanswered | 2 Replies | 1647 Views | Created by CrazyOldPotato - Tuesday, September 26, 2017 6:55 AM | Last reply by Edward8520 - Wednesday, October 4, 2017 7:20 AM -
0 Votes
VB8 error "Operator '=' is not defined for types 'Microsoft.Office.Interop.Excel.Application' and 'Object' "
The complete code is as follows: Imports System Imports System.Collections.ObjectModel Imports ...Answered | 4 Replies | 2012 Views | Created by Gideon Hayeems - Tuesday, January 21, 2014 8:29 AM | Last reply by Gideon Hayeems - Friday, January 24, 2014 5:51 AM -
0 Votes
Edit cell style with Microsoft.Office.Interop.Excel
Hi Try this code, it will change the background color for the first row in the ...Answered | 2 Replies | 11821 Views | Created by C-Sharp Mamba - Monday, March 3, 2014 11:31 AM | Last reply by Raghunathan S - Monday, March 3, 2014 12:15 PM -
0 Votes
Excel.Application oXL = new Microsoft.Office.Interop.Excel.Application();
the below code i used to generate an excel (.vs2005,c#,framwwork2.0502..) Excel.Application oXL = new ...Answered | 1 Replies | 6697 Views | Created by arulmozhi - Wednesday, August 6, 2008 6:22 AM | Last reply by Laddie - Wednesday, August 6, 2008 6:57 AM -
0 Votes
About Interfaces
namespace Microsoft.Office.Interop.Excel { [CoClass( typeof( ApplicationClass ) )] [Guid( "000208D5-0000-0000-C000-000000000046" )] public ...Answered | 1 Replies | 683 Views | Created by Ahmed Mady - Thursday, August 6, 2015 3:19 PM | Last reply by Wyck - Thursday, August 6, 2015 4:05 PM -
11 Votes
Save Excel file without asking to overwrite it
Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application(); excel.DisplayAlerts = false; ...Answered | 7 Replies | 104583 Views | Created by Henrique Nunes - Thursday, April 29, 2010 1:55 PM | Last reply by Kumhar Ravi - Thursday, April 16, 2015 9:10 AM -
0 Votes
How to delete an Excel sheet with a specific name from a script task in SSIS
Microsoft.Office.Interop.Excel.Application myApp = new ...Answered | 15 Replies | 13487 Views | Created by Felix Jiang - Thursday, July 16, 2009 10:57 AM | Last reply by Felix Jiang - Thursday, July 16, 2009 5:08 PM -
0 Votes
microsoft.Office.interop.excel.application path points to office 11
Hi, I have both office 2007 and office 2003 installed on my system. when I execute the following line: excel = new ...Answered | 2 Replies | 2925 Views | Created by manish Mahajan - Tuesday, July 14, 2009 12:17 PM | Last reply by manish Mahajan - Thursday, July 16, 2009 3:38 AM -
3 Votes
EXCEL.EXE remains loaded in Task Manager even all Excels are Closed
Hi Viswa, According your description, I think your scenario is because you have Xl = ...Answered | 6 Replies | 9010 Views | Created by Viswa V - Thursday, October 25, 2012 7:03 AM | Last reply by Quist Zhang - Monday, October 29, 2012 7:55 AM - Items 1 to 20 of 1542 Next ›
No announcements