Search by

mnb / mnb-phpexcel-json

mnagendrababu23

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

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

This package is auto-updated.

Last update: 2026-09-01 18:21:53 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.

MNB PHPExcel Assistant

Generate MNB PHPExcel code using our dedicated ChatGPT assistant:

Open MNB PHPExcel AI Assistant

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.