Mxl.d.ts 173 B

123
  1. import { Promise } from "es6-promise";
  2. export declare function extractSheetFromMxl(data: string): Promise<any>;
  3. export declare function openMxl(data: string): Promise<any>;