Home
last modified time | relevance | path

Searched refs:XLSX (Results 1 – 11 of 11) sorted by relevance

/plugin/xlsx2dw/
Dplugin.info.txt6 desc Convert XLS/XLSX/ODS file to DokuWiki text
Dscript.js7 XLSX.set_cptable({
204 let xlsxWorkbook = XLSX.read(file);
205 let xlsxRawTable = XLSX.write(xlsxWorkbook, {type: 'binary', bookType: 'xlsx'});
DREADME.md2 The XLSX2DW plugin for DokuWiki makes it easy to import XLS, XLSX or ODS tables to a page.
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md11 vector, document or data formats, such as PNG, JPG, PDF, SVG, JSON, XLSX and
117 jszip.js | libs/jszip/ | Export to XLSX format
118 xlsx.js | libs/xlsx/ | Export to XLSX format
217 "menu": [ "CSV", "XLSX" ]
231 * XLSX
352 **XLSX**
417 "menu": [ "PNG", "JPG", "CSV", "XLSX" ]
438 "menu": [ "PNG", "JPG", "CSV", "XLSX" ]
464 "menu": [ "PNG", "JPG", "CSV", "XLSX" ]
642 * XLSX
[all …]
Dexport.js463 XLSX: { property
2096 var cell_ref = XLSX.utils.encode_cell( {
2105 cell.z = XLSX.SSF._table[ 14 ];
2112 if ( range.s.c < 10000000 ) ws[ "!ref" ] = XLSX.utils.encode_range( range );
2119 data = XLSX.write( wb, {
Dexport.min.js1XLSX:{mimeType:"application/octet-stream",extension:"xlsx"}},fabric:{backgroundColor:"#FFFFFF",rem…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.js5 var XLSX = {}; variable
6 (function make_xlsx(XLSX){ argument
7 XLSX.version = '0.8.0';
8365 write_XLWideString(XLSX.version, o);
8366 write_XLWideString(XLSX.version, o);
11642 XLSX.parse_xlscfb = parse_xlscfb;
11643 XLSX.parse_zip = parse_zip;
11644 XLSX.read = readSync; //xlsread
11645 XLSX.readFile = readFileSync; //readFile
11646 XLSX.readFileSync = readFileSync;
[all …]
Dxlsx.min.js2 var XLSX={};(function make_xlsx(XLSX){XLSX.version="0.8.0";var current_codepage=1200,current_cptabl… variable
9XLSX.parse_xlscfb=parse_xlscfb;XLSX.parse_zip=parse_zip;XLSX.read=readSync;XLSX.readFile=readFileS…
Dxlsx.min.map1 {"version":3,"file":"dist/xlsx.min.js","sources":["xlsx.js"],"names":["XLSX","make_xlsx","version",…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs3 /*exported XLSX */
5 var XLSX = {}; variable
6 XLSX.version = '0.18.12';
5086 /* Parts enumerated in OPC spec, MS-XLSB and MS-XLSX */
5089 /* [MS-XLSX] 2.1 Part Enumerations ; [MS-XLSB] 2.1.7 Part Enumeration */
5570 …xlink" office:version="1.2"><office:meta><meta:generator>Sheet' + 'JS ' + XLSX.version + '</meta:g…
10534 /* XLSX/XLSB/XLS specify width in units of MDW */
12036 //if(opts.WTF) throw "XLSX External Link";
12277 /* [MS-XLSX] 2.1.17 */
12338 /* [MS-XLSX] 2.1.18 */
[all …]
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js3995 var XLSX = require('../xlsx/xlsx');
4154 if (!this._xlsx) this._xlsx = new XLSX(this);
23922 var XLSX = /*#__PURE__*/function () {
23923 function XLSX(workbook) {
23924 _classCallCheck(this, XLSX);
23933 _createClass(XLSX, [{
25085 Type: XLSX.RelType.OfficeDocument,
25089 Type: XLSX.RelType.CoreProperties,
25093 Type: XLSX.RelType.ExtenderProperties,
25126 Type: XLSX.RelType.Styles,
[all …]