ng-cw-v12
Version:
Angular UI component library
14 lines (13 loc) • 666 B
TypeScript
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ExcelViewerComponent implements OnChanges {
private eleRef;
ncUrl: string;
set ncSheetName(value: boolean | string);
sheetNameMode: boolean;
constructor(eleRef: ElementRef);
ngOnChanges(changes: SimpleChanges): void;
renderExcelDocument(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelViewerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelViewerComponent, "nc-excel-viewer", never, { "ncUrl": "ncUrl"; "ncSheetName": "ncSheetName"; }, {}, never, never>;
}