Creating a web calculator using Excel

WoW! This makes system designs on blogs very easy!
With this tool, I will be coming up with interactive system designing tools.

Using Excel on the Web

Another typical use of Excel is a calculator. In the example below, it is a simplified version of a refinance calculator.

Users can enter new values for the loan, current and new interest rates, and the refinance fees, and get a calculation a graph for when the new mortgage will pay off.

In order to allow people to enter data in cells, you need to set AllowInteractivity=True and AllowTyping=True.

Step by step:

  1. Create the workbook
  2. Save or upload the workbook to a public folder in http://office.live.com
  3. Get the embed code for that workbook
  4. Embed it in your web page
  5. Change AllowInteractivity to true
  6. Change AllowTyping to true

Related posts:

  • How to embed Excel on a web page

View original post

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s