Hi ULF, I got the out put by using this code, BUt i have to change IE browser internet options like in security->customlevel->enable initialization and activex, Is there any chance to do this with out enable that option. function toExcel(){ var xls = new ActiveXObject("Excel.Application"); xls.visible = true; xls.Workbooks.Add; dojo.query(".dojoxGridRowTable").forEach(function(node,index){ var x = node.rows; for (i = 0; i < x.length; ...