Search Results

Search: Posts Made By: derekludwig
Forum: Programming 08-25-2015
6,954
Posted By derekludwig
#! /usr/bin/perl use strict; use warnings;...
#! /usr/bin/perl

use strict;
use warnings;
use Spreadsheet::WriteExcel;

my $file = shift @ARGV;
my $workbook = Spreadsheet::WriteExcel->new($file) or die "can't create worksheet: $!";

my...
Forum: Programming 08-21-2015
6,954
Posted By derekludwig
JB, Can you provide an example of what you...
JB,

Can you provide an example of what you mean by "empty cells to be merged to their respective string".

- DL
Forum: Programming 08-21-2015
6,954
Posted By derekludwig
Something like: #! /usr/bin/perl use...
Something like:
#! /usr/bin/perl

use strict;
use warnings;
use Spreadsheet::WriteExcel;

my $file = shift @ARGV;
my $workbook = Spreadsheet::WriteExcel->new($file) or die "can't create...
Forum: Programming 08-19-2015
6,954
Posted By derekludwig
We also would need to see the use statements as...
We also would need to see the use statements as well as what you used to create the $wrksheet object.
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy