Efficient XLSX to CSV Conversion

Sale!

(4 customer reviews)

PHP Script with Super fast and efficient conversion of XLSX to CSV. Read our article about this plugin.

Original price was: £30.00.Current price is: £20.00.

SKU: xlsx2csv

Description

Version: 2.4.1 Last Updated: 22/10/2020

We have built our own script that converts XLSX to CSV but with super efficiency (example of how it works below), the script will dump out a CSV from an XLSX without effort and super fast performance, we have tested our script on huge XLSX files, and we are confident the script runs extremely fast with as minimal resource usage as possible. The function has been updated so you can do any sheet you want to, throttle how many rows you want to process and more.

For just a small fee you can buy our script and use it freely for your projects, whether business or personal. If it doesn’t work for you a full refund can be requested, no problem!

 

How it works

its easy really, here is our example we include with your purchase:

 /*
 You can use XLSX2CSV very easily as shown below, just change the paths to the correct paths you need.
 
 */
 $xlsx_file = '/path/to/file.xlsx';
 $xlsx_unzip_path = '/unpack/here/'; //make sure this is a unique empty folder (especially if using the cleanup)
 $csv_file = '/path/to/result.csv';
 $sheet = 1;
 $throttle = false; //you can set this to ie. 100 to fetch only 100 rows
 $cleanup = true; //if you dont want to cleanup all the junk you can turn this off.
 
 xlsx2csv($xlsx_file, $xlsx_unzip_path, $csv_file, $sheet, $throttle, 0);
Like what you see? Get in touch!

We have a very friendly service - Come and chat to us and let us know what you need, we work for an hourly fee and can also provide you a no obligation quote and begin work immediately in most cases. Click "Request Support" or use our Live Chat.

Request support

4 reviews for Efficient XLSX to CSV Conversion

  1. Adam Young

    I was a bit dubious of the claims of this PHP script, I had a massive XLSX file I needed to read into my application and everything I had tried didn’t work, but I’m glad I decided to give this a try, it does exactly what it claims! Not only could it convert my huge XLSX file with no issue but I could also then process the CSV at the same time, all in one process without it taking too long or causing my server any stress. Highly recommended!

  2. Tom Sharp

    This works perfectly! Thank you.

  3. Norbert (verified owner)

    Very nice script, does what it should. Came very handy to handle those datafeed files and make data conversions between different systems.

  4. Maeve (verified owner)

    This script was super easy to use and just what we needed! Dean in Web Desires was extremely helpful and very quick to respond to our initial queries. Thanks so, so much! The script saved us a lot of time and effort and did what other popular libraries could not.

Add a review

Your email address will not be published. Required fields are marked *