How do you convert a raw csv file (which has 1.6GB size) into .xlsx type in linux command without opening that file.Since it couldn’t be opened by the 2GB ram.so as it need to be converted into xlsx type .
Also Is there any alternative way to process this kinda file?
It’s PHP based…
Pre-requisite: PHP support, ie. php server, use XAMPP…
Go to following link & download:
http://phpexcel.codeplex.com/
Unzip the file & Assuming u unzip it to /etc/phpExcel
Here is the code: