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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Worksheet | wks |
Input Worksheet |
|
Specifies the worksheet to be output. By default, the active table will be output. |
Output To | output_target |
Input int |
Specifies where the worksheet output to. 0=Radio:Script Window, 1=Result Log, 2=File, 3=Clipboard | |
File Path | file_path |
Input string |
If output_target=2 (the wiki table will output to file), you can this specifiy the file path | |
Column Labels | headers |
Input int |
Specifies which Column Labels as the headers of the wiki table. | |
Style Name | style |
Input string |
Specifies the style of wiki table. | |
Number of Cols | col |
Input int |
Specifies the number of the columns in the table. | |
row | Number of Rows |
Input int |
Specifies the number of the rows in the table. | |
First Column As Bold | first_col_bold |
Input int |
Specifies whether to set the first column as bold in the wiki table |