Skip Menu |

This queue is for tickets about the DBD-Excel CPAN distribution.

Report information
The Basics
Id: 72152
Status: new
Priority: 0/
Queue: DBD-Excel

People
Owner: Nobody in particular
Requestors: joseignacio.hernando [...] upm.es
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: don't work "create table"
Date: Thu, 03 Nov 2011 21:30:33 +0100
To: bug-DBD-Excel [...] rt.cpan.org
From: "jose ignacio hernando" <joseignacio.hernando [...] upm.es>
*Distribution name and version DBD::Excel is up to date (0.06). Spreadsheet::WriteExcel is up to date (2.37). Spreadsheet::ParseExcel is up to date (0.59). SQL::Statement is up to date (1.33). DBI is up to date (1.616). *Perl version C:\Documents and Settings\etsam>perl -v This is perl 5, version 12, subversion 3 (v5.12.3) built for MSWin32-x86-multi-thread *Operating System vendor and version windows xp Don't work "create table ..." *Solution: diff Original_Excel.pm New_Excel.pm 752c752,756 < my $iWkN = $oBook->AddWorksheet($oThis->{xl_t_name}); --- Show quoted text
> ################################################################## > #my $iWkN = $oBook->AddWorksheet($oThis->{xl_t_name}); > $oBook->AddWorksheet($oThis->{xl_t_name}); > my $iWkN=$oBook->{SheetCount}-1; > ##################################################################