forked from sheetjs/sheetjs
11 lines
264 B
JavaScript
11 lines
264 B
JavaScript
/*! s.js (C) 2019-present SheetJS -- https://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
/// <reference path="../../xlsx.d.ts"/>
|
|
export class WorksheetCollection {
|
|
constructor(wb) {
|
|
this._wb = wb;
|
|
}
|
|
;
|
|
}
|
|
;
|
|
//# sourceMappingURL=WorksheetCollection.js.map
|