mirror of
https://github.com/SheetJS/sheetjs.git
synced 2026-01-18 14:18:13 +00:00
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
if(typeof cptable !== 'undefined') set_cptable(cptable);
|
|
else if(typeof module !== "undefined" && typeof require !== 'undefined') {
|
|
set_cptable(require('./dist/cpexcel.js'));
|
|
}
|