C# Class ExportJsonPlugin.ExportJson

Inheritance: Microsoft.Office.Tools.Ribbon.RibbonBase
Afficher le fichier Open project: wanggan768q/ExportJson-for-Excel-2014

Private Properties

Свойство Type Description
ExportJsonOfNormal void
ExportJsonOfType void
ExportJson_Load void
GetLine List
InitializeComponent void
Save void

Méthodes publiques

Méthode Description
ExportJson ( )

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Méthode Description
ExportJsonOfNormal ( object sender, RibbonControlEventArgs e ) : void

把所有数据导出 1.字段 2.数据

ExportJsonOfType ( object sender, RibbonControlEventArgs e ) : void

根据类型导出数据 1.描述 2.类型 I->int F->float S->String B->bool 3.字段 4.数据 一级分隔符| 二级分隔符 _

ExportJson_Load ( object sender, RibbonUIEventArgs e ) : void
GetLine ( Microsoft.Office.Interop.Excel sheet, int lineNum, bool assert = true ) : List

InitializeComponent ( ) : void

设计器支持所需的方法 - 不要修改 使用代码编辑器修改此方法的内容。

Save ( string json ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

ExportJson() public méthode

public ExportJson ( )