Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

convert excel to csv command line linux

$ ssconvert Book1.xlsx newfile.csv
Using exporter Gnumeric_stf:stf_csv

$ cat newfile.csv 
Foo,Bar,Baz
1,2,3
123.6,7.89,
2012/05/14,,
The,last,Line
Comment

convert excel to csv command line linux

libreoffice --headless --convert-to csv $filename --outdir $outdir
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install kind 
Shell :: grep substring in shell 
Shell :: create a ew remote tracking branch 
Shell :: gdb value of type is more than max-value-size 
Shell :: gradle init scala 
Shell :: git get stash on another pc 
Shell :: install firefox redhat 7 
Shell :: how to install clipman for linux 
Shell :: Fixing Flutter ios build errors 
Shell :: make a new folder in ps1 file 
Shell :: vim error in ubuntu 
Shell :: how to change a commit message 
Shell :: meld between two branches 
Shell :: wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata 
Shell :: install telepresence in mac 
Shell :: ubuntu psql: error: FATAL: Peer authentication failed for user 
Shell :: git add only c files 
Shell :: find and move bash 
Shell :: kontiki 
Shell :: linux remove lines from file 
Shell :: mamp mac php logs 
Shell :: upgrade all content database sharepoint 2013 powershell 
Shell :: sqlservr: Unable to read instance id from /var/opt/mssql/.system/instance_id: 
Shell :: To permanently fix this problem, please run: npm ERR! sudo chown -R 1000:1000 
Shell :: linux cat with syntax highlighting 
Shell :: how to create security group using aws cli 
Shell :: conEMU alias / 
Shell :: revert uncommitted changes git 
Shell :: install python 3.6 cli 
Shell :: conda install kneed 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =