http://bugs.winehq.org/show_bug.cgi?id=25954
--- Comment #24 from Hari S Goripati harigorripati@yahoo.com 2011-07-11 15:33:44 CDT --- today I am able to solve the problem. The tasks I performed were import, export, plotting, saving, edited the plot. Soon I will test batch processing, both workbook and graphing templates.
Wine version: 1.2.3 (built from the source code from macports.org along with winetricks) OS : MacOS X, Snow leopard.
After installing wine. I installed all the additional system files and dlls required as suggested in the following link.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21358
Adittionally, I also installed the following
1. comdlg32.dll 2. msxml6 3. comdlg32.ocx 4. vcrun2003 5. vcrun2005 6. vcrun2008.
Then you have to override the following builtin(wine) with native(Windows) libraries.
1.comctl32 (native,builtin) 2.msvcr80 (native,builtin) 3.msvcr90 (native,builtin) 4.msxml3 (native) 5.msxml4 (native,builtin) 6.msxml6 (native,builtin)
Frankly I don't know which one worked. But after installing the above it worked like a charm for me.
If it doesn't work even after doing this try installing vcrun2010 and/or vb*run. working around installing various dlls. the last option is to fall back to lower versions of wine.
Wish you the success.