Help for this page
#!/usr/bin/perl use strict; ... # Write a formatted and unformatted string, row and column notation. $worksheet->write( 'C3', 'Hi Excel!'); $worksheet->write_comment( 'C3', 'Comment with Color', color => 'green +' );