Automatic Summation?
16 May 2006 08:40:56 -0700
I've got OWC to draw a chart for me and it looks great until I get to
data with an x-axis of more than 40 data points. Then "excel" starts
to do some adding of my data and totally screws up my graph. My x-axis
= dates and y-axis = efficiency. OWC puts the dates in 7 day groupings
and adds the efficencies to ...
|
add checkbox control
Mon, 15 May 2006 15:03:03 -0700
I want to add a checkbox control to a spreadsheet. Is this possible in
OWC11? Are there any examples available using C#?
Thanks,
Mike ...
|
Remote Web Site Properties
Mon, 15 May 2006 08:41:02 -0700
I have FP 2003 and I need to set up the remote web site properties before I
can publish the site I have taken over. When I go to the properties and put
in the 'remote web site location' I get an error message saying 'local and
remote webs cannot be the same location. Please enter a unique location'.
Can ...
|
OWC and time axis?
Mon, 15 May 2006 00:58:01 -0700
I'm trying to plot a chart where the category (x-axis) consists of values
witch can be the same. The data I would like to show could for instance look
like this:
x = "12:42:00", "12:42:00", "12:43:00", "12:43:00"
y = 4, 5, 6, 4
How do I plot this, so that all values are shown ?
Best regards,
Morten ...
|
Spreadsheet cell protection with c#
Thu, 11 May 2006 15:20:01 -0700
I am trying to setup my Spreadsheet so that only certain cells are protected.
I can protect my entire active Spreadsheet by specifying:
axSpreadsheet1.ActiveSheet.Protection.Enabled = true;
Is there a way to set up a range of cells to protect? What I really want to
do is protect the first n columns as th ...
|
Problem on Loading HTML with OWC (PivotTable)
10 May 2006 19:11:28 -0700
Dear all,
I save a worksheet with pivot table as HTML (interactive).
I can load the OWC in HTML if the file is in local drive.
When I put it to shared network drive / web server, it failed to load.
any idea?
King
...
|
Web Components warning messages
Wed, 10 May 2006 12:05:02 -0700
Hi,
I created a OWC on an ASP web page. However, I am getting: "This Website
uses a data provider that may be unsafe. If you trust the website, click OK,
otherwise click Cancel", whenever I click on the OWC.
How to suppress this security warning message thru code and Not by changing
the IE browser secur ...
|
|
|
'About to initialize AcitveX controls that might be unsafe' when using owc
9 May 2006 16:55:50 -0700
Hi there.
I'm using the Office Web Components 11 in an Excel 2003 spreadsheet.
Whenever I open the spreadsheet, I get the 'This application is about
to initialize ActiveX controls that might be unsafe' warning message.
As the activeX control is a microsoft control, shouldn't it already be
marked as 'safe' ?
...
|
Selecting Children without knowing its parent
Tue, 9 May 2006 17:19:53 +0200
Hi all,
I am just trying to implement a search method in my OWC application. I am
using OWC 10 directly linked to a OLAP cube (MSSQL AS 2000)
The Question Is: Is it possible to write an MDX of use Pivot table methods
to query cube for a children without knowing its parent.
Let say Have:
Item
D ...
|
OWC 11 & ASP.NET Issues
9 May 2006 07:34:35 -0700
Line 23: <compilation debug="true">
Line 24: <assemblies>
Line 25: <add assembly="Microsoft.Office.Interop.Owc11,
Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c"/></assemblies>
Line 26: </compilation>
Line 27:
My setup is Windows 2000 Server with Office 2003 install ...
|