splitXlsx

splitXlsx

PREMIUM TRIAL / ADVANCED

Splits an Excel document per sheet.

Description
public splitXlsx (string $source, string $target, array $options)

This method allows you to split per sheet an Excel document.

Parameters

source

The path to the source Excel document.

target

The path to the resulting Excel document.

Code samples

Example #1