Options
All
  • Public
  • Public/Protected
  • All
Menu

excel组件

Hierarchy

  • InvisibleBase
    • Excel

Index

Constructors

constructor

  • new Excel(config: IInvisibleBaseConfig): Excel
  • Parameters

    • config: IInvisibleBaseConfig

    Returns Excel

Properties

accept

accept: string

可选文件类型

el

el: HTMLElement

input 元素

file

file: File

文件对象

workbook

workbook: Workbook

Methods

doGetCss

  • doGetCss(): object
  • Returns object

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • Returns AttributeEditorBase[]

loadfile

  • loadfile(callback: (err?: string) => void): void
  • 加载文件

    Parameters

    • callback: (err?: string) => void

      加载完成后回调

        • (err?: string): void
        • Parameters

          • Optional err: string

          Returns void

    Returns void

newWorkbook

  • newWorkbook(): void
  • 创建新的excel工作簿

    Returns void

Private r

  • r(callback: any): void
  • Parameters

    • callback: any

    Returns void

readFile

  • readFile(callback: (wb: any) => void): JQuery<HTMLElement>
  • Parameters

    • callback: (wb: any) => void
        • (wb: any): void
        • Parameters

          • wb: any

          Returns void

    Returns JQuery<HTMLElement>

saveAs

  • saveAs(fielName: string): void
  • 保存修改

    Parameters

    • fielName: string

      文件名

    Returns void

Generated using TypeDoc