Hi,
I'm having problems importing certain excel files with the function ImportExcelFile() of the Aspose.Grid.Web.GridWeb class.
The browser starts loading for a while (over 1 min) and it ends up with a "Internet Explorer can't open this web page" page.
The size of the file (about 300kb) is not the problem because i can import files of 6 mb in about 20sec. I can't send you the excel files with which i have problems because they contain sensitive informations but i can tell you that they contain a lot of formula's, references and named ranges.
Here's the code for the importation :
If FileUpload1.PostedFile IsNot Nothing Then
Try
GridWeb1.WebWorksheets.ImportExcelFile(FileUpload1.FileContent)
Catch ex As Exception
Trace.Warn(ex.ToString())
End Try
End If
If i break the execution in debug mode i can see that it's stuck on the ImportExcelFile instruction.
Please help me find out what's wrong.
Thanks
Could you please send your file to nanjing@aspose.com? We can sign an NDA with you.
And you can try to download and use Aspose.Cells to see if it can open your file correctly.
I can't send you the file right now but i tried to open it using Aspose.cells and it worked. Other than that i didn't have time to make further testing on this.
I'm going to see if i can send you the excel file tomorrow but in the meantime can you tell me what's the NDA thing?
NDA means Non-Disclosure Agreement.
Some other users also met similiar issues before. Generally we sign an NDA with them before getting files with sensitive data.
Your file will be definitely helpful for us to figure out this problem. Thank you very much.
I'm sorry but i really can't send you the file.
I got someone working on reproducing the problem with another excel file but since we don't have a lot of time to spend on this at the moment i don't know how long it will take.
I'll let you know as soon as we can reproduce the problem.
Thanks for your time