Class JSONWriter
SimpleExcel class for writing table as JSON
- SimpleExcel\Writer\BaseWriter implements SimpleExcel\Writer\IWriter
-
SimpleExcel\Writer\JSONWriter
Namespace: SimpleExcel\Writer
Package: SimpleExcel
Author: Faisalman
Located at Writer/JSONWriter.php
Package: SimpleExcel
Author: Faisalman
Located at Writer/JSONWriter.php
public
string
|
__construct(),
exportFile()
|
protected
string
|
$content_type | 'application/json' |
#
Defines content-type for HTTP header |
protected
string
|
$file_extension | 'json' |
#
Defines file extension to be used when saving file |
$workbook
|