Home
last modified time | relevance | path

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

/plugin/xlsx2dw/
H A Dplugin.info.txt6 desc Convert XLS/XLSX/ODS file to DokuWiki text
H A Dscript.js7 XLSX.set_cptable({
204 let xlsxWorkbook = XLSX.read(file);
205 let xlsxRawTable = XLSX.write(xlsxWorkbook, {type: 'binary', bookType: 'xlsx'});
H A 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/
H A 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 …]
H A Dexport.min.js1XLSX:{mimeType:"application/octet-stream",extension:"xlsx"}},fabric:{backgroundColor:"#FFFFFF",rem…
H A Dexport.js463 XLSX: { class in AmCharts._this.defaults.formats
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, {
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js5 var XLSX = {}; variable
6 (function make_xlsx(XLSX){
7 XLSX.version = '0.8.0';
11643 XLSX.parse_zip = parse_zip;
11644 XLSX.read = readSync; //xlsread
11647 XLSX.write = writeSync;
11648 XLSX.writeFile = writeFileSync;
11650 XLSX.utils = utils;
11651 XLSX.CFB = CFB;
11652 XLSX.SSF = SSF;
[all …]
H A 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…
H A Dxlsx.min.map1 {"version":3,"file":"dist/xlsx.min.js","sources":["xlsx.js"],"names":["XLSX","make_xlsx","version",…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3 /*exported XLSX */
5 var XLSX = {}; variable
6 XLSX.version = '0.18.12';
12277 /* [MS-XLSX] 2.1.17 */
12338 /* [MS-XLSX] 2.1.18 */
26539 XLSX.read = readSync;
26542 XLSX.write = writeSync;
26547 XLSX.utils = utils1;
26548 XLSX.set_fs = set_fs;
26551 XLSX.SSF = SSF;
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A 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, [{
25126 Type: XLSX.RelType.Styles,
25130 Type: XLSX.RelType.Theme,
25494 return XLSX;
25497 XLSX.RelType = require('./rel-type');
[all …]