sheetjs/packages/ssf/bits/10_types.js

4 lines
77 B
JavaScript

/*::
type SSF_write_num = {(type:string, fmt:string, val:number):string};
*/