Certainly you can export your spreadsheet in CSV and it will easily go into Postgresql database (after you create the database and its tables). If you want something more sophisticated, a program in e.g. Perl could use one of the various library programs to extract data in some other-than-straightforward manner (perhaps only certain columns or a certain set of regions?) and then use one of the database libraries (e.g. DBI) to insert into database. The CSV export is the simplest approach.
On Tue, 16 Mar 2004, Kumar wrote: > Dear Friends, > > Is possible to import data from MS Excel sheet into postgres database 7.3.4 running > on Linux 7.2 > > Thanks > Kumar > ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings