0.3.8 • Published 2 years ago
excel-report v0.3.8
excel-report
create report from excel template. Only supports xlsx for now
npm install excel-report
Usage
var excelReport = require('excel-report')
var data ={title:'Voucher List',company:'STP software',user_created:'TRUONGPV'}
data.table1 =[{date:new Date(),number:1,description:'description 1',qty:10},{date:new Date(),number:2,description:'description 2',qty:20}]
var template_file ='template.xlsx'
excelReport(template_file,data,function(error,binary){
//check error
//use binary
})
please view example
##Logs
Version 0.0.5:
- Support merge cells
- Support filter: {{tb:detail.qty|number:1}}
Version 0.1.1
- Fixed value =0
## License
MIT
0.3.8
2 years ago
0.3.7
3 years ago
0.3.6
3 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.0
7 years ago
0.2.5
8 years ago
0.2.2
8 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago