Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Export to excel using aspose
Message
De
09/03/2011 07:31:16
 
 
À
08/03/2011 11:26:23
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01502896
Message ID:
01503010
Vues:
34
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform