Function t = htab_input2interm(tbl)
t = htab_input2interm(tbl,cfg,tabsty,location)
t = htab_input2interm(tbl,htab_init(opt),tabsty,location)
returns cell array t with table data in a special
"intermediate" form.
See htab_doc.html.
Input argument tbl:
-- stbl = "...<htab>....</htab>...";
tbl = stbl;
-- ctbl = { ... s, ..., rtbl, ... };
tbl = ctbl;
where:
-- s = "..." (not a table)
-- rtbl.tabsty = sty;
-- rtbl.colsty = {sty, ...}
-- rtbl.rowsty = {sty, ...}
-- rtbl.cellsty = {sty, ..., ...; ...};
-- rtbl.celldat = {..., ..., ...; ...};
where:
-- sty = "dir1 arg1; dir2";
or:
sty.dir1 = {"arg1"}; sty.dir2 = {};
Output argument t is organised as a checked
and completed ctbl.
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-htab" under GNU GPLv3+