Constructors
constructor
- new Excel(config: IInvisibleBaseConfig): Excel
-
Parameters
-
config: IInvisibleBaseConfig
Properties
accept
accept: string
el
el: HTMLElement
file
file: File
workbook
workbook: Workbook
Methods
doGetCss
-
Returns object
getAttrEditors
- getAttrEditors(): AttributeEditorBase[]
-
Returns AttributeEditorBase[]
loadfile
- loadfile(callback: (err?: string) => void): void
-
Parameters
-
callback: (err?: string) => void
Returns void
newWorkbook
-
Returns void
Private r
-
Parameters
Returns void
readFile
- readFile(callback: (wb: any) => void): JQuery<HTMLElement>
-
Parameters
-
callback: (wb: any) => void
Returns JQuery<HTMLElement>
saveAs
- saveAs(fielName: string): void
-
Parameters
Returns void
excel组件