Import columns from an Excel spreadsheet. The initial cell is set or from the current one, loading goes from left to right along the specified number of columns or up to the first empty cell. All columns are text by default. To set column types use the "set_columntypes" directive.

Call:

ts_table(iTableDescr, "import_columns_from_excel", string startcolletter, int startrow, int maxcols);


Here:

startcolletter - the letter of the start column in Excel, or "" if with the current one,

startrow - row number in Excel (-1 means with the current one),

maxcols - number of columns (-1 - means up to the first empty cell);


Loading columns stops at the first empty cell.