How do I make a console file converter using symfony console? I am reading the documentation but because I am fairly new to php, I'm having trouble figuring out what to do exactly.

In my case, it is supposed to take an input xlsx file and convert it either to json or to csv. I do have that part down but I am supposed to use the console. Help would be appreciated.

    Write a Reply...