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.

From $127
Buy a license today and start creating forms and online calculators.

There are no additional costs; there are no royalties to pay when your web site visitors use the resulting web pages.

Customer Support
6 month free email support included.

If you have any presale questions, contact support.

Click here to contact customer support

Client vs server-based calculation

HTML, Flash and iPhone/Android calculate in the browser

Both SpreadsheetConverter HTML, Flash and iPhone/Android do all calculations inside the browser. There are several advantages with this:

  • You get the best speed, since the network is not involved once the web page is downloaded.
  • Browser-based applications scale very well to handle many simultaneous users, since your web server is only serving the page to the browser, after which everything is done locally.
  • This solution provides off-line calculation. With SpreadsheetConverter iPhone/Android, it may be crucial that the calculator works also without a network connection.

ASP.NET calculates on the server

With the ASP.NET flavor of the product, the browser only does the presentation of the calculation, not the calculation itself.

In order to get the best graphical experience, we use AJAX to update the web page in the background. The user experience is unchanged, since the cells immediately show updated values.

Advantages with server-based calculations:

  • For very large spreadsheets, the calculations are faster, especially if only a part of the spreadsheet is visible on the web page.
  • Thanks to AJAX technology, SpreadsheetConverter can create a very responsive user interface also for server-based applications. Read more about AJAX in Wikipedia.
  • It is much easier to integrate your solution with back-end systems and databases.
  • This is the best solution for password-protected web pages, since the pages cannot be used without access to the server.
  • Since most of the programming code runs on the web server, the web page becomes smaller and can be downloaded faster.

Illustrations

The first state diagrams shows how SpreadsheetConverter HTML, Flash and iPhone/Android pages work.

Browser-based calculations (Press Ctrl-Click for full size)

The second state diagrams shows how SpreadsheetConverter ASP.NET and Classic ASP pages work.

Server-based calculations (Press Ctrl-Click for full size)

With SpreadsheetConverter Java/JSP, the whole page is sent from the web server to the client after each calculation.

Printer-friendly