forked from sheetjs/sheetjs
12 lines
265 B
JavaScript
12 lines
265 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
|