- Recommend:
- 0 Comments
Spreadsheet Tips
Publish your worksheet on a Web page, keep Excel files from automatically loading.
Put Your Spreadsheet on a Company Web Page
I have a simple worksheet that I'd like to display on my company's Web site. Site visitors could enter values into the input cells, and the worksheet's formulas would calculate and display the result (a price estimate). I'm not talking about a fancy order-taking system, just a way to provide spreadsheet interactivity over the Web. Any suggestions?
Robert Awkins, Corona, California
Why not simply make your worksheet available for downloading from the company's Web page or FTP site? Visitors might prefer to use it offline. For maximum compatibility, make the file available in Lotus wk1 format or Excel 4 format.
All other options currently involve some programming or special software tools. If you want a truly interactive online worksheet, you can pursue a number of approaches. The traditional one is to use HTML forms, with text boxes for input. The user enters data and clicks a Submit button. The data goes to the server, where it's processed (usually by a CGI program), and the user receives the results as a new HTML document. Not exactly instant gratification, but it works fairly quickly. You have to do some programming, however.
If all your customers use browsers that support Java (Netscape Navigator version 3, Netscape Communicator, or Internet Explorer 3 or later), you can write JavaScript code to process the user's entries and display the results. Since the calculations occur on the client side, data doesn't have to be sent to and from the server, making this option more efficient than a CGI program.
Several products automate this process to provide slick spreadsheet access in a Web page. Visual Components, for example, offers Formula One (an ActiveX control that works with Internet Explorer) and Formula One/Net (a Navigator plug-in).
For a more general solution, consider the Visual Numerics SmartTable. It converts Excel spreadsheets into Java applets, which work on both Explorer and Navigator (see FIGURE 1).
|
|
- Page 1 of 4
- Next »
Would you recommend this story? YES NO
- Recommend:
- 0 Comments
-
Master Windows 7!
Our expert guide will help you get the most out of Windows 7.
-
PCWorld on your iPad!
PCWorldDaily gives you the best from our experts each day.
-
IdeaPad U300s If there's a laptop that deserves the moniker "Ultrabook" it's the Lenovo IdeaPad U300s.
Buy now direct from Lenovo -
ThinkPad X220 Fast and light, with great input ergonomics and battery life, this powerhouse ultraportable is best-of-breed.
Buy now direct from Lenovo -
ThinkPad T420 Just about every IT person we know swears by the T series--for their clients and themselves.
Buy now direct from Lenovo
- 12 Criteria for Selecting the Best ERP System Replacement An ERP system is your information backbone and reaches into all areas of your business and value chain. Replacing it can open unlimited business opportunities. This white paper explains the 12 criteria that allow you to identify and select the solution that will meet these expectations.
- Leveraging Social Computing Technologies for ERP Applications This white paper details how Web 2.0 technologies support business strategies by improving efficiency, productivity, and collaboration.


























