Infragistics® Excel® object library enables you to create Excel files with the new xlsx
format (Excel2007).
The example code below shows you how to set the new xlsx format for the Excel Workbook.
In JavaScript:
var workbook = new $.ig.excel.Workbook();
workbook.setCurrentFormat ($.ig.excel.WorkbookFormat.excel2007);
View on GitHub