Is there any Microsoft Excel library available under .NET reference?
Only COM Excel lib are available under project > reference. I feel the interopearatability between my app and Excel would be slow using a COM lib.
Any suggestions?
Printable View
Is there any Microsoft Excel library available under .NET reference?
Only COM Excel lib are available under project > reference. I feel the interopearatability between my app and Excel would be slow using a COM lib.
Any suggestions?
that is basically true. But I also think that COM is the only way to interact with MS-Office at the moment. Or you should define your own spreadsheet in your app, by using a spreadsheet control (if that exists... haven't been looking for it yet) or a datagrid or something like that...
Dozo