MNB PHPExcelDeveloper Guide
XML library

XML classes and methods.

Browse this library and the shared dependency classes returned by its public API. Package ownership remains visible beside each class.

Packagemnb/mnb-phpexcel-xmlReference55 classes · 288 methods

Updated

Class API

Mnb\PHPExcel\Format\Xml

# Provides the xml class API for format operations.# Declaration: final class Xml# Package: mnb/mnb-phpexcel-xml# Methods: 2Mnb\PHPExcel\Format\Xml{
# Purpose: Creates a read session for the supplied source.public static function read(string $path, # Path to the source or destination file. Example: __DIR__ . '/workbook.xlsx'array|ReaderOptions $options = [] # Configuration options for this operation. Example: []): ReadSession
# Purpose: Writes the supplied data to the destination.public static function write(iterable $rows, # Rows supplied for reading, writing, validation, or import. Example: []string $path, # Path to the source or destination file. Example: __DIR__ . '/workbook.xlsx'array $options = [] # Configuration options for this operation. Example: []): void
}