Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export to excel using aspose
Message
From
08/03/2011 16:10:57
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01502896
Message ID:
01502958
Views:
32
>>HI
>>
>>I'm using aspose.cells to export some data to excel.
>>
>>The site uses excel2003 so I need to cater for more than 65000 rows being in the datatable.
>>
>>The datatable is created by a stored procedure.
>>
>>Any thoughts on my best option.
>>
>>Is there any way I can access parts of the datatable ?
>>
>>the Import is statement is
>>
>> myWorksheet.Cells.ImportDataTable(dtData, True, "A1")
>
>You mean you want to be sure of not attempting to import more the 65K rows ?
>I've not used aspose but it looks as if there are overloads to ImportDataTable() that lets you specify the number of rows. e.g:
>http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/aspose.cells.cells.importdatatable_overload_8.html

Thanks Viv

how come you seem to see theses things and I don't :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform