From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:130c:b0:3ef:3204:5158 with SMTP id v12-20020a05622a130c00b003ef32045158mr1368122qtk.7.1681925771074; Wed, 19 Apr 2023 10:36:11 -0700 (PDT) X-Received: by 2002:a25:6f86:0:b0:b92:3962:13d4 with SMTP id k128-20020a256f86000000b00b92396213d4mr285262ybc.11.1681925770861; Wed, 19 Apr 2023 10:36:10 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.uzoreto.com!peer03.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Apr 2023 10:36:10 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=54.93.231.212; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 54.93.231.212 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ada interface to Excel file From: AdaMagica Injection-Date: Wed, 19 Apr 2023 17:36:11 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1571 Xref: news.eternal-september.org comp.lang.ada:65115 List-Id: I create Ada code from an Excel file. For this, I first manually export the file to csv format. The code generator works on the csv file. I'd like to automate this first step by including the export into the code generator. I guess there is a C interface for Excel. I only just need the export functionality, not a full interface. However, being illiterate in C, I'd further welcome help on the way to define an Ada interface to this C code. Can anyone help, please? Thanx a lot. Christoph