PHP code example of jose-ba / phpword-chart-decimals

1. Go to this page and download the library: Download jose-ba/phpword-chart-decimals 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/ */

    

jose-ba / phpword-chart-decimals example snippets

json
"autoload": {  
    "exclude-from-classmap": ["vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Chart.php"],  
    "classmap": [  
        {"\\PhpOffice\\PhpWord\\Writer\\Word2007\\Part\\Chart":  "vendor/jose-ba/phpword-chart-decimals/Chart.php"}
    ]  
},