#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Excel C API roadmap

Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 968
Default Excel C API roadmap

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010 (with
corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Excel C API roadmap

thanks

You mean the api's already exist and have been certified as compatible by MS?
IS this documented my MS somewhere?


"Charles Williams" wrote:

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010 (with
corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Excel C API roadmap

Incidentally Charles I was just looking on your site entirely by
cooincidence!?.
Is there a good place to ask for some advice on tracking down a perf issue
with a c# plugin for excel, that extends the available function in xl?

"Charles Williams" wrote:

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010 (with
corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default Excel C API roadmap

There is a new SDK for 2010
the C API is still the recommended add-in technology for 2007.

If you look here you may get some ideas on issues with C# and Excel
http://www.codematic.net/Excel-devel...udio-excel.htm
(.net UDFs have poor performance)

Cheers
Simon
Blog: www.smurfonspreadsheets.net


johnlon wrote:
Incidentally Charles I was just looking on your site entirely by
cooincidence!?.
Is there a good place to ask for some advice on tracking down a perf issue
with a c# plugin for excel, that extends the available function in xl?

"Charles Williams" wrote:

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010 (with
corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 968
Default Excel C API roadmap

Personally I would say c# UDFs have appalling performance rather than poor
.... although to be fair it is improving.

You can minimise the performance issues (but it will still be slower than
VBA and VB6) by
- optimising data transfer by assigning ranges to Object arrays rather than
processing cell-by-cell
- using one of the .Net Excel packages such as Addin Express, Managed XLL or
ExcelDNA (free) which use the XLL rather than COM Interop molasses-style
interface

Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com


"Simon Murphy" wrote in message
...
There is a new SDK for 2010
the C API is still the recommended add-in technology for 2007.

If you look here you may get some ideas on issues with C# and Excel
http://www.codematic.net/Excel-devel...udio-excel.htm
(.net UDFs have poor performance)

Cheers
Simon
Blog: www.smurfonspreadsheets.net


johnlon wrote:
Incidentally Charles I was just looking on your site entirely by
cooincidence!?.
Is there a good place to ask for some advice on tracking down a perf
issue with a c# plugin for excel, that extends the available function in
xl?

"Charles Williams" wrote:

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010
(with corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 968
Default Excel C API roadmap

Well, Excel 2010 is still in Beta so its still a work in progress ...
The C API has been extended in Excel 2010 to allow for 64-bit and
asynchronous UDFs etc.

So the C API has been extended in both XL2007 and 2010: does not sound like
its going to go away any time soon.

Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
thanks

You mean the api's already exist and have been certified as compatible by
MS?
IS this documented my MS somewhere?


"Charles Williams" wrote:

It is supported by Office 2010 for both 32-bit and 64-bit Excel 2010
(with
corresponding Vista/Windows 7 versions)


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"johnlon" wrote in message
...
Is there a published roadmap for the Excel C API.

Will it be supported in Office 2010?
What about Windows 7?

Thanks







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
plot roadmap chart in excel Dave Charts and Charting in Excel 0 November 21st 05 10:34 PM


All times are GMT +1. The time now is 04:36 AM.

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

About Us

"It's about Microsoft Excel"