c# Select existing Chart
Fri, 7 Dec 2007 02:17:55 -0800 (PST)
I am using C# to take data from a database and place in an Excel 2003
spreadsheet. Depending on the user query the data can be anything
from a few rows to 1000 rows.
The Excel 2003 sheet is a template with 4 existing Charts. The charts
are formated with different colors and sizes etc. I want to select
eac ...
|
setting text colour in c#
Wed, 21 Nov 2007 01:44:02 -0800
Hi, I'm trying to set the foreground (text colour) of an excel spreadsheet in
a c# app.
I can set the backcolour:
range1.Interior.ColorIndex = ...;
but how do you set the Foreground?
I tried:
range1.Font.Color = ...;
but this didn't work.
Any ideas would be most appreciated
Ant ...
|
!!! SOFTWARE 4 SALE !!!?????????????????????????????????????????????????????????????????????? 89686
Saturday, 10 Nov 2007 19:21:08 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
Simple Request (I think)
Fri, 26 Oct 2007 14:43:03 -0700
All,
AM making the move from Delphi to .NET and have a project where I need to
(1) query a sql table (2) populate an excel worksheet and (3) create a pivot
table based on data from item # 2 on a separate sheet in the same workbook.
I have spent way too much time trying to navigate my way around VSTO - can ...
|
Need help creating an Excel AddIn
Thu, 11 Oct 2007 15:15:34 -0600
Need to get an Excel AddIn compiled for my son so he can support his thesis.
I can get it to compile in VB 2005 Express, but I cannot get it to generate
a .xla file, I just get a binary (dll?) formatted file and a blank setup
script.
Thanks
...
|
Count Textboxes and other objects
Wed, 10 Oct 2007 11:01:16 +0100
Is there any way that you can count the number of textboxes and other
drawing objects in a sheet using c# or VB from an application and change
their contents?
...
|
Manipulating an Excel spreadsheet using Visual C#
Sun, 7 Oct 2007 06:52:01 -0700
I need to create an application which can allow user to browse for an image
file and import it into a particular location (have to traverse a column of
numeric data) in the excel spreadsheet. ...
|
|
|
Automation - Managed UDF returning an array. size limitation?
Fri, 5 Oct 2007 09:26:01 -0700
Posted on thr forums and was pointed here.
There is an interesting article on the Excel team blog about UDFs and option
valuation:
http://blogs.msdn.com/excel/archive/2007/08/14/christian-stich-on-excel-services-financial-option-valuation-implemented-with-monte-carlo-simulation-using-multithreaded-user-def ...
|
How To Extend The Standard OLE Timeout In Excel
Sun, 30 Sep 2007 10:37:04 -0700
I have an excel macro that calls a long running method in an external
automation server.
After 90 seconds Excel pops up a message box saying "Microsoft Office Excel
is waiting for an application to complete an ole action."
Is there anyway to suppress this message or to increase the timeout period
in Exce ...
|
Iterating over all filled cells in VSTO C# plugin for Excel
Tue, 18 Sep 2007 04:44:01 -0700
Currently I am working on an application that needs to make a graphical
representation of the contents of an Excel file. For this, I have made a
graph data structure which I need to fill with all the cells that have a
numerical value or formula in them. This means that I need something that
will give me an I ...
|