Home
last modified time | relevance | path

Searched refs:Sheets (Results 251 – 275 of 312) sorted by relevance

1...<<111213

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSheet.php18 namespace Google\Service\Sheets;
H A DResponse.php18 namespace Google\Service\Sheets;
H A DChartSpec.php18 namespace Google\Service\Sheets;
H A DRequest.php18 namespace Google\Service\Sheets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php35 class Sheets extends \Google\Service class
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf16 CSS Cascading Style Sheets
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15346 if(!wb.Sheets[idx]) wb.Sheets[idx] = {};
16596 if(!wb.Sheets[idx]) wb.Sheets[idx] = {};
17029 if(!wb.Sheets[idx]) wb.Sheets[idx] = {};
17220 var Sheets = (wb.Workbook && wb.Workbook.Sheets) || [];
19247 var Sheets = {}; variable
19733 if(!options.bookSheets) wb.Sheets=Sheets;
19737 if(wb.Sheets) wb.Sheets["Sheet1"] = Preamble;
22606 Sheets: Sheets, property in out
25295 Sheets: sheets, property in out
26307 if(!wb.Workbook.Sheets) wb.Workbook.Sheets = [];
[all …]
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php349 $this->row['title'] = '{OSS} Between the Sheets';
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js7550 var ws = wb.Sheets[s];
7963 var s = wb.SheetNames[idx], ws = wb.Sheets[s] || {};
8103 push_defaults_array(wb.Sheets, SheetDef);
8293 case 'BrtBundleSh': wb.Sheets.push(val); break;
9159 if(!opts.bookSheets && !opts.bookProps) out.Sheets = sheets;
9256 var Sheets = {};
9797 if(!options.bookSheets) wb.Sheets=Sheets;
11206 else if(wb.Sheets) sheets = wb.Sheets.map(function pluck(x){ return x.name; });
11220 var wbsheets = wb.Sheets;
11231 if(wbrels) wbrels = safe_parse_wbrels(wbrels, wb.Sheets);
[all …]
H A Dxlsx.min.js8Sheets=sheets;out.SheetNames=sheetnames;out.SSF=SSF.get_table();out.Props=Props;out.Custprops=Cust…
9Sheets)sheets=wb.Sheets.map(function pluck(x){return x.name});if(opts.bookProps){out.Props=props;o… property in parse_zip.out
/plugin/diagramsnet/lib/resources/
H A Ddia_el.txt366 googleSheets=Google Sheets
H A Ddia_fa.txt366 googleSheets=Google Sheets
H A Ddia_he.txt366 googleSheets=Google Sheets
H A Ddia_ko.txt366 googleSheets=Google Sheets
H A Ddia_th.txt366 googleSheets=Google Sheets
H A Ddia_zh-tw.txt366 googleSheets=Google Sheets
H A Ddia_ar.txt366 googleSheets=Google Sheets
H A Ddia_eu.txt366 googleSheets=Google Sheets
H A Ddia_et.txt366 googleSheets=Google Sheets
H A Ddia_kn.txt366 googleSheets=Google Sheets
H A Ddia_si.txt366 googleSheets=Google Sheets
H A Ddia_sl.txt366 googleSheets=Google Sheets
H A Ddia_ta.txt366 googleSheets=Google Sheets
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …||{},!0),e="",f={SheetNames:[],Sheets:{}};return d.data=d.data?d.data:c.getChartData(d),f.SheetNam… property in f
H A Dexport.js2063 Sheets: {} property in AmCharts._this.toXLSX.wb
2117 wb.Sheets[ cfg.name ] = sheet_from_array_of_arrays( _this.toArray( cfg ) );

1...<<111213