Join us for a quick tour of how you can use SpreadsheetConverter.

SpreadsheetConverter editions and prices.

Try the program for free in your own PC. Download and install this plug-in for Excel in Windows.

E-mail us your spreadsheet, and we will e-mail you the converted webpage for free. No installation or credit card required.

Visit our examples library to learn more about what the product can do for you.

Compare the different editions of the product to see which one is best for you.

If you need help during the free trial or as a paid customer, just contact our Help Center.


If you like the program, you must purchase a license before you publish your calculators on the web.

Upgrade an existing license from an old to a new version online.

Customer Support
6 month free email support.

Click here to contact customer support
Lost license key
I lost my license key, do I have to purchase a new license?
No, contact sales using the email address you used when you purchased, and we will send you the key.
Where is the non-trial version?
The trial version and the licensed version of SpreadsheetConverter are the same program. By entering the license key, the trial program converts itself into the full version.
FAQ
Newsletter subscription
Enter your e-mail address to subscribe to our e-mail newsletter.
 
 Why?

Import Excel spreadsheets and charts in TypePad

The easiest way to import an Excel calculator, live chart or smart form into a TypePad blog or website is to use SpreadsheetConverter Flash (Standard or Professional Edition). This tutorial will show you how to publish live Excel spreadsheets, charts and tables in TypePad as interactive Flash files.

Adding a live calculator or chart to your website adds value to your visitors and makes your website more interactive. SpreadsheetConverter converts Excel spreadsheets and charts to web-ready Flash files, that can easily be imported into your TypePad blog or website.

Screenshot of an Excel calculator published in a TypePad blog using SpreadsheetConverter

Background

Most TypePad blogs consist of just text and static images. A simple way to make your blog or website more interesting is to add a live chart, calculator or web form to it. Help your visitors solve their problems or visualize their situation!

To create this tutorial, we took a simple calculator for UK sales tax (value-added tax, VAT) and published it in a TypePad website. To be able to embed the Excel spreadsheet in a web page, we first converted it to Flash using SpreadsheetConverter Flash.

With this clever Excel plugin you can also create advanced tables, import complex charts or open live graphs in TypePad.

Creating the Flash calculator

Converting the spreadsheet to a Flash file was simple with SpreadsheetConverter Flash. We just opened the calculator in Excel and pressed the Convert button in the SpreadsheetConverter ribbon.

Screenshot of the SpreadsheetConverter ribbon in Excel, converting an Excel spreadsheet to a Flash file

After the conversion, the Flash file and two skeleton HTML files were placed in the designated folder.

Screenshot of the files created when converting an Excel calculator to Flash with SpreadsheetConverter Flash

Uploading the Flash calculator

To upload the calculator to the TypePad site we logged in to TypePad and selected Compose "New Post".

Screenshot of the TypePad Compose New Post screen

We clicked on the "Insert File" button and pointed to the .swf Flash file that SpreadsheetConverter created. The file was uploaded, and TypePad inserted a plain text link to the file into the post.

Screenshot of a plain text link to a file uploaded in TypePad

We needed to be able to refer to the Flash file later, so we went into HTML view and copied the address to the Flash file.

Screenshot copying a text link address in TypePad

Inserting the calculator into the web page

A plain text link wouldn't do. We wanted the Flash file to open directly in the browser, as a live object on the web page.

First we deleted the entire text link since we didn't need it anymore. Then we pasted a few lines of HTML code into the HTML view of the post in TypePad. You can find this code below; it's standard code for displaying a Flash object in a web page.


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500px" 
height="400px"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="<.swf file address>" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="<.swf file address>" quality="high" 
bgcolor="#869ca7" width="500px" height="400px"
        align="middle" play="true" loop="false" quality="high" 
allowscriptaccess="sameDomain"
        type="application/x-shockwave-flash" 
pluginspage="http://www.adobe.com/go/getflashplayer">
          </embed>
</object>

If you follow this tutorial, you must replace all the underlined text above with your own parameters. You must provide three values: the address of the Flash file that you uploaded (in two places above) and the width and height of the Flash object (in two places above) to avoid scrolling.

Here's what the post looked like when we were done:

Screenshot of the Flash object specification in TypePad

Viewing the result

We opened the web page in a browser and tested the calculator - it worked great. For every new value we entered into the Price field, it automatically calculated new amounts for VAT and Price, just like Excel.

Screenshot of an Excel calculator published in a TypePad blog using SpreadsheetConverter

Interested in learning more?

SpreadsheetConverter can publish almost any Excel calculator, chart, spreadsheet or electronic form on the web. For more examples, visit our Examples library.

Printer-friendly