PHP 8.3.4 Released!

The Vtiful\Kernel\Format class

(PECL xlswriter >= 1.2.1)

Introduction

Create a cell format object

Class synopsis

class Vtiful\Kernel\Format {
/* Constants */
/* Methods */
public align(resource $handle, int $style)
public bold(resource $handle)
public italic(resource $handle)
public underline(resource $handle, int $style)
}

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top