exceltk -t md -xls example.xls exceltk -t md -xls example.xls -sheet sheetname exceltk -t md -xls example.xlsx exceltk -t md -xls example.xlsx -sheet sheetname exceltk -t md -p 2 -xls example.xls, where -p 2 setting the decimal precision to 2 exceltk -t md -bhead -xls example.xls, which will use the first row to replace table header, and keep the head empty, so that the table will auto response in small screen device, this is just a simply solution. exceltk -t cm, Now you can copy sheet from excel, then paster to any editor, which will be Markdown table. exceltk -t md -a r -xls example.xlsx, where the -a option can be followd by a aligin character
-a l: aligin left
-a r: aligin right
-a c: aligin center
Convert Excel to Json
1
exceltk -t json -xls example.xls
Convert Excel to TeX
1
exceltk -t tex -xls example.xls
using -st n option to split table into multitable
using -sn option to adjust number, for example, 1234656 will be split into 1 2 3 4 5 6, it the table width is too large, this is useful