View Issue Details

IDProjectCategoryView StatusLast Update
0004812MMW v4Framework: Scripts/Extensionspublic2011-07-07 08:05
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionreopened 
Product Version3.0 
Summary0004812: Excel Track List Export song ammount limitation
DescriptionWhen exporting a large quantity (>65534) of songs to Excel, the export script fails. I assume that this is due to the row limitation of Excel.

The user reports an error in line 444 of the script while using Excel 2007, I got an error in line 442 while using Excel 2003 when trying to reproduce this error.

User claims that Excel 2007 supports more rows than 65536 row limitation of Excel 2003 and older. I can't confirm that this is the case.
Additional InformationTicket: 1670
Forum: http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=58514
TagsNo tags attached.
Fixed in build

Activities

jiri

2008-11-27 14:18

administrator   ~0015185

Yes, this is really Excel limitation. Excel 2007 seems to support more rows, but maybe that COM interface we use for communication causes this problem. CSV export can be used to prevent this problem.

lowlander

2011-06-10 19:14

developer   ~0026026

Can a message be shown to the user when more tracks than the Excel limit have been chosen for export instead of having the script throw an error?

jiri

2011-06-13 06:22

administrator   ~0026069

Peke, please test whether this is a generic Excel limitation or whether it is no longer a problem for newer versions.

peke

2011-07-04 10:32

developer   ~0026503

There is still some sort of limitation as on my other PC that have office 2007 MM locks when exporting >65534 bot not always on track 65535 only thing is in common is that it needs to be more than >65534 in query.

Additionally: for later Mm versions we should consider including OpenOffice in export. See more details here http://www.oooforum.org/forum/viewtopic.phtml?t=8878

jiri

2011-07-07 08:05

administrator   ~0026599

Ok, please modify the Export script if needed.