Questions tagged [office-web-components]

26 questions
0
votes
1 answer

Does polymer has some official animation components like neon-animation which now has been deprecated?

webcomponents info My project developed with polymer.I just find neon-animation component has been deprecated.Some alternative components are available ?
Jayly
  • 15
  • 5
0
votes
1 answer

Embed Excel in a website to edit a locally stored document

Is it possible to embed google excel in my website to edit document stored locally? My manager asked me if it is possible to integrate the Microsoft office webapp in my own website. Clients have excel files stored on our website, we want to know if…
0
votes
2 answers

Are the Office Web Components broken and dead?

According to this article on Wikipedia®: "The Pivot Table and Spreadsheet web components do not function on Windows 7." Is this going to be fixed?
Homer
  • 7,594
  • 14
  • 69
  • 109
0
votes
1 answer

Are the Office Web Components going to work in IE9?

Are the Office Web Components going to work in IE9, FF4, etc? Modern Browsers?
Homer
  • 7,594
  • 14
  • 69
  • 109
0
votes
1 answer

Grouping date values in Office Web Components Chart

How can I format & group dates in the category axes? I try to do it with this code: With ChartSpace.Charts(0).Axes(chAxisPositionCategory) .NumberFormat = "mmm yyyy" .GroupingType = chAxisGroupingManual End With but all that I get is…
Mark Plumpton
  • 506
  • 3
  • 10
  • 20
0
votes
3 answers

Office web app - Remove buttons

Is there any way to remove buttons or complete ribbons from Office web apps. I want to remove Download, Add to one drive etc. Sample url is…
user3509981
  • 297
  • 1
  • 2
  • 15
0
votes
3 answers

Office web component 11 - ActiveX component cant create object

I have an classic ASP application which calls a VB6 ActiveX DLL component. The DLL uses Office web component (v11.0) to create a spreadsheet. I'm getting an error when i try to create an instance of OWC11 Spreadsheet. Dim oSS As…
Kannan Karmegam
  • 651
  • 4
  • 12
  • 24
0
votes
0 answers

How to reset the max file size which Office Web apps supports

I have an office web apps server run on Windows Server 2008 R2 that help me transforming office files(word, ppt, excel). But I get error when the file size exceed 10MB. I have searched the Internet, But got no answer. the closest aticle is…
Mr rain
  • 983
  • 5
  • 13
  • 27
0
votes
2 answers

How to create and use an Excel Web App with DurandalJS?

I'm trying to add an Excel Web App to a DurandalJS website. Basically, I get a JSON object from the server, will transform it into a ...
tag so that Excel Web App can understand it. Then I'd like to be able to view that table with the…
GilNahmias
  • 99
  • 1
  • 8
0
votes
1 answer

Office Web App malfunctions when opened in a frame

Viewing a docx document is implemented via starting a word app in iframe as follows: