首页 > 其他 > 详细

jexcel 配置

时间:2021-08-18 15:48:56      阅读:54      评论:0      收藏:0      [点我收藏+]
  state={
        options: {//excel config
            // minDimensions:[20,100],
            csvFileName:"111",
            data:[[]],
            columns:[],
            colHeaders:[],
            defaultColWidth: 114,
            allowRenameColumn: false,//禁止对excel列 进行增加删除操作
            allowDeleteColumn: false,
            allowDragInsertColumn: false,
            allowInsertColumn: false,
            allowManualInsertColumn: false,
            about:false,
            // onbeforeinsertcolumn: function(){
            //     return false
            // },
            // onbeforedeletecolumn: function(){
            //     return false
            // },
            // onmerge: function(){
            //     return false
            // },
            // onchangeheader: function(){
            //     return false
            // },
            // text:{翻译文案
            //     areYouSureToDeleteTheSelectedRows :‘您确定要删除选定的行吗?‘,
            //     deleteSelectedRows:‘删除所选行‘,
            // }
            updateTable: function(instance, cell, col, row, val, label, cellName) {
            // updateTable: function(el, cell, x, y, source, value, id) {
            //     debugger
                // if(col)
                // if (x == 1 && y == 0) {
                //     debugger
                //     cell.classList.add(‘readonly‘);
                // }
                // console.log(cell,x,y,value)
                // console.log(instance, cell, col, row, val, label, cellName)
            }
            // style:"te"
            // tableOverflow: true,
            // tableWidth: "800px",
        },
    }

  

jexcel 配置

原文:https://www.cnblogs.com/do-something/p/15156183.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!