Collaboration examples
Collaboration Excel examples, explained clearly.
Open a focused example to see the implementation path, copy-ready PHP, expected workbook behavior, and the production boundary that matters.
2examples in this category
21focused categories
5implementation paths
01Comments & NotesAdd classic Excel notes with an author, content, size, and visibility settings.
+
Add classic Excel notes with an author, content, size, and visibility settings.
comment()comments()<?php
use Mnb\PHPExcel\MnbExcel;
MnbExcel::report($rows)
->comment('C2', 'Finance Team', 'Confirm this amount before approval.', [
'width' => 280,
'height' => 120,
'visible' => false,
])
->save('comments-and-notes.xlsx');Was this guide useful?Use GitHub issues for corrections, missing examples, or unclear behavior.
Open an issue