How do i use openXML SDK for javascipt With Office.Js

Home Forums Open-Xml-Sdk-JavaScript How do i use openXML SDK for javascipt With Office.Js

This topic contains 2 replies, has 3 voices, and was last updated by  ameyabap 7 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3436

    pradeep.gaba
    Participant

    Hello Everyone,
    I am trying to create a Excel Addin using office.js and description of the task is given on the link that i posted on stackoverflow. Now what i am trying to do is to get the task done using openxml javascript sdk to read data from excel file.

    Stackoverflow link: http://stackoverflow.com/questions/37571636/how-to-get-the-formatting-of-a-cell-using-office-js

    #3467

    Eric White
    Keymaster

    I have created a couple of JavaScript add-ins for Office, but to date, have only done so for Word, so have no experience with using the Excel JavaScript API. I am not certain whether there is any JavaScript API for Excel that will return the markup, including formatting, for the selected range. It appears that you can get, for instance, the fill color, the font color, wrapping, etc. for a range.

    http://dev.office.com/docs/add-ins/excel/excel-add-ins-javascript-programming-overview?product=excel

    But the getSelectedDataSync method (using coercion type of OOXML) only works for Word.

    http://dev.office.com/reference/add-ins/shared/document.getselecteddataasync

    I don’t believe at this point, you can get the OOXML markup. You have to get the formatting using the APIs.

    #3851

    ameyabap
    Participant

    Hi
    Even I have created a office js addin and I need to open existing xlsx/pptx document in excel/powerpoint. Office Js provides a way to open docx document with insertFile. Range.insertFile As you mentioned early on that there is no way to open xlsx/pptx file directly into excel or powerpoint using office js. I am thinking to use open xml sdk to fetch parts from xlsx or pptx doc and put them into empty xlsx or pptx document using setSelectedDataSync().
    Is is possible using your open xml sdk?
    Do you know any other way to load or open existing pptx/xlsx doc into office using office JS?

    THanks in advance..

    • This reply was modified 7 years, 6 months ago by  ameyabap.
    • This reply was modified 7 years, 6 months ago by  ameyabap.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.