mnb/mnb-phpexcel-json

Streaming JSON and NDJSON reader/writer module for MNB PHPExcel.

Maintainers

Package info

github.com/mnagendrababu23/mnb-phpexcel-json

pkg:composer/mnb/mnb-phpexcel-json

Transparency log

Statistics

Installs: 11

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2026-07-29 09:01 UTC

This package is auto-updated.

Last update: 2026-07-29 09:33:23 UTC


README

<<<<<<< HEAD Streaming JSON and NDJSON reader/writer module for MNB PHPExcel. Documentation URL: https://mnbphpexcel.space/getting-started/installation This package is generated from the MNB PHPExcel monorepo. Do not copy source files between modules manually.

Install

======= Independent JSON and NDJSON reader/writer module. Requires only core and ext-json.

0a6708a (Release v2.0.0)

composer require mnb/mnb-phpexcel-json:^2.0
use Mnb\PHPExcel\Format\Json;

$rows = Json::read('customers.json')->withHeaderRow()->toArray();
Json::write($rows, 'customers-export.json');

Supports top-level arrays, workbook-shaped JSON, NDJSON, streaming array parsing, sheet names, projection, and structured export.