Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.64k stars 472 forks source link

Not Able to embed excel as object via insert option in Word Document #385

Open DilipSingh06 opened 3 years ago

DilipSingh06 commented 3 years ago

### Steps to Reproduce These steps are in order to get the above mentioned functionality in word document:- 1) Open Word document 2) Click on "Insert" from tool menu and then select "Object" under text options bracket from the menu. 3) Select "Microsoft Excel Spreadsheet" from the popup and also select the check box which says "Display as icon". 4) Select any excel and confirm the popup. 5) Click on Ok. See the excel icon gets added in the word document and if we double click on icon then the excel gets open.

This functionality is available in word document but i want to get this done via program using officegen. Is there a way to get this done? Any option which would accept the file path and add it as icon?