Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml transformation big slowdown
Message
De
05/05/2006 17:46:20
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
XML
Titre:
Xml transformation big slowdown
Divers
Thread ID:
01119792
Message ID:
01119792
Vues:
66
I am experiencing another big slowdown in .NET. This time it is in regards to the Xsl transformation I am applying to the export to Excel.

Last week, we exchanged some threads in regards to the ability for a .NET application to export its dataset to Excel in a native spreadsheet. My ExportToExcel() method is using the following to apply the Xsl transformation:
            loXslCompiledTransform.Transform(loXmlDataDoc, Nothing, loStringWriter)
Well, during our tests, we had only two records. Today, I am trying to apply that against the data, where I have 826 rows in the dataset. We guess what! As it takes about 0.5 second per row, I am ending up with a browser timeout as it would take several minute for this Xls transformation process to complete. This makes this approach unnacceptable.

Anyone could explain this behavior as to know why it takes so long for the Xls transformation to execute?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform