Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

jquery datatables导出excel 如何设置每一列的宽度?

buttons = [

        {
            extend: 'excelHtml5',
            text: '导出EXCEL',
            title: tableData.printTitle,
            //exportOptions: {
            //    columns: tableData.printColumnsData
            //},
            //customize: function (xlsx) {    
            //    var sheet = xlsx.xl.worksheets['sheet1.xml'];

            //    //$('col ', sheet).attr('s', '25');
            //    $('col c[c*="1"]', sheet).attr('s', '9');
            //}
        },
    ];

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

image.png
文档上貌似并没有这个详细说明


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...