@ohayojp.com/components
Version:
Common business components of ohayojp.
10 lines (9 loc) • 335 B
TypeScript
import { XlsxExportResult, XlsxService } from '@ohayojp.com/components/xlsx';
import { STExportOptions } from './st.interfaces';
export declare class STExport {
private xlsxSrv;
constructor(xlsxSrv: XlsxService);
private _stGet;
private genSheet;
export(opt: STExportOptions): Promise<XlsxExportResult>;
}