1.2.1 • Published 1 year ago

@wiajs/lib v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

English | Chinese

Wia Libs

Libs for wia applications.

See wia components documentation for detailed description.

install

You will need Node.js installed on your system.

First, install

$ npm install @wiajs/component

To use

Excel Export

import ExcelExport from '@wiajs/lib/excelExport';

  _.name('btnExcel').click(ev => {
    const head = ['银行流水', '入账金额', '入账时间', '入账名称', '入账账号', '摘要'];
    const excel = new ExcelExport(head, _data, {
      title: `${txStartDate.val()}至${$.date('MM-dd', txEndDate.val())} 客户结算表`,
      fileName: `客户结算v${$.date('yyMMdd')}`,
    });
    excel.save();
  });
1.2.1

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.1

2 years ago

0.1.1

4 years ago