Lines Matching refs:sheetName

120         var worksheet = _this.workbook.addWorksheet(options.sheetName);
190 var worksheet = _this2.workbook.getWorksheet(options.sheetName || options.sheetId);
728 sheetName: worksheet.name,
2203 sheetName: location.sheetName,
2260 var sheetName = cell.sheetName;
2261 var range = new Range(cell.row, cell.col, cell.row, cell.col, sheetName);
2266 var c = matrix.findCellAt(sheetName, yy, cell.col);
2290 var c = matrix.findCellAt(sheetName, y, xx);
2348 value: function normaliseMatrix(matrix, sheetName) {
2351 matrix.forEachInSheet(sheetName, function (cell, row, col) {
2363 value: function spliceRows(sheetName, start, numDelete, numInsert) {
2367 matrix.spliceRows(sheetName, start, numDelete, numInsert);
2369 _this2.normaliseMatrix(matrix, sheetName);
2374 value: function spliceColumns(sheetName, start, numDelete, numInsert) {
2378 matrix.spliceColumns(sheetName, start, numDelete, numInsert);
2380 _this3.normaliseMatrix(matrix, sheetName);
2668 sheetName: b
2678 sheetName: s
2717 sheetName: value.sheetName
2729 sheetName: value.sheetName
2741 sheetName: tlbr.sheetName
2749 sheetName: tlbr.sheetName
2804 if (other.sheetName && this.sheetName && other.sheetName !== this.sheetName) return false;
2820 if (address.sheetName && this.sheetName && address.sheetName !== this.sheetName) return false;
2867 return this.model.sheetName;
2870 this.model.sheetName = value;
2875 var sheetName = this.model.sheetName;
2877 if (sheetName) {
2878 if (/^[a-zA-Z0-9]*$/.test(sheetName)) {
2879 return "".concat(sheetName, "!");
2882 return "'".concat(sheetName, "'!");
5474 value: function findCellAt(sheetName, rowNumber, colNumber) {
5475 var sheet = this.sheets[sheetName];
5485 this.getCellAt(address.sheetName, row, col);
5506 value: function getCellAt(sheetName, rowNumber, colNumber) {
5507 var sheet = this.sheets[sheetName] || (this.sheets[sheetName] = []);
5510 sheetName: sheetName,
5536 value: function forEachInSheet(sheetName, callback) {
5537 var sheet = this.sheets[sheetName];
5556 _.each(this.sheets, function (sheet, sheetName) {
5557 _this.forEachInSheet(sheetName, callback);
5572 var name = address.sheetName;
5616 value: function spliceRows(sheetName, start, numDelete, numInsert) {
5617 var sheet = this.sheets[sheetName];
5631 value: function spliceColumns(sheetName, start, numDelete, numInsert) {
5632 var sheet = this.sheets[sheetName];
5880 var sheetName = groups[1] || groups[2]; // Qouted and unqouted groups
5900 sheetName: sheetName,
5906 sheetName: sheetName
5913 sheetName: sheetName
5920 return sheetName ? {
5921 sheetName: sheetName,
5929 return sheetName ? _objectSpread({
5930 sheetName: sheetName