API Overview
A practical map of the main public classes, returned objects, and common entry points.
Updated
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\MnbExcelApplicationHigh-level facade for reading, writing, domain imports, security, queues, HTTP, email, and scheduling.
View source →Mnb\PHPExcel\Format\XlsxXLSXFocused static entry point for XLSX reads, cells, ranges, images, encryption, templates, and writing.
View source →Mnb\PHPExcel\Format\XlsXLSFocused static entry point for the independent native BIFF8/OLE reader and writer.
View source →Mnb\PHPExcel\Import\SqlImporterDatabaseFormat-neutral prepared PDO batch insertion, mapping, duplicate strategies, and dry-run planning.
View source →Mnb\PHPExcel\Large\LargeExcelDatabaseImportEngineDatabase XLSXOptional large XLSX-to-PDO orchestration with chunks, manifests, resume, validation, and failed rows.
View source →Mnb\PHPExcel\Reader\Options\ReaderOptionsCoreImmutable configuration for ranges, projection, mode, passwords, formulas, errors, and progress.
View source →Mnb\PHPExcel\Reader\ReadSessionCoreUnified 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\MnbExcelErrorHandlerCoreOpt-in clean rendering for uncaught MNB exceptions during CLI, browser, and JSON development workflows.
View source →Mnb\PHPExcel\Reader\XlsxInspectorXLSXLightweight XLSX package, sheet, dimension, security, and integrity inspection without converting worksheet rows to arrays.
View source →Mnb\PHPExcel\Core\WorkbookBuilderApplicationFluent workbook composition, formatting, images, charts, pivots, protection, encryption, and saving.
View source →Mnb\PHPExcel\Large\LargeXlsxReadSessionXLSXLarge XLSX chunk processing, projection, transformations, guards, passwords, and progress.
View source →Mnb\PHPExcel\Large\LargeXlsxWriteSessionXLSXStreaming XLSX/CSV ZIP output from iterables and SQL cursors.
View source →