C# Class xlsx2string.SQLExporter

Inheritance: xlsx2string.ExporterBase
Exibir arquivo Open project: hellowod/xlsx2string

Public Methods

Method Description
Init ( ) : void
Process ( ) : void

Private Methods

Method Description
GetTabelStructSQL ( DataTable sheet, string tabelName ) : string

根据表头构造CREATE TABLE语句

GetTableContentSQL ( DataTable sheet, string tabelName ) : string

将表单内容转换成INSERT语句

Method Details

Init() public method

public Init ( ) : void
return void

Process() public method

public Process ( ) : void
return void