Re: spreadsheet interface

Поиск
Список
Период
Сортировка
От Thomas Hart
Тема Re: spreadsheet interface
Дата
Msg-id 4766E814.5050408@coopfed.org
обсуждение исходный текст
Ответ на spreadsheet interface  ("hjenkins" <hjenkins@uvic.ca>)
Список pgsql-general
hjenkins wrote:
> Some people in my workplace are asking if there exists a GUI that will
> allow cut-and-paste of multiple cells directly from (and, preferably,
> directly to) spreadsheets. pgAdmin III, PGAccess, and TOra don't seem to.
> Any suggestions?
>
By "spreadsheet" I'm going to assume you mean M$ excel. The best way I
can think of to pull that off is to set up an Access db with the
psqlODBC driver to connect to it. I believe you ought to at least be
able to copy from the db that way (btw pgAdmin does work with a little
effort, if you're too leet for access, though at that point you'd be
able to work with pgadmin (or even better yet, and deserving of two
levels of parantheses, use csv/txt files and COPY from psql at a dummy
terminal in amber text)).

Lol sorry to get off the point, but this is the first suggestion that
pops in mind.

--
Tom Hart
IT Specialist
Cooperative Federal
723 Westcott St.
Syracuse, NY 13210
(315) 471-1116 ext. 202
(315) 476-0567 (fax)


В списке pgsql-general по дате отправления:

Предыдущее
От: "hjenkins"
Дата:
Сообщение: spreadsheet interface
Следующее
От: Thomas Hart
Дата:
Сообщение: Re: spreadsheet interface