MNB PHPExcelDeveloper Guide
XLSX library

XLSX 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-xlsxReference90 classes · 444 methods

Updated

Class API

Mnb\PHPExcel\Application\UploadSafetyValidator

# Provides the upload safety validator class API for application operations.# Declaration: final class UploadSafetyValidator# Package: mnb/mnb-phpexcel-xlsx# Methods: 1Mnb\PHPExcel\Application\UploadSafetyValidator{
# Purpose: Validates the supplied input and returns the validation result.public static function validate(array|string $file, # File path or file value used by the operation. Example: __DIR__ . '/workbook.xlsx'array $options = [] # Configuration options for this operation. Example: []): array
}