Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export to excel using aspose
Message
From
09/03/2011 07:31:16
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01502896
Message ID:
01503010
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

Hi Viv

that allows me to restrict the number of rows imported but not set the start point in the datatable.

Do you know off hand is it possible to read in part of a datatable. So I could set the start point in the data import and the number of rows I want

Thanks

Nick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform