Safee wrote:
The code which i have is for TideStone Formula One ActiveX Spreadsheet..
I wanted to know "IF" we can multithread a spreadsheet..depending on
any general design patterns available for Spreadsheets..

And what are you trying to achieve? Allow modifications to a spreadsheet from several threads, or use multiple threads for something like the calculation of a single spreadsheet? Both seems possible in principle.


Is MS Excel multithreaded? also is Calc multithreaded?

Calc isn't multithreaded. API access from multiple threads is synchronized using a single mutex.


Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to