Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 20526
Status: resolved
Worked: 3 hours (180 min)
Left: 0 min
Priority: 0/0
Queue: Spreadsheet-ParseExcel

Owner: Nobody
Requestors: brayst [...] uk.ibm.com
Cc:
AdminCc:

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

X Attachments



X History Display mode: Brief headersFull headers
#   Tue Jul 18 06:49:57 2006 brayst[...]uk.ibm.com - Ticket created  
CC: kwitknr[...]cpan.org
Subject: Bugs in Spreadsheet-ParseExcel-0.2603
Date: Tue, 18 Jul 2006 11:51:09 +0100
To: bug-Spreadsheet-ParseExcel[...]rt.cpan.org
From: Steven Bray <BRAYST[...]uk.ibm.com>
[text/plain 854b]

Dear Kawai Takanori,

I'm using Microsoft Excel 2000 SR-1 on Windows 2000 SP4.

I've got some cells where the value is not interpreted correctly.
Here are two examples, showing what is in the spreadsheet and then
what Spreadsheet-ParseExcel puts in the cell attributes:

1. Value: 09/06/2006
Format: Custom, dd/mm/yyyy

$cell->Value: 09/MM/2006
$cell->{Val}: 38877
$cell->{Type}: Numeric


2. Value: 30.62
Format: Custom, #,##0.00[$%-809]

$cell->Value: 3,062.00[$%0809]
$cell->{Val}: 30.62
$cell->{Type}: Numeric

3. One more thing. The documentation for Spreadsheet::ParseExcel says:

Cell class has these properties:
Value
Val
Type

It doesn't explain that you have to put curly brackets around the
Val and Type properties.

Thanks very much.
Steven Bray.


#   Mon Sep 11 07:54:00 2006 SZABGAB - Correspondence added  
[text/plain 1.2k]
On Tue Jul 18 06:49:57 2006, brayst[...]uk.ibm.com wrote:
>
> Dear Kawai Takanori,
>
> I'm using Microsoft Excel 2000 SR-1 on Windows 2000 SP4.
>
> I've got some cells where the value is not interpreted correctly.
> Here are two examples, showing what is in the spreadsheet and then
> what Spreadsheet-ParseExcel puts in the cell attributes:
>
> 1. Value: 09/06/2006
> Format: Custom, dd/mm/yyyy
>
> $cell->Value: 09/MM/2006
> $cell->{Val}: 38877
> $cell->{Type}: Numeric
>
>
> 2. Value: 30.62
> Format: Custom, #,##0.00[$%-809]
>
> $cell->Value: 3,062.00[$%0809]
> $cell->{Val}: 30.62
> $cell->{Type}: Numeric
>
> 3. One more thing. The documentation for Spreadsheet::ParseExcel says:
>
> Cell class has these properties:
> Value
> Val
> Type
>
> It doesn't explain that you have to put curly brackets around the
> Val and Type properties.
>
> Thanks very much.
> Steven Bray.
>

Hi Steven,

do you happen to have a small example Excel file and the relevant
script that would trigger this problem? If yes, please send them to
me so I can add them to the regression tests of the module.

thanks
Gabor Szabo <szabgab[...]gmail.com>



#   Mon Sep 11 07:54:01 2006 RT_System - Status changed from 'new' to 'open'  
#   Mon Mar 03 09:15:33 2008 TOBIWAN - Correspondence added  
Subject: Wrong Data-Type for Date-Cells
From: cpan[...]tobias-tacke.de
[text/plain 595b]
Hi,

I'can reproduce this bug with GNumeric v1.7.8 and OpenOffice v2.2.
under Ubuntu v7.04. Here is a small example. Coloumn "Two" contain
dates, but in perl you only get "Text" as type.

If I open this file in MS-Excel (the date is correct there) and save
it, then the type for dates are correct.

Regards
Tobiwan



> Hi Steven,
>
> do you happen to have a small example Excel file and the relevant
> script that would trigger this problem? If yes, please send them to
> me so I can add them to the regression tests of the module.
>
> thanks
> Gabor Szabo <szabgab[...]gmail.com>
>
>




[application/vnd.ms-excel 5.5k]
Message body not shown because it is too large or is not plain text.
#   Mon Mar 03 10:25:53 2008 TOBIWAN - Correspondence added  
Subject: Details für the date-bug
[text/plain 133b]
Sorry, I forgot some details:

If I get the $cell I can ask for {Type} and {Val}. Type is "Numeric"
and Val is "33911" for example.

#   Wed Jan 14 04:21:06 2009 JMCNAMARA - Subject changed from 'Bugs in Spreadsheet-ParseExcel-0.2603' to 'Bugs in Spreadsheet-ParseExcel-0.2603 (Date format issue)'  
#   Fri Jan 23 04:15:19 2009 JMCNAMARA - Correspondence added 180 min  
[text/plain 92b]
Hi,

This issue has been fixed in Spreadsheet::ParseExcel version 0.48.

Thanks,

John.
--

#   Fri Jan 23 04:15:21 2009 JMCNAMARA - Status changed from 'open' to 'resolved'