Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Letting users calculate Excel forms on the web while hiding the logic

(cross-posted to m.p.e.misc and m.p.e.programming to get various
suggestions - sorry about that if offense is taken)

Hello,

We have a number of Excel documents containing formulas and calculations
based on a number of input cells. We want to make these calculations
available on our website, but it's very important that the formulas
remain secret.

I figured that to be sure that malicious users won't be able to get the
formulas involved, they have to be calculated on a server.

As an absolutely last resort, we could recreate the logic in a proper
ASP.NET web site, but this is very tedious and makes updating the
calculations a nightmare. Preferably, one would only have to update the
Excel sheet to make the web calculation similarly updated.

Do anyone have suggestions on how we can accomplish this?

I've taken a look at a couple different "spreadsheet to web converters",
but none of them seem particularly robust and reliable.


Regards,
Nils Magnus
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Letting users calculate Excel forms on the web while hiding the logic

Have you considered KDCalc?

http://www.kdcalc.com/

One thing is for sure - if you put a workbook on the web you might as well
stick your formulas on a billboard.

--
Jim
"Nils Magnus" wrote in message
...
| (cross-posted to m.p.e.misc and m.p.e.programming to get various
| suggestions - sorry about that if offense is taken)
|
| Hello,
|
| We have a number of Excel documents containing formulas and calculations
| based on a number of input cells. We want to make these calculations
| available on our website, but it's very important that the formulas
| remain secret.
|
| I figured that to be sure that malicious users won't be able to get the
| formulas involved, they have to be calculated on a server.
|
| As an absolutely last resort, we could recreate the logic in a proper
| ASP.NET web site, but this is very tedious and makes updating the
| calculations a nightmare. Preferably, one would only have to update the
| Excel sheet to make the web calculation similarly updated.
|
| Do anyone have suggestions on how we can accomplish this?
|
| I've taken a look at a couple different "spreadsheet to web converters",
| but none of them seem particularly robust and reliable.
|
|
| Regards,
| Nils Magnus


  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Letting users calculate Excel forms on the web while hiding thelogic

Crossposting may not get you any additional responses--most regulars read both
these groups. But it won't hurt, either.

If you keep the formulas in excel, you can lock the cell (and hide the formula)
and then protect the worksheet. But the bad thing is that worksheet protection
is easily broken. Your formulas could be exposed to anyone who really wanted to
see them.

If you move the logic to a macro (VBA), then protect that workbook's project,
this isn't safe either. The project's password can be broken, too.

If you want to create a compiled addin (beyond me), then you may want to read
Chip Pearson's site.
http://www.cpearson.com/excel/CreatingCOMAddIn.aspx


Nils Magnus wrote:

(cross-posted to m.p.e.misc and m.p.e.programming to get various
suggestions - sorry about that if offense is taken)

Hello,

We have a number of Excel documents containing formulas and calculations
based on a number of input cells. We want to make these calculations
available on our website, but it's very important that the formulas
remain secret.

I figured that to be sure that malicious users won't be able to get the
formulas involved, they have to be calculated on a server.

As an absolutely last resort, we could recreate the logic in a proper
ASP.NET web site, but this is very tedious and makes updating the
calculations a nightmare. Preferably, one would only have to update the
Excel sheet to make the web calculation similarly updated.

Do anyone have suggestions on how we can accomplish this?

I've taken a look at a couple different "spreadsheet to web converters",
but none of them seem particularly robust and reliable.

Regards,
Nils Magnus


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Letting users calculate Excel forms on the web while hiding thelogic

Two other alternatives are Sharepoint Excel Services ($7000)

and SpreadsheetConverter to ASP & ASP.NET ($149 per developer). It
generates an ASP.NET page from an Excel spreadsheet with formulas. All
the calculations will work on the ASP.NET-web page.

http://www.spreadsheetconverter.com/excel-asp-net.htm

Detailed info about security at

http://www.spreadsheetconverter.com/faq/faq-secret.htm

Regards,

Mattias at SpreadsheetConverter


On Apr 18, 4:33*pm, "Jim Rech" wrote:
Have you consideredKDCalc?

http://www.kdcalc.com/

One thing is for sure - if you put a workbook on the web you might as well
stick your formulas on a billboard.

--
Jim"Nils Magnus" wrote in message

...
| (cross-posted to m.p.e.misc and m.p.e.programming to get various
| suggestions - sorry about that if offense is taken)
|
| Hello,
|
| We have a number of Excel documents containing formulas and calculations
| based on a number of input cells. We want to make these calculations
| available on our website, but it's very important that the formulas
| remain secret.
|
| I figured that to be sure that malicious users won't be able to get the
| formulas involved, they have to be calculated on a server.
|
| As an absolutely last resort, we could recreate the logic in a proper
| ASP.NET web site, but this is very tedious and makes updating the
| calculations a nightmare. Preferably, one would only have to update the
| Excel sheet to make the web calculation similarly updated.
|
| Do anyone have suggestions on how we can accomplish this?
|
| I've taken a look at a couple different "spreadsheet to web converters",
| but none of them seem particularly robust and reliable.
|
|
| Regards,
| Nils Magnus


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Letting users calculate Excel forms on the web while hiding the logic Nils Magnus Excel Discussion (Misc queries) 3 April 20th 08 10:51 AM
hiding worksheets from certain users with passwords [email protected] Excel Programming 3 October 11th 06 09:07 AM
filling combox box with same logic in 2 < forms François Excel Programming 0 March 31st 06 12:07 PM
Excel 2003 is not letting me select all cells Alina New Users to Excel 1 March 1st 06 09:21 AM
Hiding rows by a logic formula Anton[_3_] Excel Programming 4 September 8th 04 01:58 PM


All times are GMT +1. The time now is 09:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"