Little by little, ...

Friday, September 09, 2005

ExcelをLinuxデータベースに繋ぐ

スプレッドシートは財務データを操作するフロントエンドとしては最高のものの1つだ。マイクロソフトのExcelは今最もポピュラーなスプレッドシート だ。スプレッドシートの基本的な問題のひとつは、簡単な方法でデータベースにデータを保存したり読み込んだりできないことだ。

ひとつの方法はマクロを使うことだが、一番いい解決法とはいえない。結構な技術的知識が必要だし、とても面倒だ。

も う1つの解決法はIBMのOffice Connectという製品を使うことだ。それはExcelユーザが様々なデータベースにデータを保存できるようにしてくれる。他の市販製品と同様、 Office ConnectはExcelのプラグインだ。それは動的に更新されたスプレッドシートの作成のための洗練されたクエリと更新を可能にし、ほとんどすべての JDBC互換のデータソースに対してSQLを発行します。それはユーザーがドラッグアンドドロップで独自のレポートを作成できるようにしてくれます。そし てプログラミングの専門的知識はまったく必要ありません。
(続く)

from SearchEnterpriseLinux.com

Spreadsheets represent one of the best front-end tools available to manipulate financial data. Microsoft Excel is the most popular spreadsheet available today. One of the basic problems with spreadsheets is that they just cannot transfer data to and from databases in an easy way.

One way to transfer data is to use macros, which is far from the best solution, as it really requires a great deal of technical expertise and is also very cumbersome.

Another solution, an IBM product called Office Connect, allows Excel users to transfer data to many different databases. Like other commercial products, Office Connect is a plug-in for Microsoft Excel that enables sophisticated database query and update for the creation of dynamically updated spreadsheets that issue SQL to almost any other JDBC-compliant data source. It allows users to produce their own reports through drag-and-drop capabilities, which essentially eliminates the requirement for application programming expertise.

Connecting Excel to Linux databases

0 Comments:

Post a Comment

<< Home