- Raja#!/usr/bin/perl use strict; use warnings; use Spreadsheet::WriteExcel::Simple; my $ss = Spreadsheet::WriteExcel::Simple->new; my @arr = ( '123', "<a href='sample.com'>Sample</a>", 900 ); $ss->write_row(\@arr); exit;
In reply to SpredSheet::WriteExcel - write_row () Method by kulls
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |