MNB PHPExcelDeveloper Guide
v2.0.5
Reference

API Overview

A practical map of the main public classes, returned objects, and common entry points.

Updated

LevelAll levelsReading time9 minPackagemnb/mnb-phpexcel

What you will learn

  • Find the correct class before searching individual methods.
  • Understand the object returned by read and write entry points.
  • Jump from a task to its main API surface.
Mnb\PHPExcel\MnbExcelApplication

High-level facade for reading, writing, domain imports, security, queues, HTTP, email, and scheduling.

View source →
Mnb\PHPExcel\Format\XlsxXLSX

Focused static entry point for XLSX reads, cells, ranges, images, encryption, templates, and writing.

View source →
Mnb\PHPExcel\Format\XlsXLS

Focused static entry point for the independent native BIFF8/OLE reader and writer.

View source →
Mnb\PHPExcel\Import\SqlImporterDatabase

Format-neutral prepared PDO batch insertion, mapping, duplicate strategies, and dry-run planning.

View source →
Mnb\PHPExcel\Large\LargeExcelDatabaseImportEngineDatabase XLSX

Optional large XLSX-to-PDO orchestration with chunks, manifests, resume, validation, and failed rows.

View source →
Mnb\PHPExcel\Reader\Options\ReaderOptionsCore

Immutable configuration for ranges, projection, mode, passwords, formulas, errors, and progress.

View source →
Mnb\PHPExcel\Reader\ReadSessionCore

Unified strict and optional sheet selection, active-sheet discovery, normal/streaming reads, empty checks, row counts, cells, metadata, chunks, validation, and conversions.

View source →
Mnb\PHPExcel\Support\MnbExcelErrorHandlerCore

Opt-in clean rendering for uncaught MNB exceptions during CLI, browser, and JSON development workflows.

View source →
Mnb\PHPExcel\Reader\XlsxInspectorXLSX

Lightweight XLSX package, sheet, dimension, security, and integrity inspection without converting worksheet rows to arrays.

View source →
Mnb\PHPExcel\Core\WorkbookBuilderApplication

Fluent workbook composition, formatting, images, charts, pivots, protection, encryption, and saving.

View source →
Mnb\PHPExcel\Large\LargeXlsxReadSessionXLSX

Large XLSX chunk processing, projection, transformations, guards, passwords, and progress.

View source →
Mnb\PHPExcel\Large\LargeXlsxWriteSessionXLSX

Streaming XLSX/CSV ZIP output from iterables and SQL cursors.

View source →