
- Excel To Json
- Excel To ics
- Xlsx To Xml
- Xlsx To Csv
- Xlsx To Html
- Xlsx To Pipe Delimited
- Xlsx To Tab Delimited
- Xlsx To Text

here is video instruction on how to convert Excel To Json
If you want to automate conversion or avoid user Interface (UI) and run "Excel To Json" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\ExcelToJson\ExcelToJson.exe" inputfile.xlsx outputfile.json

here is video on how to create ics (ICAL) file from Excel spreadsheet:

Xlsx To Xml
here is an example of running "Xlsx To Xml" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToXml\XlsxToXml.exe" inputDataFile.xml outputExcelfile.xlsx

here is vide on how to convert Xlsx To Csv file:
here is an example of running "Xlsx To Csv" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToCsv\XlsxToCsv.exe" inputfile.xlsx outputfile.csv

here is video on how to convert Xlsxfile To Html webpage
here is an example of running "Xlsx To Html" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToHtml\XlsxToHtml.exe" inputfile.xlsx mywebpage.html

video on how to convert Xlsx excel file To Pipe Delimited/separated file:
here is an example of running "Xlsx To Pipe Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToPipeDelimited\XlsxToPipeDelimited.exe" inputfile.xlsx outputfile.pipe

here is video on how to convert Xlsx file To Tab Delimited data file:
here is an example of running "Xlsx To Tab Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToTabDelimited\XlsxToTabDelimited.exe" inputfile.xlsx outputfile.tab

here is video on how to convert Xlsx excel file To Text file without excel or office installed:
here is an example of running "Xlsx To Text" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XlsxToText\XlsxToText.exe" inputfile.xlsx outputfile.txt