"Compilation" d'une feuille Excel / Compiling an excel sheet

  • Thread starter Thread starter mk
  • Start date Start date
M

mk

English below.


Bonjour,

Dans le cadre d'un développement, nous incorporons un algorithme de
calcul d'un de nos clients dans un applicatif. Aujourd'hui, le client
maintient ses méthodes de calcul sous Excel et voudrait continuer.

Existe-t-il un moyen (autre que OLE) pour transformer une feuille
Excel en une Dll (ou tout autre chose) à qui on pourrait passer les
valeurs des cellules d'entrée et récupérer la ou les cellules de
résultats. Il faut pouvoir utiliser cela dans le cadre d'un site WEB,
donc avec de multiples accès simultanés.

Merci

Marc

===============================================================================

Hello,

In one of our development, we would like to use an Excel sheet as a
calculation engine, without using OLE (we want to use it on a web
site, so multithread).

Is there a possibility to compile an excel sheet into a dll (or
something else) to which we can give the entering data and get back
the result.

Thank you

Marc

==========================
news@#NOSPAM#kures.net
 
Not really. The intelligence/calculation logic is in the excel application.
That said, I believe there is a way to use Excel as a DLL although I
personally don't know the particulars. I believe it was documented in the
Excel 4.0 software developers kit if you can locate a copy of that. You
might post this in Microsoft.Public.Excel.SDK.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top