Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.01 KB

wikitable

Export an Excel table to wikimedia format.

Both horizontally and vertically merged cells are well managed.

The output text is padded with spaces so that all the columns have the same width (with the exception of the columns with merged cells).

Bold cells are headers, other cells are normal cells.

Red cells are nowrap.

##Example of input table:

alt tag

##Example of output text:

{| class="wikitable sortable" style="text-align: center;"
|-
! width="90"|Header one     !! Header two              !! Header three
|-
| colspan="2"|horizontally merged cells || cell 1      
|-
| cell 2                    || rowspan="3"|vertically merged cells || cell 2      
|-
| cell 3                    || cell 3      
|-
| cell 4                    || cell 4      
|-
| colspan="2" rowspan="3"|rectangular merged area || cell 5      
|-
| cell 6      
|-
| cell 7      
|-
| cell 8                    || cell 8                  || cell 8      
|}

##Example of table in the wiki:

alt tag