Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Spreadsheet-ParseExcel CPAN distribution.

Maintainer(s)' notes

If you are reporting a bug in Spreadsheet::ParseExcel here are some pointers

1) State the issues as clearly and as concisely as possible. A simple program or Excel test file (see below) will often explain the issue better than a lot of text.

2) Provide information on your system, version of perl and module versions. The following program will generate everything that is required. Put this information in your bug report.

    #!/usr/bin/perl -w

    print "\n    Perl version   : $]";
    print "\n    OS name        : $^O";
    print "\n    Module versions: (not all are required)\n";

    my @modules = qw(
                      Spreadsheet::ParseExcel
                      Scalar::Util
                      Unicode::Map
                      Spreadsheet::WriteExcel
                      Parse::RecDescent
                      File::Temp
                      OLE::Storage_Lite
                      IO::Stringy
                    );

    for my $module (@modules) {
        my $version;
        eval "require $module";

        if (not $@) {
            $version = $module->VERSION;
            $version = '(unknown)' if not defined $version;
        }
        else {
            $version = '(not installed)';
        }

        printf "%21s%-24s\t%s\n", "", $module, $version;
    }

    __END__

3) Upgrade to the latest version of Spreadsheet::ParseExcel (or at least test on a system with an upgraded version). The issue you are reporting may already have been fixed.

4) Create a small example program that demonstrates your problem. The program should be as small as possible. A few lines of codes are worth tens of lines of text when trying to describe a bug.

5) Supply an Excel file that demonstrates the problem. This is very important. If the file is big, or contains confidential information, try to reduce it down to the smallest Excel file that represents the issue. If you don't wish to post a file here then send it to me directly: jmcnamara@cpan.org

6) Say if the test file was created by Excel, OpenOffice, Gnumeric or something else. Say which version of that application you used.

7) If you are submitting a patch you should check with the maintainer whether the issue has already been patched or if a fix is in the works. Patches should be accompanied by test cases.

Asking a question

If you would like to ask a more general question there is the Spreadsheet::ParseExcel Google Group.

Maintainer(s)

DOUGW, JMCNAMARA, KWITKNR

Bugs

ID Subject Status Severity Last Updated Broken in Fixed in
93651 Old repository information in META.* resolved 7 years ago 0.63 0.64
47072 Bug in ExcelLocaltime (Patch) resolved Normal 7 years ago 0.49 0.64
93142 Date format strings with commas crash resolved 7 years ago 0.59 0.64
48450 Error in ParseExcel (Row Height) resolved 7 years ago 0.61
56236 Spreadsheet::ParseExcel::_get_content() allow any 'IO::' objects to be read resolved Wishlist 7 years ago 0.55 0.63
11500 ucs2 issues (Unicode issue) resolved Normal 7 years ago 0.2603
93065 Colors black and auto return white resolved 7 years ago 0.59 0.63
12946 Allow more flexible filehandle specifications resolved Wishlist 7 years ago 0.2603 0.63
7376 Warnings during parsing of excel sheet (Unicode issue) resolved Unimportant 7 years ago 0.2603
52830 Format for 0x00 should be General resolved 7 years ago 0.62
93138 Can't use an undefined value as an ARRAY reference from get_column_widths resolved 7 years ago 0.59 0.62
70809 Issue: Democode mixes up sheets (Spreadsheet-ParseExcel-0.2602) resolved 7 years ago
50205 Wrong documentation in Spreadsheet::ParseExcel::Worksheet resolved Normal 7 years ago 0.50
0.51
0.52
0.53
0.54
0.55
0.62
20791 Truncating UCS-2 to 8 bit silently results in data loss with no warning (Unicode issue) resolved Critical 7 years ago 0.2603
17186 Patch: Support for lower memory consumption; croak on protected excel files; circular reference in Spreadsheet::ParseExcel resolved Normal 7 years ago 0.2602
0.2603
16254 Unicode support resolved 7 years ago
62953 SaveParser omits merged area format resolved 7 years ago 0.60
93425 Color index leaks from one workbook to another. resolved 7 years ago 0.59 0.61
93367 Hidden rows and column attributes aren't exposed resolved Important 7 years ago 0.59 0.61
93378 Hidden sheet attribute is not exposed resolved 7 years ago 0.59 0.61
93379 Tab color is not exposed resolved 7 years ago 0.59 0.61
93393 Unable to determine active worksheet resolved 7 years ago 0.59 0.61
93500 Fwd: Unexpected [RE] included in Cell Contents resolved 7 years ago 0.61
12464 New method to break cyclic references resolved Wishlist 7 years ago 0.59
43250 CellHandler isn't localised to object resolved 7 years ago 0.60
89409 xlsm - No Excel data found in file. resolved 7 years ago
88988 Bug - No Excel data found in file. resolved 7 years ago
57705 Errors on 'make test' of Spreadsheet-ParseExcel-0.57 resolved 10 years ago
62073 Apostrophe issue in cell resolved 10 years ago
62349 Cells contain Number-format data with 16 digits are greater are read as scientific notation formatted strings resolved Important 10 years ago 0.57
24693 PLEASE add Unicode::Map as prereq in Makefile.PL. resolved Important 10 years ago 0.28
60547 Problem with currency formats resolved 10 years ago 0.57
60520 problem with 0 enterpretation resolved 10 years ago
59204 Parse fails on older (v5?) files resolved 10 years ago
61299 apostrophe issue resolved 10 years ago
61320 Small typos in POD resolved Unimportant 10 years ago 0.57
52670 Build.PL missing resolved Normal 11 years ago
52949 ParseExcel missing some formatting info resolved 11 years ago
47978 Cannot parse password-protected Excel files. resolved 11 years ago
51033 ParseExcel kills system if handed a protected workbook resolved 11 years ago
48967 Bug in Spreadsheet::ParseExcel::Utility::int2col() resolved 11 years ago
28861 Use of uninitialized value in string eq at... (Scalar FH issue) resolved 11 years ago 0.32
45626 Numeric Rounding Errors resolved 11 years ago
47745 make: Fatal error: Command failed for target `test_dynamic' for Spreadsheet-ParseExcel-0.49 resolved 11 years ago
43638 date format bug resolved 11 years ago
44009 bug with skipping chart-workbooks resolved 11 years ago
45009 Bug in Utility::ExcelFmt with 3-Part Formats (Patch) resolved Normal 11 years ago 0.49
45502 ExcelFmt misunderstands multiple dots in formats resolved 11 years ago
44021 Utility.pm - problem observed resolved 11 years ago
48831 Invalid date causes hang resolved 11 years ago
47905 Use of uninitialized value in length resolved 11 years ago
18063 Perl warnings on lines 1789, 1790 (RK Number error) resolved Normal 11 years ago 0.2603
41337 Spreadsheet::ParseExcel::Utility::xls2csv resolved 12 years ago
14278 Drop or at least document the overload on Worksheet resolved Important 12 years ago 0.2603
20526 Bugs in Spreadsheet-ParseExcel-0.2603 (Date format issue) resolved 12 years ago
40307 Date formatting problem resolved 12 years ago
31206 ParseExcel does not cope with "extra" formats (Date format issue) resolved Important 12 years ago 0.32 0.32
13273 Unable to parse Excel 2003 spreadsheet with charts containing external references resolved Critical 12 years ago 0.2603
1380 Spreadsheet tab (sheet) name is incorrect (Worksheet order issue) resolved Important 12 years ago 0.26
13365 mis-parsing worksheet of workbook with graphs of data on second worksheet resolved 12 years ago 0.2603
41192 Possible bug with date values resolved 12 years ago
42425 Undesirable use of $& variable within Spreadsheet::ParseExcel resolved Important 12 years ago 0.44
0.45
42442 Quick fix in Makefile.PL for VMS resolved 12 years ago 0.45
42518 lvalue substr() is slow resolved Wishlist 12 years ago
34040 numify errors in ParseExcel and Storage_Lite resolved Important 12 years ago 0.32
30677 0xEF PHONETIC in BIFF8 resolved 12 years ago 0.33
35678 Spreadsheet::ParseExcel crash on big entries or non-english characters? resolved Important 12 years ago 0.32
41813 substr outside of string at /usr/lib64/perl5/site_perl/5.8.8/Spreadsheet/ParseExcel.pm line 1672. resolved 12 years ago
26078 test failures under ActivePerl build 820, Win XP resolved Important 12 years ago 0.30
28445 bug report resolved 12 years ago
37571 Rewriting a spreadsheet turns numbers(general format) into text format resolved Important 12 years ago 0.32
7206 column with category 'Number' format 'General' gets the string GENERAL when accessing value resolved Important 12 years ago 0.2603
17183 Cell->Value() returns just "GENERIC" in some cases resolved Normal 12 years ago 0.2603
20539 in Spreadsheet-ParseExcel-0.2603 resolved 12 years ago
17937 "Mergin" is a typo. resolved Normal 12 years ago 0.2603 0.2603
14715 Can't Parse Excel File resolved Normal 12 years ago 0.2603
33514 bug: lost images after save xls file resolved 12 years ago
32139 Cannot pass test resolved Important 12 years ago 0.32
39151 Spreadsheet::ParseExcel::SaveParser documentation resolved Unimportant 12 years ago 0.32
37904 question related the perldoc help text resolved 12 years ago
41017 Packaging / CPAN error resolved 12 years ago
41626 Small bug in Spreadsheet::ParseExcel::SaveParser resolved 12 years ago 0.33
42008 cell value incorrect resolved Important 12 years ago 0.33
41579 Permission to check in slightly modified code from this project into another resolved Normal 12 years ago 0.41 0.41
37601 Four Digit Years resolved 12 years ago
40522 Wrong numeric parsing! resolved 12 years ago
14522 Margins <= 1 results in divide error resolved Normal 12 years ago
31380 Spreadsheet::ParseExcel::SaveParser doesn't pre-load Spreadsheet::ParseExcel resolved Important 12 years ago 0.32
39892 error in value parsing resolved Important 12 years ago 0.33
37261 negative time bug resolved 12 years ago
40061 wrong parsed value for euro symbol resolved Normal 12 years ago 0.32
0.33
1226 Script ends at sub _convBIFF8String call if Header/Footer are unset in worksheet resolved Important 12 years ago 0.26
26080 Base class package "Spreadsheet::ParseExcel::Workbook" is empty resolved Important 12 years ago 0.28
0.29
0.30
21461 allow creating large Spreadshet files resolved Wishlist 12 years ago
14600 Format handling cannot deal with Unicode formats [PATCH included] resolved Critical 12 years ago 0.2603
760 Error parsing Excel 2000 workbooks resolved Critical 12 years ago 0.26
563 Massive memory use when Import excel workbooks resolved Important 12 years ago 0.2407
20420 odd error resolved 14 years ago
24267 Missing prerequisites resolved Important 14 years ago
24293 Spreadsheet::ParseExcel::Workbook->Flg1904 documented incorrectly as Flag1904. resolved 14 years ago
24990 prerequisite Jcode resolved 14 years ago
670 EXCEL 2000 not parsed resolved Critical 19 years ago 0.25