PHP code example of qronicle / qexcel

1. Go to this page and download the library: Download qronicle/qexcel library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

qronicle / qexcel example snippets


composer 

// Always include the QExcel file
// This will start the autoloader and you will probably use the QExcel class to start as well
orkbook($filename);