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:
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.
No, SpreadsheetConverter protects formulas from change.
Place it on an HTTPS:-site and password protect it. How to password protect depends on which type of webserver you are using.
Then you should use the ASP or JSP-solution. The formulas will never leave the web server.
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.
The user can only edit input cells. All other cells and formulas are automatically protected on the web page.
Use the ASP or JSP-solution.
The user will never be able to edit the formulas on the web page, so this protection is always there.
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 authentication 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 authentication. A simple solution is to store name + password in web.config. ASP.NET Form Authentication tutorial The SpreadsheetServer also handles logins.
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.
Yes.
Change the extension from .htm to .aspx. Then, you should be able to use ASP.NET authentication system.
Click on Download to install and test this Excel add-in for Windows.
Click on Upload to let us convert a spreadsheet for you for free.