deno.land / x / sheetjs@v0.18.3 / packages / s / src / s / XLSXWrapper.ts

XLSXWrapper.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
/*! s.js (C) 2019-present SheetJS -- https://sheetjs.com *//* vim: set ts=2: */
/// <reference path="../xlsx.d.ts"/>
let _XLSX: typeof XLSX;if(typeof XLSX !== "undefined") _XLSX = XLSX;
export function get_XLSX() { return _XLSX; };export function set_XLSX(xlsx: typeof XLSX) { _XLSX = xlsx; };
sheetjs

Version Info

Tagged at
2 years ago