Export spreadsheet structure definition

The program supports export file structure to following formats.

In the first case file will contain one row per field:
FiledName[,DataType[,Size]]

Sample input data:
OrderID,Integer
Customer,String,32
OrderDate,Date

In the second case, it is SQL script that contains CREATE TABLE statement. The data type and size of each column have to be specified for this type of export.

DTM Data Generator for Excel: export spreadsheet structure window