Skip to content

antonshell/php_xlsx_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xlsx to json converter

Made with php, and PhpSpreadsheet https://github.com/PHPOffice/PhpSpreadsheet

Install

1 . Clone repository

git clone git@github.com:antonshell/php_xlsx_to_json.git

2 . Install dependencies

composer install

Usage

1 . Set filenames in convert.php

$inputFileName = './demo.xlsx';
$outputFileName = './data/demo.json';

2 . Convert to json

php convert.php

About

Convert xlsx file to json with PHPExcel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages