Lines Matching refs:sheets
4201 sheets: this.worksheets.map(function (ws) {
4246 var orderNo = value.sheets && value.sheets.findIndex(function (ws) {
5454 this.sheets = {};
5475 var sheet = this.sheets[sheetName];
5507 var sheet = this.sheets[sheetName] || (this.sheets[sheetName] = []);
5537 var sheet = this.sheets[sheetName];
5556 _.each(this.sheets, function (sheet, sheetName) {
5574 if (this.sheets[name]) {
5575 return this.sheets[name];
5579 return this.sheets[name] = [];
5617 var sheet = this.sheets[sheetName];
5632 var sheet = this.sheets[sheetName];
8812 sheets: new ListXform({
8830 …model.sheets = model.worksheets; // collate all the print areas from all of the sheets and add the…
8835 model.sheets.forEach(function (sheet) {
8889 this.map.sheets.render(xmlStream, model.sheets);
8937 sheets: this.map.sheets.model,
8965 (model.sheets || []).forEach(function (sheet) {
24622 model.sheets = workbook.sheets;