MNB PHPExcelDeveloper Guide
API reference

MNB PHPExcel classes and methods.

Browse every public class and method in the monolithic library. Search by class, method, parameter, or return type.

Packagemnb/mnb-phpexcelReference154 classes · 869 methods

Updated

Class API

Mnb\PHPExcel\Application\AjaxUploader

# Generates a dependency-free upload form and JavaScript client for AjaxUploadHandler/SpreadsheetHttpEndpoint.# Declaration: final class AjaxUploader# Package: mnb/mnb-phpexcel# Methods: 2Mnb\PHPExcel\Application\AjaxUploader{
# Purpose: Performs the html operation.public static function html(string $endpoint, # Target URL that receives the request. Example: 'https://example.com/upload'array $options = [] # Configuration options for this operation. Example: []): string
# Purpose: Performs the script operation.public static function script(string $formId, # HTML form element ID. Example: 'upload-form'string $endpoint, # Target URL that receives the request. Example: 'https://example.com/upload'array $options = [] # Configuration options for this operation. Example: []): string
}