

here is video on how to convert Xls file to Yaml file:
If you want to automate conversion or avoid user Interface (UI) and run "Xls to Yaml" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\XlstoYaml\XlstoYaml.exe" input.xls output.yml

here is vide on how to convert tables from Microsoft Word file to Yaml file:
If you want to automate conversion or avoid user Interface (UI) and run "Word to Yaml" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\WordtoYaml\WordtoYaml.exe" inputfile.docx outputfile.yml

here is video tutorial and how to convert data from Sqlite database table To Yaml file:
If you want to automate conversion or avoid user Interface (UI) and run "Sqlite To Yaml" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\SqliteToYaml\SqliteToYaml.exe" inputfile.db outputfile.yml