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

Protect content

How secure is SpreadsheetConverter for HTML, can anyone see my formulas?

Since the formulas are converted into JavaScript and the JavaScript formulas are in plain text on the web page, anyone who selects ‘View Source’ in the browser can see the resulting JavaScript. In a couple of hours, a person knowledgeable in JavaScript will be able to reverse-engineer the original spreadsheet.

Therefore, if you need to keep the formulas secret, SpreadsheetConverter for HTML is not for you.

The products SpreadsheetConverter for Java/JSP and SpreadsheetConverter for ASP&ASP.NET solves this problem, since the formulas will never leave the web server.

Microsoft has a solution that only works for Internet Explorer called Script Encoder. The solution is not totally secure, but makes reverse engineering much more difficult. It is a simple command-line tool that enables script designers to encode their final script so that Web hosts and Web clients cannot view or modify their source. More information about the Script Encoder can be found here:

http://msdn.microsoft.com/library/default.asp?url=/library/e n-us/script56/html/SeconScriptEncoderOverview.asp

There are also other solutions out there, for example WebLockPro.com, which claims to encrypt the web page. Here you can read how to circumvent some of them:

http://www.vortex-webdesign.com/help/hidesource.htm

However, do not believe that your Excel spreadsheet is secure. There are a lot of hacks out there that removes the protection and passwords.

Does SpreadsheetConverter allow me to change cell formulas at runtime?

No, SpreadsheetConverter protects formulas from change.

How can I secure my SpreadsheetConverter calculator?

Place it on an HTTPS:-site and password protect it. How to password protect depends on which type of webserver you are using.

I do not want someone to have the ability to copy my program/code and post my intellectual property on another website.

Then you should use the ASP or JSP-solution. The formulas will never leave the web server.

Is it possible to have the web page password protected?

Password protection is handled by the web server.

For example if you use a Microsoft web server, you will create a separate directory for all password protected files. Then configure this directory to use passwords.

How do I protect certain cells so that entries cannot be made to them?

The user can only edit input cells. All other cells and formulas are automatically protected on the web page.

It is our intention to make the spreadsheet a chargeable product and therefore we want to protect the work by disableing the ability to save to a local machine.

Use the ASP or JSP-solution.

I want users to be able to modify only certain ranges within a sheet. I can do this in Excel under Tools / Protection / Allow users to edit ranges. Will your application support this type of protection?

The user will never be able to edit the formulas on the web page, so this protection is always there.

How make users login before using my calculator?

If you are using SpreadsheetConverter/ExcelEverywhere to HTML and want your users to login before they can use the calculator, the solution is to use the authentification of the web server to handle this. Both Internet Information Server (IIS) and Apache handles this.

If you use IIS, you can create normal Windows users and deny guest access to your web server.

If you use Apache, here is an article describing it: Protect Web sites with Apache Server's HTTP authentication system. Alternatively, you can program the authentification yourself. Secure your Web pages with custom authentication Or, you can use ASP.NET's form authentification. A simple solution is to store name + password in web.config. ASP.NET Form Authenticiation tutorial The SpreadsheetServer also handles logins.

Is the JavaScript encrypted?

No, we only have removed the new lines. If you want to make it easier to view the source, all you need to do is replace ";" by ";" followed by a new line.

I have IIS web server and ASP.NET has authentification. Can I use this to password protect the pages generated by SpreadsheetConverter to HTML/JavaScript?

Yes.

Change the extension from .htm to .aspx. Then, you should be able to use ASP.NET authentification system.

Printer-friendly