Questions tagged [office-web-components]
26 questions
4
votes
1 answer
OWC PivotTable toolbox item grayed out for WebForm
I'm trying to build a Pivottable on a webform in vb.net 2005 using OWC. I have added the Pivottable item to the toolbox, but it is grayed out and so I cant use it. If I develop a Winform instead of a Webform then the toolbox items are there and work…

lankylad
- 41
- 2
3
votes
0 answers
I used Office Web Components (OWC), what now?
I have a simple Windows application entirely based on these Microsoft technologies:
Office Web Components (OWC) as front-end
OLEDB Provider for OLAP Services as back-end
The OLEDB Provider reads data from several ODBC sources and builds a cube…

mschayna
- 1,300
- 2
- 16
- 32
3
votes
0 answers
Create PivotTable programmatically
Using C# and OWC 11.0, I need to create an Excel output with all Raw Data in one sheet then, using that data as the connection string, create pivot tables in another worksheet. This Excel sheet will be downloaded by the end user so they can change…

Desai
- 187
- 2
- 12
3
votes
0 answers
Export pivot table to Excel gives error: missing tag row (with an unwanted tag INSERT)
I am building a WPF application which uses OWC pivot table to display some data. When I click the built-in button to export the pivot table to excel, it writes to the log file with such error message:
XML ERROR in PivotTable
REASON: Missing…

tete
- 4,859
- 11
- 50
- 81
2
votes
0 answers
Owc 11 and Microsoft office 365
I am having an unique issue and unable to find any resolution online. My company is using an application which uses Pivot table and chart controls from Microsoft office 2003 web components ( OWC 11 )
It worked fine till we use 32 bit version of…

user1615089
- 21
- 1
- 5
2
votes
2 answers
After deleting WebExtensionPart from WordprocessingDocument document get corrupted
I am new to open xml sdk and i haven't much idea on how relationship work for wordprocessing document. I want to remove webtask-pane from my existing document which contains webtask-pane and its added through programmatically.
After deleting…

Hardik Shah
- 387
- 2
- 11
2
votes
2 answers
Online file viewer (all formats)
I have some files on S3 and would like to view those files in web. Problem is that the files are not public and I dont want them to be public. Google doc viewer works but condition is, files should be public.
Can I use office web apps to show in…

john doe
- 21
- 2
2
votes
1 answer
How do I open the Microsoft Office Web Viewer with a search term already applied?
I want to be able to open an Excel sheet using Office Web Viewer, HTML viewing component. (This seems to also be called the "Office Web Apps Viewer".) The viewer component is a really excellent HTML office document rendering engine, but I can find…

richardwhatever
- 4,564
- 5
- 23
- 26
2
votes
1 answer
Office web apps unattended server installation
Our IT-department wants a script for everything that should be installed on any of our servers. They don't want to use installation wizards and click next-next-next (don't ask me why)
We need to install Office Web Apps Server to be used with our…

Engern
- 875
- 3
- 11
- 20
1
vote
2 answers
Passing sharepoint .docx files to microsoft office word web app
I just can't figure out how to do it, I have a full file path, but I can't figure out how to get a the microsoft office word web app to open the filepath. Any help?

Vap0r
- 2,588
- 3
- 22
- 35
1
vote
1 answer
Is there any Office Web Apps Server Api available?
I want to allow user to be able to edit office documents online within the web application.
I have come to know that I can do it easily by installing Web App Server
But it requires a separate isolated server for installing it. Or I need to install…

Ravi Rupeliya
- 621
- 4
- 16
1
vote
0 answers
Excel Web App <-> ODBC database with read/write
Is it possible to create a Excel Web App (hosting in SharePoint) with connections to a ODBC database (e.g. PostGreSQL, SQL Server, or Oracle)
WHERE
The Query to the Database (read) includes the Employee Name (which is coming from a field in the…

Dr.YSG
- 7,171
- 22
- 81
- 139
1
vote
0 answers
How to bind OWC11 to the VB project in visual studio 2013?
Following problem: a network application uses an Office Web Components control.
This control, however, is not implemented in Office 2013.
Has anybody an idea how to bind the Microsoft Office Web Component (OWC11) to the VB project in visual…

Alex
- 11
- 2
1
vote
0 answers
Strange behave with OWC11 on Excel
Using Excel VBA I created a chart, using OWC11, on an userform. Through code I copy 2 columns from a worksheet to the OWC chart spreadsheet.
1st column is dates (for x-axis), 2nd is values (numbers)(for y-axix).
My problem is that when on…

LukeLuke
- 71
- 1
- 8
1
vote
1 answer
Alternative to Office Web Components
I'm working on an application which is currently using mainly the Excel components
We were upgrading our Office system from 2003 to 2010 and as a result, the part of our application which works with the Office 2003 web component is no longer…

John
- 704
- 3
- 12
- 29