aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
163 stars 31 forks source link

Feat/note styling #23

Closed jarrod-colluco closed 1 year ago

jarrod-colluco commented 1 year ago

Fixes issue: #22

Usage:

$sheet->addNote( 'A1', 'This is a test comment', [
    'width' => '186pt',
    'height' => '110pt',
]);