Open Excel in 2 browsers

Dear support,

I have set the SaveType to “SaveType.OpenInBrowser”. And when I open the aspx page in 2 IE (Open the file), the second IE would prompt "A document with the name ‘xxxx.aspx’ is already open. You cannot open two documents with the same name, even if the documents are in different folders."

I know that excel cannot open 2 same file name at the same time. But the file name is diffencent in my code, and it seems that the IE used the .aspx as the filename during opening it. Do you know how to resolve this, such that I can use 2 broswers to open it?

Thanks

This is a routine of IE. You can try to use OpenInExcel option.