This commit is contained in:
walkpan
2024-08-18 23:38:55 +08:00
parent e8dbb9bab3
commit 8f57f57c1d
1004 changed files with 234067 additions and 16087 deletions

View File

@@ -0,0 +1,16 @@
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports.default = void 0;
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
var Workbook = function Workbook() {
(0, _defineProperty2.default)(this, "SheetNames", []);
(0, _defineProperty2.default)(this, "Sheets", {});
};
exports.default = Workbook;
//# sourceMappingURL=workbook.js.map