function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rdearnrdearn 

Opening Excel spreadsheet in Salesforce new tab

Hi all,
 
Is there any way to open an Excel spreadsheet within a new tab of Salesforce?
 
Thought about doing something like this:
 
<html>
<HEAD>
<META HTTP-EQUIV=REFRESH CONTENT="0;FILE=New.xls">
<Center>
<P>Loading sheet</P>
</Center>
 
but didnt work.
 
Any ideas greatly appreciated
 
thanks
Ron HessRon Hess
Look into Office Web Components
from MS, it's not the same as a full excel worksheet, but is designed to open in a browser
SpirusSpirus

Does anyone have any suggestions about how to open/edit/ create views of specific data of an Excel spreadsheet in Salesforce new tab?

We have an excel spreadsheet with sales data of our salesmen and we want to display them in a tab and be able to create views depending on the users profiles.

Thank you!