Output Worksheet As Wiki Table
1. wks_to_wiki_table file_path:="D:\Test\wikiTable1.txt" col:=0 row:=0;;
2. wks_to_wiki_table output_target:=1 headers:=2 col:=2 row:=5 first_col_bold:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Worksheet
Specifies the worksheet to be output. By default, the active table will be output.
int
Specifies where the worksheet output to.
0=Radio:Script Window, 1=Result Log, 2=File, 3=Clipboard
string
If output_target=2 (the wiki table will output to file), you can this specifiy the file path
Specifies which Column Labels as the headers of the wiki table.
Specifies the style of wiki table.
Specifies the number of the columns in the table.
Specifies the number of the rows in the table.
Specifies whether to set the first column as bold in the wiki table
expASC