Excel保存在AlaSQL中无法正确保存数据

时间:2016-11-09 07:17:08

标签: javascript json alasql

我有一个对象数组,我使用alaSQL将其保存为excel文件,但我无法保存它。 Screenshot for of the excel saved.

      vm.excelSave = function(){
         alasql.promise('SELECT * INTO XLSX("Statistics.xlsx",{headers:true}) FROM ?', [vm.dataPerformance])
            .then(function (res) {
                // console.log(res);
            }).catch(function (err) {
                // console.log(err);
            })

0 个答案:

没有答案