2.2.3.53 wks_to_wiki_table


Brief Information

Output Worksheet As Wiki Table

Command Line Usage

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;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input Worksheet wks

Input

Worksheet

<active>

Specifies the worksheet to be output. By default, the active table will be output.

Output To output_target

Input

int

2

Specifies where the worksheet output to.

0=Radio:Script Window, 1=Result Log, 2=File, 3=Clipboard

File Path file_path

Input

string

<unassigned>

If output_target=2 (the wiki table will output to file), you can this specifiy the file path

Column Labels headers

Input

int

0

Specifies which Column Labels as the headers of the wiki table.

Style Name style

Input

string

simple

Specifies the style of wiki table.

Number of Cols col

Input

int

<unassigned>

Specifies the number of the columns in the table.

row Number of Rows

Input

int

<unassigned>

Specifies the number of the rows in the table.

First Column As Bold first_col_bold

Input

int

0

Specifies whether to set the first column as bold in the wiki table

Related X-Functions

expASC