Migrate a Excel Spreadsheet

  • Thread starter Thread starter Capinvest
  • Start date Start date
C

Capinvest

Hello,

Is there any way to migrate an Excel spreadsheet to a
standalone product? In other words, is there a way to
operate a excel spreadsheet without the Excel program. If
so what would be the basic steps, ie purchase from a third
party, c++ programming? I appreciate any help with this
matter. Thanks.
 
Cap,

If you migrate it to a standalone, it ceases to be Excel, and you lose the
Excel functionality. So anything Excel does, such as worksheet formulae, you
need to build. Seems wasteful to me.

If however you mean can you control Excel from another product, the answer
is yes, via automation. It takes a fair amount of code, but it is possible.
 
Thanks for your help.
-----Original Message-----
Cap,

If you migrate it to a standalone, it ceases to be Excel, and you lose the
Excel functionality. So anything Excel does, such as worksheet formulae, you
need to build. Seems wasteful to me.

If however you mean can you control Excel from another product, the answer
is yes, via automation. It takes a fair amount of code, but it is possible.

--

HTH

Bob Phillips




.
 
Back
Top