You can also use this Java library : http://www.andykhan.com/jexcelapi/

Jonathan Pryor wrote:
On Tue, 2006-01-31 at 10:24 +0100, "ZABALA CALVO, IÑAKI" wrote:
  
I am trying to read and write Excel .xls files
I have tried it with COM:
    

Mono does not currently support COM interop, though Jonathan Chambers is
attempting such functionality...

If you want to write Excel files, you'll either need to skip Mono
entirely (use .NET instead or _vbscript_ or...), or you could look into
alternate .xls creation functionality (such as porting Jakarta POI to C#
or using Jakarta POI through IKVM -- see
http://jakarta.apache.org/poi/index.html).

 - Jon


_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list
  
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to