UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
util
/
src
/
config
/
components
/
xlsx.type.ts
13 lines
(12 loc)
•
305 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
OhayoXlsxConfig
{
/** * Xlsx library path, default: `//cdn.bootcss.com/xlsx/0.15.6/xlsx.full.min.js` */
url?:
string
;
/** * Defines which Xlsx optional modules should get loaded, e.g: * * `[ '//cdn.bootcss.com/xlsx/0.15.6/cpexcel.js' ]` */
modules?:
string
[]; }