Home
last modified time | relevance | path

Searched refs:tables (Results 251 – 254 of 254) sorted by path

1...<<11

/plugin/xcom/lang/en/
H A Dhowto.txt36 …in text responses and complex arrays which may in later versions of xcom be re-formatted as tables.
56 The results of these queries are formatted as tables in which the first column is an action link. I…
/plugin/xlsx2dw/
H A DREADME.md2 The XLSX2DW plugin for DokuWiki makes it easy to import XLS, XLSX or ODS tables to a page.
27 ![Alt text](./screenshots/using_button.jpg?raw=true "Import of tables")
29 3. Choose a table file. You can select example table from `/_test/test-tables/` folder.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4403 this.tables = {};
5060 return this.tables[name];
5276 tables: Object.values(this.tables).map(function (table) {
5328 this.tables = value.tables.reduce(function (tables, table) {
5332 return tables;
10649 if (model.tables) {
19268 model.tables = (model.tables || []).map(function (tablePart) {
24050 tables: model.tables,
24515 tables: {},
24943 var tables = worksheet.tables;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4081 /* TODO: use tables directly, don't encode */
22318 case 'data-pilot-tables': // 9.6.2 <table:data-pilot-tables>
25730 …if(o.codepage && typeof $cptable === "undefined") console.error("Codepage tables are not loaded. …

1...<<11