Forum Discussion
Ian Martin
Oct 06, 2017Copper Contributor
Excel Embed
I am currently having some issues with the embedding of an excel worksheet/book. My issue is dynamic dimensions. The base embed options through excel dimenions restrict you to 700x900. I am able to manually change this code to meet the dimensions I require to view the entire sheet but of course this is the static dimension. Is there not a value of maxwidth that can be added to make the excel worksheet dynamic?
- JKPieterseSilver ContributorI don't think you can do that, the embed cod eneeds the width. You may be able to use JavaScript on the page to dynamically adjust the embed code, I don't know.