in reply to User input into Excel
Any help is very appreciated !When I comment out all of the db code, I can create an excel file with 20130729 in column D (cells 2 to 212) by changing:
$xWS->write('D2:D212', $user_date);
to:
$xWS->write($_, 3, $user_date) for 1 .. 211;
I don't think 'D2:D212' is a valid cell range specifier (see Spreadsheet::WriteExcel).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: User input into Excel
by PerlSufi (Friar) on Aug 14, 2013 at 19:29 UTC |