in reply to Re^2: Avoiding Strange Win32::ODBC Return Values for Integers
in thread Avoiding Strange Win32::ODBC Return Values for Integers (NUL)
and once you're sure 57 is coming back from your query into the sheet, then you can start playing around with $format and your regexif ( $col == 42 ) { $worksheet->write_number($row, $col++, $_); } else { $worksheet->write($row, $col++, $_, $format); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Avoiding Strange Win32::ODBC Return Values for Integers
by jonix (Friar) on Oct 28, 2005 at 17:39 UTC |