MNB PHPExcelDeveloper Guide
XLS library

XLS 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-xlsReference79 classes · 336 methods

Updated

Class API

Mnb\PHPExcel\Biff\BiffRecord

# Provides the biff record class API for biff operations.# Declaration: final class BiffRecord# Package: mnb/mnb-phpexcel-xls# Methods: 2Mnb\PHPExcel\Biff\BiffRecord{
# Purpose: Creates a new BiffRecord instance.public function __construct(int $type, # Input value for `$type` (int). Example: 1string $payload, # Input value for `$payload` (string). Example: 'value'int $offset # Starting offset for the operation. Example: 0): mixed
# Purpose: Performs the length operation.public function length(): int
}