export html table as word file and change file orientation
问题 I have jquery function which exporting html table to word file. Function works great, but I need to rotate a word file to landsacpe orientation. Can somebody help me? Here is js function: <SCRIPT type="text/javascript"> $(document).ready(function () { $("#btnExport").click(function () { var htmltable= document.getElementById('tblExport'); var html = htmltable.outerHTML; window.open('data:application/msword,' + '\uFEFF' + encodeURIComponent(html)); }); }); Response.AddHeader("Content