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,bf5b9dd25bce8048 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!hwmnpeer01.lga!hwmedia!news-server.columbus.rr.com!tornado.ohiordc.rr.com.POSTED!53ab2750!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: ADA Excel API References: User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) Message-ID: Date: Sat, 18 Jun 2005 04:24:35 GMT NNTP-Posting-Host: 65.31.62.213 X-Complaints-To: abuse@rr.com X-Trace: tornado.ohiordc.rr.com 1119068675 65.31.62.213 (Sat, 18 Jun 2005 00:24:35 EDT) NNTP-Posting-Date: Sat, 18 Jun 2005 00:24:35 EDT Organization: Road Runner High Speed Online http://www.rr.com Xref: g2news1.google.com comp.lang.ada:11461 Date: 2005-06-18T04:24:35+00:00 List-Id: In article , "Rebecca & Firinde" wrote: > Hi, > > I am looking for an Ada API to access Microsoft Spreadsheets, on Windows. > Needed operations are simple like open, close a workbook, open a sheet and > access a cell /read & write). > > Thanks. If you can write a servlet or cgi program in Ada, you can set the content type to "application/vnd.ms-excel" and output tab delimited text. When you fetch the corresponding page, many browsers will save it as an Excel file. -- John jmatthews at wright dot edu www dot wright dot edu/~john.matthews/