1.多选  先按住 Ctrl选择后Ctrl+Enter

2.下拉 Alt+向下的箭头
3.批量求和 Alt+=
4.当前日期Ctrl+; 或者=Today()再按回车键  当前时间 Ctrl+Shift+;
当前时间加日期 =Now()再按回车键
5.输入身份证前面加'
6.函数 求和:SUM sum(A1:A10,C1:C10)
       个数:COUNTIF COUNTIFS
        查询:VLOOKUP
        乘积:PRODUCT
        平均数:AVERAGE
         最小:MIN
         最大:MAX


                toolbar: [{ //部工具栏的DataGrid面板
                    iconCls: 'fa fa-plus',
                    text: '新增',
                    handler: SInfnAdd
                }, '-', {
                    iconCls: 'fa fa-pencil-square-o',
                    text: '编辑',
                    handler: SInfnEdit
                }, '-', {
                    iconCls: 'fa fa-trash-o',
                    text: '删除',
                    handler: SInfnDel
                }],