Hi,
We would like to know if Aspose library can create table as following. Since this is something that microsoft can support.
Excel 2003
Worksheet size 65,536 rows by 256 columns
http://office.microsoft.com/en-us/excel/hp051992911033.aspx
Excel 2007 limits
Worksheet size 1,048,576 rows by 16,384 columns
http://office.microsoft.com/en-us/excel/HP100738491033.aspx
In Microsoft Office PowerPoint 2003 and earlier, tables had a maximum size of 25 rows by 25 columns
http://office.microsoft.com/en-us/powerpoint/HA102118841033.aspx
In PowerPoint 2007, the maximum table size has increased to 75 rows by 75 columns.
http://office.microsoft.com/en-us/powerpoint/HA102118841033.aspx
And more, when we try to create Excel 2003 with table of 775(Rows) X 50(Columns) = 38750(Cells) and Powerpoint 2003 with table of 375(Rows) X 10(Columns) = 3750(Cells) in single slide, Program failed with Java heap space error.
Do we have some performance/limitation numbers like what is maximum table can be supported and what should be heap size to support export of large-sized table?