MNB PHPExcelDeveloper Guide
ODS library

ODS 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-odsReference53 classes · 277 methods

Updated

Class API

Mnb\PHPExcel\Format\Ods

# Provides the ods class API for format operations.# Declaration: final class Ods# Package: mnb/mnb-phpexcel-ods# Methods: 1Mnb\PHPExcel\Format\Ods{
# 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
}