Method | Description | |
---|---|---|
Init ( ) : void | ||
Process ( ) : void |
Method | Description | |
---|---|---|
GetTabelStructSQL ( DataTable sheet, string tabelName ) : string |
根据表头构造CREATE TABLE语句
|
|
GetTableContentSQL ( DataTable sheet, string tabelName ) : string |
将表单内容转换成INSERT语句
|