Import table from Excel.

Call:

ts_table(iTableDescr, "import_from_excel", string startcolletter, int startrow, int maxrows, bool add_sum, bool deleteoldrows);


Here:

startcolletter - column letter (if "" - then from the current cell),

startrow - row number (index from 1),

maxrows - maximum number of rows (if -1 - then up to the first empty cell in the first column),

add_sum - use the "add_row_sum" mechanism when adding rows (see above) - 0/1,

deleteoldrows - whether or not to clear the contents of the table before loading.


The loading of the table stops on the line where the cell in the left column is empty.