comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de>
Subject: Re: import Excel file
Date: Mon, 14 Jun 2004 17:36:54 +0000 (UTC)
Date: 2004-06-14T17:36:54+00:00	[thread overview]
Message-ID: <caknnm$kvt$3@a1-hrz.uni-duisburg.de> (raw)
In-Reply-To: cakjm3$tk1$01$1@news.t-online.com

Tanker <Tanker93@hotmail.com> wrote:
: Hi,
: 
: I want to import data from an ms exel file in my program. Can someone give
: me a hint how I can realize that. I already tried to read the exel file as a
: text_io and sequential_Io file but it's not possible as Text_IO 'cause it
: must be a sequential_IO (or direct_IO) file. The problem with the
: sequential_IO is, that i can't figure out how the form and substance of the
: file looks like (is it a record, what kind of record(contents)?)

Just reading in an Excel file isn't probably promising, because
it is not a text file. The structure of the binary data isn't
usually known. However, you could try exporting sheets to CSVs,
and read these with less effort.



  reply	other threads:[~2004-06-14 17:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-14 16:32 import Excel file Tanker
2004-06-14 17:36 ` Georg Bauhaus [this message]
2004-06-14 18:18   ` tmoran
2004-06-14 18:23   ` Tanker
2004-06-15  1:11     ` Jeff C,
2004-06-15 21:24       ` Pascal Obry
2004-06-14 18:23   ` Björn Persson
2004-06-15  5:51 ` Martin Krischik
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox