Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Exporting JSON columns #8

Closed
chintogtokh opened this issue Jun 18, 2018 · 1 comment
Closed

Exporting JSON columns #8

chintogtokh opened this issue Jun 18, 2018 · 1 comment
Labels
question Further information is requested

Comments

@chintogtokh
Copy link

I haven't been able to dig in too deep here but even though this library and yii2tech/csv-grid both seem to be almost identical in config and functionality, CsvGrid exports JSON columns without issue while this library just skips over them, with identical options (data provider, column config). What could be the issue here?

@klimov-paul
Copy link
Member

"phpoffice/phpspreadsheet" library can not render cell content from array or object due to its internal checks:
https://github.com/PHPOffice/PhpSpreadsheet/blob/1.3.1/src/PhpSpreadsheet/Cell/DefaultValueBinder.php#L62

If it is concern to you should report the issue to phpoffice/phpspreadsheet project.

@klimov-paul klimov-paul added the question Further information is requested label Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants