how to delete rows in OWC10 spreadsheet?
Thu, 19 Jun 2008 09:59:24 -0700 (PDT)
Hi All,
I have the following code working for OWC, but it doesn't work for
OWC10.
spreadsheet1.ActiveSheet.Range("a1").DeleteRows(5)
it deletes row1 to row5. Does somebody know how to make it work for
OWC10?
Thanks for the help! ...
|
OWC Install Error
Thu, 19 Jun 2008 10:08:36 -0400
On test client machines with Office 2007 SP1 installed, Excel Export
does not work in our Dynamics/Business portal Sharepoint application.
Error message is: "The Office Web Components (OWC) must be installed to
copy results to Excel." even though OWC 11 is indeed installed on the
workstations from the standalone ...
|
Hide a column in Pivot Table
Thu, 19 Jun 2008 06:52:03 -0700
Hi,
I am using a Pivot table in my .Net web application. I donot want to show
all columns that get bound to the pivot table. What is the best way I can
write Client-side code to hide a specific Column.
Regards,
Vaishali Patel ...
|
Why OWC10 chart binding to the spreadsheet doesn't work?
Mon, 16 Jun 2008 13:09:24 -0700 (PDT)
Hi,
I have some code worked for VS2003 .NET but doesn't work for VS 2005.
Could somebody see what is wrong?
chartspace1.DataSource = spreadsheet1.GetOcx()
Dim oChart As OWC10.ChChart
Dim oSer As OWC10.ChSeries
oChart = chartspace1.Charts.Add()
oChart.HasLegend = True
oChart.Legend.Position =
OWC10.C ...
|
Spreadsheet - viewonlymode
Mon, 16 Jun 2008 05:31:01 -0700
iam using Microsoft Office Spreadsheet Component v.11 in vs2005 windows
application.
Ms office 2007 installed in my system.
Iam unable to change viewonlymode property to false during design time as
well as runtime. it says - "Value does not fall within the expected range."
Previously it was working perf ...
|
How to freeze the first row with OWC10
Thu, 12 Jun 2008 09:42:39 -0700 (PDT)
Hi All,
I am using VS 2005 and XP web component to display data in a
spreadsheet. I need to freeze the first row. I tried several ways and
didn't get it work. Could somebody give me some code for this?
Thanks a lot in advance! ...
|
DataSet to OWC SpreadSheet
Tue, 10 Jun 2008 09:50:00 -0700
Iâ??ve been running the OWC spreadsheet for a long time as a streamed server
file, but as the spreadsheets have gotten larger the load time has gotten too
long.
Iâ??m interested in using your technique from Chapter 8 to stream only XML
data to the client. Iâ??ve havenâ??t been able to put it together in my ...
|
|
|
How to configuration the spreadsheet in XP Web Component
Tue, 10 Jun 2008 09:32:17 -0700 (PDT)
Hi All,
I have a VB.NET application using OWC 9.0 on XP Operation System to
display data in a spreadsheet. Now I want to upgrade OWC 9.0 to XP web
component on VISTA. Some of the code doesn't work for XP web
component. I can't find the sample or help file for this, could
someone help me? the following is the ...
|
cellcolor.htc clsid for OWC 11
Tue, 10 Jun 2008 03:44:00 -0700
Hi,
I took the colouring example from owc 10 and try to transfer to owc 11.
It seems that if I change the clsids in the following 2 lines (the second is
already changed) it should play :
<OBJECT ID="MyPivot_CellColor"
CLASSID="CLSID:7AE72DF6-C0D5-4B48-9153-94B8A5D8BB3E">
</OBJECT>
<O ...
|
c# windows app- error on call to a COM component
Wed, 4 Jun 2008 14:40:02 -0700
Iâ??m trying to deploy a pivot table in a C# windows application and getting
the following error when adding a fieldset to the pivot:
Error HRESULT E_FAIL has been returned from a call to a COM component
Iâ??m able to set the connection string and the data member with no problem,
but when I try adding a ...
|