Skip to content

Commit

Permalink
fix(abc:xlsx): using full xlsx javascript libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 16, 2018
1 parent 7e7cb89 commit 7d15d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abc/xlsx/xlsx.service.ts
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ export class XlsxService {

private init(): Promise<void> {
const config = Object.assign({
url: `//cdn.bootcss.com/xlsx/0.11.14/xlsx.min.js`,
url: `//cdn.bootcss.com/xlsx/0.11.17/xlsx.full.min.js`,
modules: []
}, this.config);

0 comments on commit 7d15d61

Please sign in to comment.