- Jan
- 7
- 0
Does anyone know an elegant way to dump out a spreadsheet to the Tab-separated text file format using a command line util? I do a lot of processing on our Bill of Materials that are in spreadsheet format; but I have to convert them to text first using Excel. I am looking for a solution that adds the minimal amount of other software tools as we have several company sites we would like to use this at - and they prefer to use what they have on their machines. I'm currently using TCC BTM files and AWK.
I'm leaning toward Python, to replace AWK, as they seem to have a way to do this; but wanted to see if you all had a better solution.
Here's a link showing the Python code; I just don't know Python yet :)
https://gist.github.com/brendano/22764
I'm leaning toward Python, to replace AWK, as they seem to have a way to do this; but wanted to see if you all had a better solution.
Here's a link showing the Python code; I just don't know Python yet :)
https://gist.github.com/brendano/22764