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 e-mail 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

ASP

How do I pre-populate input fields with data retrieved from a database?

There are several solution. For example, you can send them over an URL with the syntax http://www.foo.com/calc.htm?bar=56 will set the field call bar to 56. You name cells in Excel.

This assumes that you are prefilling an input cell. Here is a better solution that can be used to set any value.

If you know ASP, the simplest solution is to take the HTML page, make it into a ASP-page over replace statements like

p1A1 = 1234

with

p1A1 = <%= reference to variable which contains the value for cell A1 on sheet 1 %>

where 1234 is the default value that you set in Excel and which you want to read from the database instead.

This solution also works for PHP.

If you want to set constants, see <a href="http://www.spreadsheetconverter.com/tutorials/programmers/in itialize-values-on-server/Default.htm">How to initialize values on the server</a>

I don't seem to be able to view the ASP files once saved.

In order to view them, you need a local installation of Microsofts web server Internet Information Server (IIS). IIS is not included in Windows XP Home and has to be installed separately in NT4 and Windows 2000.

Here you can read how to install IIS on Windows XP

http://www.webwizguide.com/kb/asp_tutorials/installing_iis_w inXP_pro.asp

Here you can read how to install IIS on Vista

http://www.howtogeek.com/howto/windows-vista/how-to-install- iis-on-windows-vista/

and

http://technet.microsoft.com/en-us/library/cc732624.aspx

Does the ASP-pages work on Sun Java System ASP 4.0

We haven't tested on Sun Java System ASP, so we cannot guarantee that it will work.

You can read more about Sun Java System Active Server Pages 4.0 here:

http://wwws.sun.com/software/chilisoft/

Where does the calculation take place?

The HTML-version calculates on the user's PC, the ASP and JSP version calculates on the server.

Thus, the user get the results instantly in the HTML-version.

How to I set a constant used by the calculator programmatically?

If you have created a calculator, and there are some constants you want to set, for example the current rate, then read the following:

How to initialize values on the server

Visual Studio is too expensive, any alternatives?

If you do not want to purchase VS, there are free alternatives.

Microsoft® Visual Web Developer® 2010 Express provides you with everything you need to start building standards-friendly Web applications

http://www.microsoft.com/express/Web/

Printer-friendly