Search by

mnb / mnb-phpexcel-ods

mnagendrababu23

Native streaming ODS reader module for MNB PHPExcel.

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

This package is auto-updated.

Last update: 2026-09-01 18:21:08 UTC


README

<<<<<<< HEAD Native streaming ODS reader 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 native OpenDocument Spreadsheet reader. Requires core, ext-libxml, and ext-zlib.

92854cd (Release v2.0.0)

composer require mnb/mnb-phpexcel-ods:^2.0
use Mnb\PHPExcel\Format\Ods;

$rows = Ods::read('report.ods')
    ->sheet('Data')
    ->withHeaderRow()
    ->toArray();

Version 2.0 provides native ODS reading and row streaming. ODS writing is not yet part of this package.