coldfusion - Data row limits on cfspreadsheet -


i loading 20,000 rows <cfspreadsheet>. throws error:

enter image description here

when limit number of rows 15,000, don't error.

is there hard limit on number of rows <cfspreadsheet> supports?

this sounds similiar issue had here: how fix spreadsheetaddrows function crashing when adding large query?. if have cf10 might in luck 'cause should fixed (as of update 10 @ least).


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -