From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b424ec4b490c1d84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 05 Oct 2004 09:16:19 -0500 From: David Botton Newsgroups: comp.lang.ada Date: Tue, 5 Oct 2004 10:16:18 -0400 Message-ID: <2004100510161875249%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: excel files User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-CYO7HVQ+bFVyMrb6uVbMFXUPoHDU9jcAbglsqTHCw5J3wY9B1yMq5T4R9xgIrlFPamDego3PpwF/NHR!IB6yyNPIKK2rL2cP20vuveCsFwSnNgVzFnFfTwmlXHWNLDrUuUph3T4Mzgiwuw== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.19 Xref: g2news1.google.com comp.lang.ada:4723 Date: 2004-10-05T10:16:18-04:00 List-Id: You can use GNATCOM to access .NET components if you don't wish to have you APP be a .NET app also. DB On 2004-10-05 03:45:23 -0400, Georg Bauhaus said: > Martin Dowie wrote: > : "Alexandre Devaure" wrote in message : > news:4161a1b5$0$22589$636a15ce@news.free.fr... > :> Hello, > :> Does a library exist in Ada to read MS Excel files ? > :> I find nothing with google. > : : You should check out "GNATCOM" (under "COM/DCOM") @ www.adapower.com > > If there is a way to use Microsoft formatted files from .NET, > you could use that as well, using GNAT for .NET. > > > -- georg