kulls has asked for the wisdom of the Perl Monks concerning the following question:
- 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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SpredSheet::WriteExcel - write_row () Method
by Anonymous Monk on Jun 30, 2009 at 12:40 UTC | |
by kulls (Hermit) on Jun 30, 2009 at 13:04 UTC | |
|
Re: SpredSheet::WriteExcel - write_row () Method
by tmaly (Monk) on Jun 30, 2009 at 14:35 UTC | |
|
Re: SpredSheet::WriteExcel - write_row () Method
by jmcnamara (Monsignor) on Jul 01, 2009 at 17:54 UTC |