Show Excel Menu in Internet Explorer

Hi,

How can export excel to IE with Excel Menu Bar show in the browser?
Please advise. Thanks you.

Hi,

Alphabetical List of Products is what you want?


Great, this is what I am looking for. The Excel menu bar.
Can you provide the code to acheive this?

Thanks.


Hello,

Did you download Aspose.Excel?

You can find the source code at the folder Aspose/Aspose.Excel/Demos.

Hi,

I using the method as specify in the example, but still couldn’t get the excel menu bar to show on the browser. Am I missing somehing here?


excel.Save(SectionName+" - “+ClientName+” ("+CurrectDate+").xls", SaveType.OpenInBrowser, FileFormatType.Default, this.Response);


Hi,

1. Is the demo working?

2. It should be a Web app.

3. The filename should not include its path.

4. If still not working, please find another machine with another version of IE to try it.

Thanks for your cooperation.

Hi,

Using the same browser, I tried to access both your example and my site.
The excel menu show up on yours but not on mine.

I thought this is the only code that matter or we also need to consider how we generate the excel sheet? : (

excel.Save(SectionName+" - “+ClientName+” ("+CurrectDate+").xls", SaveType.OpenInBrowser, FileFormatType.Default, this.Response);

Thank you for you attention to this matter.

Hi,

I assume your filename caused the failure.

So could you use a simple, hard coded name, for example, Test.xls, to test your code?

Then let me know what happens.

Hi,

Not working even if I hardcode the filename. : (
Is there some page property I have to set?

Please advice. Thanks.

Hi,

Does the demo in your machine run correctly?
If yes, please post more of your code here.
Otherwise, try in another machine.

This problem may be cause by MS Office setting problem.