JP2003228686A - Reference processing system and method for table format data file, and program therefor - Google Patents

Reference processing system and method for table format data file, and program therefor

Info

Publication number
JP2003228686A
JP2003228686A JP2002027384A JP2002027384A JP2003228686A JP 2003228686 A JP2003228686 A JP 2003228686A JP 2002027384 A JP2002027384 A JP 2002027384A JP 2002027384 A JP2002027384 A JP 2002027384A JP 2003228686 A JP2003228686 A JP 2003228686A
Authority
JP
Japan
Prior art keywords
data file
tabular data
tabular
variable
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2002027384A
Other languages
Japanese (ja)
Inventor
Yoko Yamada
陽子 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2002027384A priority Critical patent/JP2003228686A/en
Publication of JP2003228686A publication Critical patent/JP2003228686A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To deal with even the alteration of the form of a table format data file with a simple work without altering a computer program referring to data. <P>SOLUTION: A prescribed data input form is entered in a table format data file 1. Data 4 corresponding to an item name 3 are referred to by a macro program 7. The item name 3 and array location data 6 are stored so as to be made correspond to each other in a variable definition file 5. The macro program obtains the array location data 6 from the variable definition file 5, and sets it as a variable 11 for reference. An arithmetic formula 12 executes the arithmetic processing by using the variable 11 for reference. At altering the table format data file 1, only the variable definition file 5 is altered. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、表形式データファ
イルを参照して所定の処理を実行するコンピュータプロ
グラムがあるとき、表形式データファイルの内容変更に
伴う対応措置を簡略化した、表形式データファイルの参
照処理システムと表形式データファイルの参照処理方法
と表形式データファイルの参照処理プログラムに関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a tabular format data file which simplifies the countermeasures for changing the contents of the tabular format data file when there is a computer program for executing a predetermined process with reference to the tabular data file. The present invention relates to a file reference processing system, a tabular data file reference processing method, and a tabular data file reference processing program.

【0002】[0002]

【従来の技術】コンピュータを用いた様々な事務管理
や、データの入出力処理に、表形式データファイルが広
く利用されている。表形式データファイルは、縦横に並
べられた多数のセルを備える。セルには、任意のデータ
を入力できる。セルに文字データを入力し、コピーをし
たり並べ換えを行ったり検索をしたりすることができ
る。また、セルに数値データを入力し、集計や演算処理
を行うことができる。さらに、表形式データファイルの
各セルに入力されたデータを参照して、各種のプログラ
ムが所定の演算処理を実行することができる。また、例
えば、マクロプログラムは、表形式データファイルと一
体に組み込まれており、表形式データファイルに含まれ
たデータを参照して、演算処理の結果を表形式データフ
ァイルに戻したり、データベースに出力したりする。こ
のように、表形式データファイルは、きわめて多くの用
途に広く利用されている。
2. Description of the Related Art Tabular data files are widely used for various office management using computers and data input / output processing. The tabular data file includes a large number of cells arranged vertically and horizontally. You can enter any data in the cell. You can enter text data in cells and copy, sort, or search. In addition, numerical data can be input to cells to perform aggregation and arithmetic processing. Further, various programs can execute predetermined arithmetic processing by referring to the data input to each cell of the tabular data file. In addition, for example, the macro program is integrated with the tabular data file and refers to the data contained in the tabular data file to return the results of the arithmetic processing to the tabular data file or output it to the database. To do As described above, the tabular data file is widely used for an extremely large number of purposes.

【0003】[0003]

【発明が解決しようとする課題】ところで、上記のよう
な従来の技術には、次のような解決すべき課題があっ
た。表形式データファイルに含まれるセルデータを参照
するには、行番号と列番号を使用する。マクロプログラ
ムは、演算式中に、該当するデータの行番号と列番号と
を記述する。しかしながら、データ取り込みの対象とな
った表形式データファイルのフォームを変更した場合に
は、参照すべきデータの場所が移動することがある。こ
の場合には、マクロプログラムの該当部分の書き換えが
必要になる。ところが、フォームの変更が行われるたび
にマクロプログラムの書き換えを行うのは、負荷が大き
い。表形式データファイル中の多数のデータを参照して
所定の処理を実行するマクロプログラムを書き換えよう
とすると、作業量が大きくなるばかりか、書き換え作業
の誤りによって、プログラムが正常に動作しなくなるお
それもある。本発明は以上の点に着目してなされたもの
で、表形式データファイルのフォームを変更した場合に
も、そのデータを参照するコンピュータプログラムの変
更処理を不要にし、簡単な作業で対応できる表形式デー
タファイルの参照処理システムと表形式データファイル
の参照処理方法と表形式データファイルの参照処理プロ
グラムを提供することを目的とする。
By the way, the above conventional techniques have the following problems to be solved. Use row and column numbers to reference cell data contained in a tabular data file. The macro program describes the row number and column number of the corresponding data in the arithmetic expression. However, when the form of the tabular data file targeted for data acquisition is changed, the location of the data to be referenced may change. In this case, it is necessary to rewrite the relevant part of the macro program. However, it is a heavy load to rewrite the macro program every time the form is changed. If you try to rewrite a macro program that refers to a large number of data in a tabular data file and executes a specified process, not only will the amount of work increase, but the program may not operate normally due to an error in rewriting. is there. The present invention has been made in view of the above points, and even when the form of a tabular data file is changed, it is not necessary to change the computer program that refers to the data, and the table format can be handled by a simple operation. A reference processing system for a data file, a reference processing method for a tabular data file, and a reference processing program for a tabular data file are provided.

【0004】[0004]

【課題を解決するための手段】本発明は次の構成により
上記の課題を解決する。 〈構成1〉表形式データファイルに含まれる任意のデー
タをその配列位置データを使用して参照し、所定の演算
処理を実行する演算手段と、上記演算手段が参照する上
記表形式データファイルに含まれるデータの配列位置デ
ータを上記演算手段の参照用変数と対応させて記憶した
変数定義手段と、上記演算手段の動作前に、上記変数定
義手段を使用して、上記演算手段の上記参照用変数に、
対応する配列位置データを設定する参照用変数設定手段
とを備えたことを特徴とする表形式データファイルの参
照処理システム。
The present invention solves the above problems by the following configurations. <Structure 1> Arbitrary data included in the tabular data file is referred to by using the array position data, and arithmetic means for executing a predetermined arithmetic process, and the tabular data file referenced by the arithmetic means are included. The array position data of the data to be stored in association with the reference variable of the computing means, and the reference variable of the computing means using the variable defining means before the operation of the computing means. To
A reference processing system for a tabular data file, comprising: reference variable setting means for setting corresponding array position data.

【0005】表形式データファイルは、任意の多数のデ
ータを表中のセルと呼ばれる領域に格納している。各セ
ルは、例えば、行番号と列番号とを組み合わせた配列位
置データにより参照されて、演算処理やデータの検索処
理等に利用される。表形式データファイルに含まれる任
意のデータは、その配列位置データを使用して、表形式
データファイルとは別のコンピュータプログラムにより
参照することができる。演算手段はコンピュータプログ
ラムにより動作する。演算手段は、直接配列位置データ
を使用して該当するデータを参照できるが、ここでは、
参照用変数を使用する。参照用変数と配列位置データと
の対応関係を変数定義手段で定義する。変数定義手段
は、参照テーブルデータ等から成る。参照用変数設定手
段は、演算手段が参照用変数を使用して演算処理を実行
する前に、変数定義手段を使用して、前記演算手段の前
記参照用変数に、対応する配列位置データを設定する。
ゆえに、表形式データファイル中で参照されるデータの
配列位置を変更したときでも、変数定義手段のみを再編
集すればよく、演算手段中の参照用変数の記述を変更す
る必要はない。
The tabular data file stores a large number of arbitrary data in areas called cells in the table. Each cell is referred to by array position data that is a combination of a row number and a column number, and is used for calculation processing, data search processing, and the like. Any data contained in the tabular data file can be referenced by a computer program other than the tabular data file using its sequence position data. The calculation means operates by a computer program. The calculation means can directly refer to the corresponding data using the array position data, but here,
Use variables for reference. The correspondence between the reference variable and the array position data is defined by the variable definition means. The variable definition means includes reference table data and the like. The reference variable setting means uses the variable defining means to set the corresponding array position data in the reference variable of the arithmetic means before the arithmetic means executes the arithmetic processing using the reference variable. To do.
Therefore, even when the array position of the data referred to in the tabular data file is changed, only the variable definition means needs to be reedited, and the description of the reference variable in the calculation means need not be changed.

【0006】〈構成2〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、変数定義手段は、
表形式データファイルから成ることを特徴とする表形式
データファイルの参照処理システム。
<Structure 2> In the reference processing system for a tabular data file according to Structure 1, the variable definition means is
A reference processing system for tabular data files, characterized by comprising tabular data files.

【0007】変数定義手段を表形式データファイルとす
れば、参照データを含む表形式データファイルと同様の
操作で、変数定義手段の編集ができる。
If the variable definition means is a tabular data file, the variable definition means can be edited by the same operation as the tabular data file containing reference data.

【0008】〈構成3〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、変数定義手段は、
参照用変数の定義文を、参照用変数と対応させて表示す
る、表形式データファイルから成ることを特徴とする表
形式データファイルの参照処理システム。
<Configuration 3> In the tabular data file reference processing system according to Configuration 1, the variable definition means is:
A reference processing system for a tabular data file, comprising a tabular data file for displaying the definition text of the reference variable in association with the reference variable.

【0009】参照用変数の定義文とは、参照用変数の意
味を表示する文である。表形式データファイルを用い
て、参照用変数の定義文を、参照用変数と対応させて表
示しておけば、変数定義手段の編集作業が容易になり、
編集誤りも防止できる。
The definition statement of the reference variable is a statement that displays the meaning of the reference variable. By using the tabular data file and displaying the definition text of the reference variable in association with the reference variable, the editing work of the variable definition means becomes easy,
Editing errors can also be prevented.

【0010】〈構成4〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、上記変数定義手段
は、表形式データファイル中に含められることを特徴と
する表形式データファイルの参照処理システム。
<Structure 4> In the tabular data file reference processing system according to Structure 1, the variable defining means is included in the tabular data file.

【0011】表形式データファイル中に変数定義手段を
含めれば、表形式データファイルと同時に変数定義手段
の書き換えができ、操作性が向上する。
By including the variable defining means in the tabular data file, the variable defining means can be rewritten at the same time as the tabular data file, and the operability is improved.

【0012】〈構成5〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、上記変数定義手段
は、表形式データファイル中に含められ、表形式データ
ファイル中の、上記演算手段が参照しているデータの配
列位置が変更されたとき、変数定義手段の該当する配列
位置データを新たな配列位置データに変更する定義変更
手段を備えたことを特徴とする表形式データファイルの
参照処理システム。
<Structure 5> In the tabular data file reference processing system according to Structure 1, the variable defining means is included in the tabular data file, and is referenced by the computing means in the tabular data file. A reference processing system for a tabular data file, comprising definition changing means for changing the corresponding array position data of the variable defining means to new array position data when the array position of the stored data is changed.

【0013】定義変更手段は、表形式データファイル中
の、演算手段が参照しているデータの配列位置が変更さ
れたときにそれを検出して、自動的に変数定義手段の該
当する配列位置データを新たな配列位置データに変更す
る。これにより、変数定義手段の編集処理を自動化でき
る。
The definition changing means detects when the array position of the data referenced by the calculating means in the tabular data file is changed, and automatically detects the corresponding array position data of the variable defining means. To new array position data. This makes it possible to automate the editing process of the variable definition means.

【0014】〈構成6〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、演算手段は、表形
式データファイルに付加されたマクロプログラムである
ことを特徴とする表形式データファイルの参照処理シス
テム。
<Structure 6> In the tabular data file reference processing system according to Structure 1, the computing means is a macro program added to the tabular data file, and the tabular data file reference processing is characterized. system.

【0015】表形式データファイルのマクロプログラム
は、表形式データファイルと一体に使用されて、所定の
タイミングで連動するプログラムである。表形式データ
ファイル中のデータの配列を変更しても、マクロプログ
ラムを修正しないですむため、非常に操作性が向上す
る。
The macro program of the tabular data file is a program which is used integrally with the tabular data file and interlocks at a predetermined timing. Even if the data array in the tabular data file is changed, the macro program does not need to be modified, which greatly improves the operability.

【0016】〈構成7〉構成1に記載の表形式データフ
ァイルの参照処理システムにおいて、演算手段は、参照
用変数を使用した演算処理を実行する前に、変数定義用
の表形式データファイル上に記憶された情報を利用し
て、上記参照用変数に対応する配列位置データを設定
し、その後、当該配列位置データを使用して、表形式デ
ータファイル中の該当するデータを参照し、上記演算処
理を実行することを特徴とする表形式データファイルの
参照処理システム。
<Structure 7> In the reference processing system for a tabular data file according to Structure 1, the arithmetic means, on the tabular data file for variable definition, executes the arithmetic processing using the reference variables. The stored information is used to set the array position data corresponding to the reference variable, and then the array position data is used to refer to the corresponding data in the tabular data file to perform the above arithmetic processing. A reference processing system for a tabular data file, characterized by executing.

【0017】演算手段には、変数定義手段を利用して、
参照用変数に対応する配列位置データを設定する前処理
を実行するプログラムが含まれる。この部分は、変数定
義手段の形式が一定である限り、変更の必要がない。
As the calculation means, a variable definition means is used,
A program that executes preprocessing for setting array position data corresponding to the reference variable is included. This part does not need to be changed as long as the format of the variable definition means is constant.

【0018】〈構成8〉表形式データファイルに含まれ
る任意のデータをその配列位置データを使用して参照
し、所定の演算処理を実行する場合に、上記表形式デー
タファイルに含まれるデータの配列位置データを上記演
算処理のための参照用変数と対応させて記憶しておき、
予め、上記演算処理のための上記参照用変数に、対応す
る配列位置データを設定してから、上記演算処理を実行
することを特徴とする表形式データファイルの参照処理
方法。
<Structure 8> Arbitrary data contained in the tabular data file is referred to by using the array position data, and when a predetermined arithmetic processing is executed, the data array contained in the tabular data file is arranged. The position data is stored in association with the reference variable for the above arithmetic processing,
A reference processing method for a tabular data file, wherein the corresponding array position data is set in advance in the reference variable for the arithmetic processing, and then the arithmetic processing is executed.

【0019】構成1に対応する表形式データファイルの
参照処理方法である。
A reference processing method for a tabular data file corresponding to the configuration 1.

【0020】〈構成9〉構成8に記載の表形式データフ
ァイルの参照処理方法において、表形式データファイル
に、上記表形式データファイルに含まれるデータの配列
位置データを、上記演算処理のための参照用変数と対応
させて記憶させることを特徴とする表形式データファイ
ルの参照処理方法。
<Structure 9> In the tabular data file reference processing method according to Structure 8, the tabular data file is referred to for array position data of the data contained in the tabular data file for the arithmetic processing. A reference processing method for a tabular data file, which is stored in association with a variable for use in a table.

【0021】構成2に対応する表形式データファイルの
参照処理方法である。
This is a reference processing method of the tabular data file corresponding to the configuration 2.

【0022】〈構成10〉構成8に記載の表形式データ
ファイルの参照処理方法において、表形式データファイ
ルに、上記表形式データファイルに含まれるデータの配
列位置データと、参照用変数の定義文と、上記演算処理
のための参照用変数とを対応させて記憶させることを特
徴とする表形式データファイルの参照処理方法。
<Structure 10> In the reference processing method for a tabular data file according to Structure 8, the tabular data file includes array position data of the data contained in the tabular data file, and a definition statement of a reference variable. A reference processing method for a tabular data file, characterized in that the reference variables for the arithmetic processing are stored in association with each other.

【0023】構成3に対応する表形式データファイルの
参照処理方法である。
This is a reference processing method for the tabular data file corresponding to the configuration 3.

【0024】〈構成11〉構成8に記載の表形式データ
ファイルの参照処理方法において、上記表形式データフ
ァイル中に、上記表形式データファイルに含まれるデー
タの配列位置データを、上記演算処理のための参照用変
数と対応させて記憶させる領域を含めることを特徴とす
る表形式データファイルの参照処理方法。
<Structure 11> In the tabular data file reference processing method according to Structure 8, in the tabular data file, array position data of data included in the tabular data file is used for the arithmetic processing. A reference processing method for a tabular data file, characterized by including an area to be stored in association with the reference variable.

【0025】構成4に対応する表形式データファイルの
参照処理方法である。
This is a reference processing method of the tabular data file corresponding to the configuration 4.

【0026】〈構成12〉構成8に記載の表形式データ
ファイルの参照処理方法において、表形式データファイ
ル中の、上記演算処理で参照しているデータの配列位置
が変更されたことを検出して、参照用変数と対応させて
記憶させた配列位置データを新たな配列位置データに変
更することを特徴とする表形式データファイルの参照処
理方法。
<Structure 12> In the tabular data file reference processing method according to Structure 8, it is detected that the array position of the data referred to in the above arithmetic processing in the tabular data file is changed. A method of referring to a tabular data file, wherein the array position data stored in association with the reference variable is changed to new array position data.

【0027】構成5に対応する表形式データファイルの
参照処理方法である。
This is a reference processing method of the tabular data file corresponding to the configuration 5.

【0028】〈構成13〉構成8に記載の表形式データ
ファイルの参照処理方法において、演算処理を、表形式
データファイルに付加されたマクロプログラムに実行さ
せることを特徴とする表形式データファイルの参照処理
方法。
<Structure 13> In the tabular data file reference processing method according to Structure 8, a reference is made to the tabular data file, characterized in that the arithmetic processing is executed by a macro program added to the tabular data file. Processing method.

【0029】構成6に対応する表形式データファイルの
参照処理方法である。
This is a reference processing method of the tabular data file corresponding to the structure 6.

【0030】〈構成14〉構成8に記載の表形式データ
ファイルの参照処理方法において、参照用変数を使用し
た演算処理を実行する前に、変数定義用の表形式データ
ファイル上に記憶された情報を利用して、上記参照用変
数に対応する配列位置データを設定し、その後、当該配
列位置データを使用して、表形式データファイル中の該
当するデータを参照し、上記演算処理を実行することを
特徴とする表形式データファイルの参照処理方法。
<Structure 14> In the tabular data file reference processing method according to Structure 8, the information stored in the tabular data file for variable definition before executing the arithmetic processing using the reference variables. To set the array position data corresponding to the reference variable, and then use the array position data to refer to the corresponding data in the tabular data file and execute the above arithmetic processing. A method for referencing a tabular data file characterized by:

【0031】〈構成15〉表形式データファイルに含ま
れるデータの配列位置データを上記演算処理のための参
照用変数と対応させて記憶したデータを利用して、参照
用変数に上記対応する配列位置データを設定する前処理
と、表形式データファイルに含まれる任意のデータをそ
の配列位置データを使用して参照し、所定の演算をする
処理を、コンピュータに実行させる表形式データファイ
ルの参照処理プログラム。
<Structure 15> The array position corresponding to the reference variable is utilized by utilizing the data in which the array position data of the data included in the tabular data file is stored in association with the reference variable for the arithmetic processing. A reference processing program for a tabular data file that causes a computer to perform preprocessing for setting data and referencing arbitrary data included in the tabular data file by using the array position data and performing a predetermined operation .

【0032】構成1に対応する表形式データファイルの
参照処理プログラムである。
A reference processing program for a tabular data file corresponding to the configuration 1.

【0033】〈構成16〉構成15に記載の表形式デー
タファイルの参照処理プログラムにおいて、表形式デー
タファイルに、上記表形式データファイルに含まれるデ
ータの配列位置データを、上記演算処理のための参照用
変数と対応させて記憶させたデータを利用することを特
徴とする表形式データファイルの参照処理プログラム。
<Structure 16> In the tabular data file reference processing program according to Structure 15, the tabular data file is referred to for array position data of the data contained in the tabular data file for the arithmetic processing. A reference processing program for a tabular data file, characterized in that the stored data is used in association with the variable for use.

【0034】構成2に対応する表形式データファイルの
参照処理プログラムである。
It is a reference processing program of the tabular data file corresponding to the configuration 2.

【0035】〈構成17〉構成15に記載の表形式デー
タファイルの参照処理プログラムにおいて、表形式デー
タファイル中の、上記演算処理で参照しているデータの
配列位置が変更されたことを検出して、参照用変数と対
応させて記憶させた配列位置データを新たな配列位置デ
ータに変更する処理を、コンピュータに実行させる表形
式データファイルの参照処理プログラム。
<Structure 17> In the tabular data file reference processing program according to Structure 15, it is detected that the array position of the data referred to in the above-mentioned arithmetic processing in the tabular data file is changed. , A reference processing program for a tabular data file that causes a computer to execute processing of changing array position data stored in association with a reference variable into new array position data.

【0036】構成5に対応する表形式データファイルの
参照処理プログラムである。
A reference processing program for a tabular data file corresponding to the configuration 5.

【0037】〈構成18〉構成15に記載の表形式デー
タファイルの参照処理プログラムにおいて、表形式デー
タファイルに付加されたマクロプログラムに、上記演算
処理実行させる表形式データファイルの参照処理プログ
ラム。
<Structure 18> In the table format data file reference processing program according to Structure 15, a table format data file reference processing program for causing the macro program added to the table format data file to execute the arithmetic processing.

【0038】構成6に対応する表形式データファイルの
参照処理プログラムである。
A reference processing program for a tabular data file corresponding to the structure 6.

【0039】〈構成19〉構成15に記載の表形式デー
タファイルの参照処理プログラムにおいて、参照用変数
を使用した演算処理を実行する前に、変数定義用の表形
式データファイル上に記憶された情報を利用して、上記
参照用変数に対応する配列位置データを設定し、その
後、当該配列位置データを使用して、表形式データファ
イル中の該当するデータを参照し、上記演算処理を、コ
ンピュータに実行させる表形式データファイルの参照処
理プログラム。
<Structure 19> In the reference processing program for the tabular data file according to Structure 15, the information stored in the tabular data file for variable definition before the arithmetic processing using the reference variables is executed. By using, to set the array position data corresponding to the reference variable, then using the array position data, refer to the corresponding data in the tabular data file, the arithmetic processing to the computer A tabular data file reference processing program to be executed.

【0040】〈構成20〉演算処理手段が、任意のデー
タをその配列位置データを使用して参照することができ
るものであって、参照されるデータと、参照されるデー
タの配列位置データと、上記演算処理のための参照用変
数とを対応させて記憶させたことを特徴とする表形式デ
ータファイル。
<Structure 20> Arithmetic processing means can refer to arbitrary data by using the array position data, and the referenced data and the array position data of the referenced data, A table format data file, which is stored in association with a reference variable for the above arithmetic processing.

【0041】本発明のシステムの実現に適する表形式デ
ータファイルである。参照されるデータと、参照される
データの配列位置データと、前記演算処理のための参照
用変数とが、同一の表形式データファイルに記入されて
いる。
A tabular data file suitable for implementing the system of the present invention. The referenced data, the array position data of the referenced data, and the reference variable for the arithmetic processing are entered in the same tabular data file.

【0042】〈構成21〉構成20に記載の表形式デー
タファイルにおいて、参照されるデータの配列位置デー
タと、参照用変数の定義文と、上記演算処理のための参
照用変数とを対応させて記憶させたことを特徴とする表
形式データファイル。
<Structure 21> In the tabular data file described in Structure 20, the array position data of the referenced data, the definition statement of the reference variable, and the reference variable for the above arithmetic processing are associated with each other. A tabular data file characterized by being stored.

【0043】本発明のシステムの実現に適する表形式デ
ータファイルである。構成20の表形式データファイル
に、参照用変数の定義文を対応させた。
A tabular data file suitable for realizing the system of the present invention. The definition text of the reference variable was made to correspond to the tabular data file of configuration 20.

【0044】[0044]

【発明の実施の形態】以下、本発明の実施の形態を具体
例を用いて説明する。図1は本発明の表形式データファ
イルの、参照処理システムの具体例を示し、図の(a)
は、表形式データファイルの例を示し、(b)は変数定
義手段の例を示し、(c)は演算手段の例を示す説明図
である。(a)に示した 表形式データファイル1は、
多数のセル2を有する。この表形式データファイル1に
は、例えば所定の業務の受付用データ入力フォームが記
載されている。このフォームを使用して受付データを入
力したとき、(c)に示した演算手段(マクロプログラ
ム)7がそのデータを参照して所定の処理を実行する。
演算手段は任意のプログラムでよいが、ここでは表形式
データファイル1に組み込まれたマクロプログラム7を
例に挙げて説明をする。このマクロプログラム7は、表
形式データファイル1に含まれる任意のデータを、配列
位置データ6を用いて参照する。しかしながら、マクロ
プログラム7の演算式12中6には、配列位置データ6
は含まれず、(b)に示した変数定義ファイル5の参照
符号8のみが含まれる。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to specific examples. FIG. 1 shows a specific example of a reference processing system for a tabular data file of the present invention, and FIG.
Shows an example of a tabular data file, (b) shows an example of a variable definition means, and (c) is an explanatory view showing an example of a calculation means. The tabular data file 1 shown in (a) is
It has a large number of cells 2. In this tabular data file 1, for example, a reception data input form for a predetermined job is described. When the acceptance data is input using this form, the arithmetic means (macro program) 7 shown in (c) refers to the data and executes a predetermined process.
The calculation means may be any program, but here, the macro program 7 incorporated in the tabular data file 1 will be described as an example. The macro program 7 refers to arbitrary data included in the tabular data file 1 by using the array position data 6. However, in the arithmetic expression 12 of the macro program 7, 6 is the array position data 6
Is not included, and only the reference numeral 8 of the variable definition file 5 shown in (b) is included.

【0045】(b)に示した変数定義手段(変数定義フ
ァイル)は、マクロプログラム7が参照するデータの配
列位置データ6を、マクロプログラム7の参照用変数1
1と対応させて記憶する機能を持つ。マクロプログラム
7には、参照符号8を用いて、参照用変数11に配列位
置データ6を設定する参照用変数設定手段(前処理部)
13が組み込まれている。この前処理部13は、マクロ
プログラム7の動作前に実行される。なお、図のマクロ
プログラム7中の演算式は簡略化して表示した。前処理
部13の一番上の演算式は、変数定義ファイル5の「B
2」のセルに格納された配列位置データ「E4」を参照
用変数「Uno」に設定するという意味である。また、
マクロプログラム7の演算式12は、「Uno」」に設
定された配列位置データ「E4」を使用して、表形式デ
ータファイル1中のデータ4を取得し、その内容がヌル
(データ未入力)なら、以下の処理を実行せよ、という
ものである。このマクロプログラム7は、表形式データ
ファイル1により入力されたデータの点検処理等に使用
される。
The variable definition means (variable definition file) shown in (b) converts the array position data 6 of the data referred to by the macro program 7 into the reference variable 1 of the macro program 7.
It has a function of storing in association with 1. Reference variable setting means (preprocessing section) for setting the array position data 6 in the reference variable 11 by using the reference numeral 8 in the macro program 7.
13 is incorporated. The preprocessing unit 13 is executed before the macro program 7 operates. The arithmetic expressions in the macro program 7 shown in the figure are simplified. The arithmetic expression at the top of the preprocessing unit 13 is “B” in the variable definition file 5.
This means that the array position data “E4” stored in the cell “2” is set to the reference variable “Uno”. Also,
The arithmetic expression 12 of the macro program 7 uses the array position data “E4” set to “Uno” to acquire the data 4 in the tabular data file 1 and the content is null (data is not input). Then, execute the following processing. The macro program 7 is used for inspection processing of data input by the tabular data file 1.

【0046】図2は本発明の表形式データファイルの参
照処理システムを実現するためのハードウェア構成を説
明する説明図である。表形式データファイル1は、コン
ピュータ21により処理する。コンピュータ21は、デ
ィスプレイ22、キーボード23、マウス24を備えて
いる。また、外部にプリンタ25を接続している。コン
ピュータ21は、通常のパーソナルコンピュータで構わ
ない。このコンピュータ21を利用して、受付データの
入力処理を行う場合を考える。ディスプレイ22に表形
式データファイル1を表示し、係員が6キーボード23
等を操作して受付データ入力処理を実行する。受付デー
タの控え26がプリンタ25によって印刷される。その
後、表形式データファイル1はコンピュータ21の記憶
装置に記憶される。
FIG. 2 is an explanatory diagram for explaining a hardware configuration for realizing the reference processing system for the tabular data file of the present invention. The tabular data file 1 is processed by the computer 21. The computer 21 includes a display 22, a keyboard 23, and a mouse 24. Further, the printer 25 is connected to the outside. The computer 21 may be an ordinary personal computer. Consider a case where the reception data is input using the computer 21. The tabular data file 1 is displayed on the display 22, and the staff member has 6 keyboards 23
Etc. to operate the reception data input processing. The receipt data copy 26 is printed by the printer 25. After that, the tabular data file 1 is stored in the storage device of the computer 21.

【0047】受付データの入力中、マクロプログラム7
は、その入力データの正当性を点検したり、入力済デー
タのリストを表示したりして、入力操作の支援を行う。
データ入力処理の終了後は、別のマクロプログラム7が
動作して、入力データをデータベース18に転送する。
例えば、ここで、図1に示した表形式データファイル1
に受付番号を入力した場合を例にとって説明する。図1
(a)に示した表形式データファイル1の受付番号とい
う項目名3の右側に、受付番号に相当するデータ4が入
力される。マクロプログラム7は、このデータ4を参照
して、そのデータの適否を判断する。表形式データファ
イル1の該当するデータ4を参照するために、行番号
「4」と列番号「E」とを組み合わせた配列位置データ
「E4」を使用する。
While inputting acceptance data, macro program 7
Supports the input operation by checking the validity of the input data and displaying a list of input data.
After the data input process is completed, another macro program 7 operates to transfer the input data to the database 18.
For example, here, the tabular data file 1 shown in FIG.
The case where the reception number is input in will be described as an example. Figure 1
Data 4 corresponding to the receipt number is input to the right of the item name 3 called the receipt number in the tabular data file 1 shown in (a). The macro program 7 refers to this data 4 to judge the suitability of the data. In order to refer to the corresponding data 4 of the tabular data file 1, the array position data “E4” in which the row number “4” and the column number “E” are combined is used.

【0048】変数定義ファイル5には、「受付番号」と
いう項目名3と、配列位置データ6(その内容は「E
4」)とが対応するように、並べられている。変数定義
ファイル5は、表形式データファイル1と同様の表形式
データファイルである。ゆえに、表形式データファイル
1と同様の操作で、担当者が手作業で変数定義ファイル
を制作し、随時修正ができる。このとき、「受付番号」
という項目名3と配列位置データ6とが対応するように
並べられていると、その編集作業が容易になり、編集誤
りも防止できる。なお、項目名そのものでなくても、参
照用変数の意味を表示する定義文が表示されていれば、
同様の目的が達成される。
In the variable definition file 5, the item name 3 called "reception number" and the array position data 6 (the contents are "E")
4 ”) correspond to each other. The variable definition file 5 is a tabular data file similar to the tabular data file 1. Therefore, by the same operation as the tabular data file 1, the person in charge can manually create the variable definition file and correct it at any time. At this time, "reception number"
If the item name 3 and the array position data 6 are arranged so as to correspond to each other, the editing work can be facilitated and an editing error can be prevented. Even if it is not the item name itself, if the definition statement that displays the meaning of the reference variable is displayed,
Similar goals are achieved.

【0049】マクロプログラム7の前処理部13は、変
数定義ファイル5の「B2」の部分に、「受付番号」の
配列位置データ6が入力されているということを知っ
て、そのデータ「E4」を取得する。だから、データ
「E4」が例えば「G4」の位置に移動したときには、
変数定義ファイルの「B2」の部分に「G4」と入力し
ておけば、マクロプログラム7は正常に動作する。即
ち、表形式データファイル1中のデータの位置を移動し
たときは、変数定義ファイル5の該当する配列位置デー
タ表示部分の内容を移動後のものに変更すれば足りる。
その変更は1カ所でよいし、マクロプログラム7より
も、訂正作業が圧倒的に簡単である。
The preprocessing unit 13 of the macro program 7 knows that the array position data 6 of the "reception number" is input to the "B2" portion of the variable definition file 5, and then the data "E4". To get. Therefore, when the data “E4” moves to the position of “G4”, for example,
If "G4" is entered in the "B2" portion of the variable definition file, the macro program 7 operates normally. That is, when the position of the data in the tabular data file 1 is moved, it suffices to change the contents of the corresponding array position data display portion of the variable definition file 5 to the moved one.
The change can be made at one place, and the correction work is overwhelmingly easier than the macro program 7.

【0050】図3は、マクロプログラム中に、表形式デ
ータファイルのデータの配列位置データを含めた場合の
説明図である。(a)は、修正前の表形式データファイ
ルで、(b)は修正後の表形式データファイルの例を示
す。修正後の表形式データファイルは図1(a)で説明
したものと同様のフォームである。(a)の表形式デー
タファイルには、図のように、受付日と受付番号と受付
者とを、縦方向に順番に入力するフォームが記入されて
いる。この表形式データファイルを参照して、表形式デ
ータファイルに含まれる受付日と受付番号と受付者のデ
ータを参照するには、それぞれ、「C3」「C4」「C
5」という内容の配列位置データを使用する。マクロプ
ログラムには、このような配列位置データが各所に含め
られる。ここで、図の(a)の表形式データファイル
を、図の(b)の表形式データファイルに変更したとす
る。入力データの項目自体は変更されていないが、入力
データの位置が異なる。このとき、従来のマクロプログ
ラムでは、「C3」「C4」という内容の配列位置デー
タを使用した部分を、全て、「C4」「E4」というよ
うに変更しなければならい。
FIG. 3 is an explanatory diagram when the array position data of the data in the tabular data file is included in the macro program. (A) shows an example of the tabular data file before correction, and (b) shows an example of the tabular data file after correction. The corrected tabular data file has the same form as that described with reference to FIG. In the tabular data file of (a), as shown in the figure, a form for entering the reception date, the reception number, and the recipient in order in the vertical direction is entered. To refer to this tabular data file and refer to the receipt date, receipt number, and recipient data included in the tabular data file, refer to "C3", "C4", and "C", respectively.
The array position data having the content of "5" is used. The macro program includes such array position data in various places. Here, it is assumed that the tabular data file of FIG. 9A is changed to the tabular data file of FIG. The input data item itself has not changed, but the position of the input data is different. At this time, in the conventional macro program, all parts using the array position data having the contents of "C3" and "C4" must be changed to "C4" and "E4".

【0051】しかしながら、こうしたデータ処理のため
のプログラムには多数の変数が含まれており、全ての変
数をフォームの書き換え毎に見直して変更するのは大変
な手数がかかる。しかも、作業ミスがあれば、これまで
正常に動作していたマクロプログラムの動作に誤りが発
生するおそれがある。
However, since a program for such data processing includes a large number of variables, it takes a lot of trouble to review and change all the variables each time the form is rewritten. Moreover, if there is a mistake in the work, there is a possibility that an error will occur in the operation of the macro program that has been operating normally until now.

【0052】図4の(a)は従来のマクロプログラムと
本発明によるマクロプログラムの比較例を示し、(b)
は本発明のシステムの表形式データファイルと変数定義
ファイルとマクロプログラムの関係の一例を示す説明図
である。この図に示すように、従来のマクロプログラム
7Aでは、表形式データファイルに含まれたデータを参
照するための配列位置データ6を、演算式12Aで直接
使用している。一方、本発明のマクロプログラム7で
は、図1の(b)に示した変数定義ファイル(Shee
t2)をアクティブ(有効)にして(1行目)、この変
数定義ファイル5の固定位置「B2」を参照して、配列
位置データを取得し、参照用変数「Uno」に設定して
いる(2行目)。その後、表形式データファイル(Sh
eet1)をアクティブにして(3行目)、参照用変数
「Uno」を用いて、目的とするデータを入力したセル
を参照している(4行目)。
FIG. 4A shows a comparative example of a conventional macro program and a macro program according to the present invention, and FIG. 4B.
FIG. 3 is an explanatory diagram showing an example of the relationship among a tabular data file, a variable definition file, and a macro program of the system of the present invention. As shown in this figure, in the conventional macro program 7A, the array position data 6 for referencing the data included in the tabular data file is directly used in the arithmetic expression 12A. On the other hand, in the macro program 7 of the present invention, the variable definition file (Shee) shown in FIG.
t2) is made active (valid) (first line), the fixed position "B2" of the variable definition file 5 is referenced, array position data is acquired, and set to the reference variable "Uno" ( 2nd line). After that, the tabular data file (Sh
eet1) is activated (third line), and the reference variable “Uno” is used to refer to the cell in which the target data is input (fourth line).

【0053】以上により、マクロプログラムの内容を変
更することなく、自由に表形式データファイルの変更が
可能になる。上記の例では、図の(b)に示すように、
表形式データファイル1の1枚目のワークシートが受付
データ入力用で、2枚目のワークシートに変数定義ファ
イル5が記入されており、この表形式データファイルと
一体に、上記のマクロプログラムがあるといったスタイ
ルものについ説明をした。これらは通常一体に使用され
るから、この形式が最も扱い易い。表形式データファイ
ル1の内容変更の際にも、簡単に表形式データファイル
の参照処理5を修正して対応できるという便利さがあ
る。なお、変数定義ファイル5は、表形式データファイ
ル1と別のシートでなく同一のシート上に設けても差し
支えない。また、表形式データファイル1とは独立した
コンピュータプログラムであっても、上記のマクロプロ
グラムと同様の処理が可能である。即ち、演算手段は、
必ずしも表形式データファイルと一体である必要はな
い。変数定義手段も、必ずしも表形式データファイルで
なくても構わない。上記と同様のデータ参照機能があれ
ばよい。
As described above, the tabular data file can be freely changed without changing the contents of the macro program. In the above example, as shown in FIG.
The first worksheet of the tabular data file 1 is for inputting the acceptance data, and the variable definition file 5 is entered on the second worksheet. The macro program described above is integrated with this tabular data file. I explained about some styles. This format is the easiest to handle because they are usually used together. Even when the contents of the tabular data file 1 are changed, there is the convenience that the reference processing 5 of the tabular data file can be easily modified and dealt with. Note that the variable definition file 5 may be provided on the same sheet as the tabular data file 1 instead of a separate sheet. Even a computer program independent of the tabular data file 1 can perform the same processing as the above macro program. That is, the calculation means
It does not necessarily have to be integrated with the tabular data file. The variable definition means does not necessarily have to be a tabular data file. A data reference function similar to the above may be used.

【0054】図5は本発明の表形式データファイルの参
照処理システムに適する付加的なプログラムの動作を示
すフローチャートである。変数定義ファイル5を表形式
データファイル1と一体化しておくと、表形式データフ
ァイル中の、マクロプログラムが参照しているデータの
配列位置が変更されたとき、変数定義ファイル5の内容
を自動的に変更することもできる。ここでは、その場合
の処理例を説明する。この処理は、別の新たなマクロプ
ログラム等により実行される。このプログラムのこと
を、定義変更手段と呼ぶことにする。定義変更手段は、
表形式データファイル中の、演算手段が参照しているデ
ータの配列位置が変更されたときにそれを検出して、自
動的に変数定義手段の該当する配列位置データを新たな
配列位置データに変更する。
FIG. 5 is a flow chart showing the operation of an additional program suitable for the reference processing system for tabular data files of the present invention. If the variable definition file 5 is integrated with the tabular data file 1, the contents of the variable definition file 5 are automatically changed when the array position of the data referenced by the macro program in the tabular data file is changed. It can be changed to. Here, a processing example in that case will be described. This processing is executed by another new macro program or the like. This program will be referred to as definition changing means. Definition change means
When the array position of the data referenced by the calculation means in the tabular data file is changed, it is detected and the corresponding array position data of the variable definition means is automatically changed to the new array position data. To do.

【0055】まず、表形式データファイルの修正作業を
開始する(ステップS1)。なお、修正作業を開始する
という指示を入力する必要はない。表形式データファイ
ルに含まれたデータの位置を移動するという操作を、こ
のコンピュータプログラムが自動的に検出すればよい。
はじめに、データが入力された位置で、コピー操作が行
われたかどうかを監視する(ステップS2)。コピーイ
ベントを検出すると、該当するセル中の値とセルの配列
位置データを取得する(ステップS3)。セル中の値と
いうのは、データに相当する。セル中の値は例えば変数
Xに、セルの配列位置データは例えば変数Yに記憶す
る。次に、カットイベントを検出する(ステップS
5)。カットイベントを検出したときには、ここに配置
されていたデータをどこかに移動すると判断される。
First, the work of modifying the tabular data file is started (step S1). It is not necessary to input an instruction to start the correction work. This computer program may automatically detect the operation of moving the position of the data included in the tabular data file.
First, it is monitored whether or not a copy operation has been performed at the data input position (step S2). When the copy event is detected, the value in the corresponding cell and the array position data of the cell are acquired (step S3). The value in the cell corresponds to the data. The value in the cell is stored in the variable X, and the array position data of the cell is stored in the variable Y, for example. Next, a cut event is detected (step S
5). When a cut event is detected, it is determined that the data located here will be moved somewhere.

【0056】したがって、ステップS6では、変数定義
ファイルの変更があるものとして、データ移動処理を開
始する。次に、ペーストイベントを検出する(ステップ
S7)。ペーストイベントを検出したときは、直前に取
得したデータの値(変数Xの内容)をそのセルにコピー
して移動処理が完了する。そこで、その新たなセルの配
列位置データを取得する(ステップS9)。新たなセル
の配列位置データは例えば変数Zに記憶する。その後、
変数定義ファイル中で、元の配列位置データを使用して
表形式データファイルを参照している部分を検出し、新
たな配列位置データに置き換える。即ち、変数定義ファ
イル中でYを検出し(ステップS10)、YをZに置き
換える(ステップS11)。
Therefore, in step S6, the data movement process is started on the assumption that the variable definition file has been changed. Next, a paste event is detected (step S7). When a paste event is detected, the value of the data acquired immediately before (content of variable X) is copied to the cell, and the moving process is completed. Then, the array position data of the new cell is acquired (step S9). The array position data of the new cell is stored in, for example, the variable Z. afterwards,
In the variable definition file, the part that refers to the tabular data file is detected using the original array position data, and is replaced with the new array position data. That is, Y is detected in the variable definition file (step S10), and Y is replaced with Z (step S11).

【0057】以上のような処理を、表形式データファイ
ルの変更時に自動的に行うことによって、人為的なミス
が防止され、速やかに変更後の環境設定が可能になる。
また、データ入力のために表形式データファイルを利用
する利用者は、データの位置とマクロプログラムによる
配列位置データの参照関係を意識せずに、自由に使いや
すい受付データ入力フォームを編集できるという効果が
ある。
By automatically performing the above-described processing when the tabular data file is changed, human error can be prevented and the changed environment can be promptly set.
In addition, a user who uses a tabular data file for data input can freely edit the reception data input form without being aware of the reference relationship between the data position and the array position data by the macro program. There is.

【0058】表形式データファイルは、データベースに
対するデータ入力操作のみならず、様々な分野に広く利
用されている。また表形式データファイルを参照した様
々なデータ処理を、マクロプログラムや表形式データフ
ァイルとは別に設けられた各種のコンピュータプログラ
ムで実行することが広く行われている。本発明では、マ
クロプログラムやその他のコンピュータプログラムに、
表形式データファイルを直接参照する配列位置データを
記入しておかないので、プログラムの保守管理が容易に
なるという効果がある。また、変数定義手段を、項目名
と配列位置データとの関係を明らかにした表形式データ
ファイルで作成することによって、利用者は項目名と配
列位置データの関係を目で確認することができ、操作性
に優れた環境を提供できる。
The tabular data file is widely used in various fields as well as the data input operation to the database. Further, it is widely practiced to execute various data processes referring to the tabular data file by various computer programs provided separately from the macro program and the tabular data file. In the present invention, macro programs and other computer programs,
Since the array position data that directly refers to the tabular data file is not entered, there is an effect that the maintenance of the program becomes easy. Also, by creating the variable definition means in a tabular data file that clarifies the relationship between item names and array position data, the user can visually check the relationship between item names and array position data. An environment with excellent operability can be provided.

【0059】なお、上記の演算処理装置に使用されたデ
ータやコンピュータプログラムは、既存のアプリケーシ
ョンプログラムに組み込んで使用してもよい。また、例
えばCD−ROMのようなコンピュータで読み取り可能
な記録媒体に記録して、任意の情報処理装置にインスト
ールして利用することができる。また、ネットワークを
通じて任意のコンピュータのメモリ中にダウンロードし
て利用することもできる。
The data and computer programs used in the above arithmetic processing unit may be incorporated into an existing application program for use. Also, it can be recorded in a computer-readable recording medium such as a CD-ROM and installed in any information processing device for use. It can also be downloaded and used in the memory of any computer via a network.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の表形式データファイルの、参照処理
システムの具体例を示し、図の(a)は表形式データフ
ァイルの例を示し、(b)は変数定義手段の例を示し、
(c)は演算手段の例を示す説明図である。
FIG. 1 shows a concrete example of a reference processing system of a tabular data file of the present invention, (a) of the figure shows an example of a tabular data file, (b) shows an example of a variable definition means,
(C) is an explanatory view showing an example of a calculation means.

【図2】 本発明の表形式データファイル参照処理シス
テムを実現するためのハードウェア構成を説明する説明
図である。
FIG. 2 is an explanatory diagram illustrating a hardware configuration for implementing the tabular data file reference processing system of the present invention.

【図3】 マクロプログラム中に、表形式データファイ
ルのデータの配列位置データを含めた場合の説明図であ
る。
FIG. 3 is an explanatory diagram of a case where array position data of data in a tabular data file is included in a macro program.

【図4】 (a)は従来のマクロプログラムと本発明に
よるマクロプログラムの比較例を示し、(b)は本発明
のシステムの表形式データファイルと変数定義ファイル
とマクロプログラムの関係の一例を示す説明図である。
FIG. 4A shows a comparative example of a conventional macro program and a macro program according to the present invention, and FIG. 4B shows an example of the relationship between a tabular data file, a variable definition file and a macro program of the system of the present invention. FIG.

【図5】 本発明の表形式データファイルの参照処理シ
ステムに適する付加的なプログラムの動作を示すフロー
チャートである。
FIG. 5 is a flowchart showing the operation of an additional program suitable for the reference processing system for tabular data files of the present invention.

【符号の説明】[Explanation of symbols]

1 表形式データファイル 2 セル 3 項目名 4 データ 5 変数定義手段(変数定義ファイル) 6 配列位置データ 7 マクロプログラム(,演算手段) 11 参照用変数 12 演算式 13 前処理部 1 Tabular data file 2 cells 3 item names 4 data 5 variable definition means (variable definition file) 6 array position data 7 Macro program (, calculation means) 11 Reference variables 12 arithmetic expressions 13 Pretreatment section

Claims (21)

【特許請求の範囲】[Claims] 【請求項1】 表形式データファイルに含まれる任意の
データをその配列位置データを使用して参照し、所定の
演算処理を実行する演算手段と、 前記演算手段が参照する前記表形式データファイルに含
まれるデータの配列位置データを前記演算手段の参照用
変数と対応させて記憶した変数定義手段と、 前記演算手段の動作前に、前記変数定義手段を使用し
て、前記演算手段の前記参照用変数に、対応する配列位
置データを設定する参照用変数設定手段とを備えたこと
を特徴とする表形式データファイルの参照処理システ
ム。
1. An arithmetic unit that refers to arbitrary data included in a tabular data file by using its array position data and executes a predetermined arithmetic process, and a tabular data file referred to by the arithmetic unit. Variable definition means for storing array position data of the data contained therein in association with a reference variable of the calculation means; and for the reference of the calculation means by using the variable definition means before the operation of the calculation means. A reference processing system for a tabular data file, comprising a reference variable setting means for setting array position data corresponding to a variable.
【請求項2】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 変数定義手段は、表形式データファイルから成ることを
特徴とする表形式データファイルの参照処理システム。
2. The tabular data file reference processing system according to claim 1, wherein the variable defining means comprises a tabular data file.
【請求項3】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 変数定義手段は、参照用変数の定義文を、参照用変数と
対応させて表示する、表形式データファイルから成るこ
とを特徴とする表形式データファイルの参照処理システ
ム。
3. The tabular data file reference processing system according to claim 1, wherein the variable defining means is a tabular data file for displaying the definition sentence of the reference variable in association with the reference variable. A reference processing system for tabular data files, which is characterized in that
【請求項4】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 前記変数定義手段は、表形式データファイル中に含めら
れることを特徴とする表形式データファイルの参照処理
システム。
4. The table format data file reference processing system according to claim 1, wherein the variable defining means is included in the table format data file.
【請求項5】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 前記変数定義手段は、表形式データファイル中に含めら
れ、表形式データファイル中の、前記演算手段が参照し
ているデータの配列位置が変更されたとき、変数定義手
段の該当する配列位置データを新たな配列位置データに
変更する定義変更手段を備えたことを特徴とする表形式
データファイルの参照処理システム。
5. The tabular data file reference processing system according to claim 1, wherein the variable defining means is included in the tabular data file, and is referenced by the computing means in the tabular data file. A reference processing system for a tabular data file, comprising definition changing means for changing corresponding array position data of the variable defining means to new array position data when the array position of the existing data is changed.
【請求項6】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 演算手段は、表形式データファイルに付加されたマクロ
プログラムであることを特徴とする表形式データファイ
ルの参照処理システム。
6. The tabular data file reference processing system according to claim 1, wherein the arithmetic means is a macro program added to the tabular data file. .
【請求項7】 請求項1に記載の表形式データファイル
の参照処理システムにおいて、 演算手段は、参照用変数を使用した演算処理を実行する
前に、変数定義用の表形式データファイル上に記憶され
た情報を利用して、前記参照用変数に対応する配列位置
データを設定し、その後、当該配列位置データを使用し
て、表形式データファイル中の該当するデータを参照
し、前記演算処理を実行することを特徴とする表形式デ
ータファイルの参照処理システム。
7. The tabular data file reference processing system according to claim 1, wherein the computing means stores on the tabular data file for variable definition before executing the computation processing using the reference variables. The array position data corresponding to the reference variable is set using the obtained information, and then the array position data is used to refer to the corresponding data in the tabular data file to perform the arithmetic processing. A tabular data file reference processing system characterized by being executed.
【請求項8】 表形式データファイルに含まれる任意の
データをその配列位置データを使用して参照し、所定の
演算処理を実行する場合に、 前記表形式データファイルに含まれるデータの配列位置
データを前記演算処理のための参照用変数と対応させて
記憶しておき、 予め、前記演算処理のための前記参照用変数に、対応す
る配列位置データを設定してから、前記演算処理を実行
することを特徴とする表形式データファイルの参照処理
方法。
8. Arrangement position data of data included in the tabular data file when arbitrary data included in the tabular data file is referenced using the array position data and a predetermined arithmetic process is executed. Is stored in association with a reference variable for the arithmetic processing, and the corresponding array position data is set in the reference variable for the arithmetic processing in advance, and then the arithmetic processing is executed. A reference processing method for a tabular data file, which is characterized in that
【請求項9】 請求項8に記載の表形式データファイル
の参照処理方法において、 表形式データファイルに、前記表形式データファイルに
含まれるデータの配列位置データを、前記演算処理のた
めの参照用変数と対応させて記憶させることを特徴とす
る表形式データファイルの参照処理方法。
9. The reference processing method for a tabular data file according to claim 8, wherein array position data of data included in the tabular data file is used for reference for the arithmetic processing in the tabular data file. A reference processing method for a tabular data file, which is stored in association with a variable.
【請求項10】 請求項8に記載の表形式データファイ
ルの参照処理方法において、 表形式データファイルに、前記表形式データファイルに
含まれるデータの配列位置データと、参照用変数の定義
文と、前記演算処理のための参照用変数とを対応させて
記憶させることを特徴とする表形式データファイルの参
照処理方法。
10. The tabular data file reference processing method according to claim 8, wherein the tabular data file includes array position data of data included in the tabular data file, and a definition statement of a reference variable, A reference processing method for a tabular data file, which stores the reference variables for the arithmetic processing in association with each other.
【請求項11】 請求項8に記載の表形式データファイ
ルの参照処理方法において、 前記表形式データファイル中に、前記表形式データファ
イルに含まれるデータの配列位置データを、前記演算処
理のための参照用変数と対応させて記憶させる領域を含
めることを特徴とする表形式データファイルの参照処理
方法。
11. The reference processing method for a tabular data file according to claim 8, wherein array position data of data included in the tabular data file is used for the arithmetic processing in the tabular data file. A reference processing method for a tabular data file, including an area to be stored in association with a reference variable.
【請求項12】 請求項8に記載の表形式データファイ
ルの参照処理方法において、 表形式データファイル中の、前記演算処理で参照してい
るデータの配列位置が変更されたことを検出して、参照
用変数と対応させて記憶させた配列位置データを新たな
配列位置データに変更することを特徴とする表形式デー
タファイルの参照処理方法。
12. The tabular data file reference processing method according to claim 8, wherein it is detected that the array position of the data referenced in the arithmetic processing in the tabular data file is changed, A reference processing method for a tabular data file, characterized in that array position data stored in association with a reference variable is changed to new array position data.
【請求項13】 請求項8に記載の表形式データファイ
ルの参照処理方法において、 演算処理を、表形式データファイルに付加されたマクロ
プログラムに実行させることを特徴とする表形式データ
ファイルの参照処理方法。
13. The reference processing method for a tabular data file according to claim 8, wherein the arithmetic processing is executed by a macro program added to the tabular data file. Method.
【請求項14】 請求項8に記載の表形式データファイ
ルの参照処理方法において、 参照用変数を使用した演算処理を実行する前に、変数定
義用の表形式データファイル上に記憶された情報を利用
して、前記参照用変数に対応する配列位置データを設定
し、その後、当該配列位置データを使用して、表形式デ
ータファイル中の該当するデータを参照し、前記演算処
理を実行することを特徴とする表形式データファイルの
参照処理方法。
14. The tabular data file reference processing method according to claim 8, wherein the information stored in the tabular data file for variable definition is stored before executing the arithmetic processing using the reference variables. By using the array position data corresponding to the reference variable, the array position data is used to refer to the corresponding data in the tabular data file to execute the arithmetic processing. The reference processing method of the characteristic tabular data file.
【請求項15】 表形式データファイルに含まれるデ
ータの配列位置データを前記演算処理のための参照用変
数と対応させて記憶したデータを利用して、 参照用変数に前記対応する配列位置データを設定する前
処理と、表形式データファイルに含まれる任意のデータ
をその配列位置データを使用して参照し、所定の演算を
する処理を、コンピュータに実行させる表形式データフ
ァイルの参照処理プログラム。
15. The array position data corresponding to the reference variable is utilized by using the data in which the array position data of the data included in the tabular data file is stored in association with the reference variable for the arithmetic processing. A reference processing program for a tabular data file that causes a computer to execute preprocessing to be set and refer to arbitrary data included in the tabular data file by using the array position data and perform a predetermined calculation.
【請求項16】 請求項15に記載の表形式データファ
イルの参照処理プログラムにおいて、 表形式データファイルに、前記表形式データファイルに
含まれるデータの配列位置データを、前記演算処理のた
めの参照用変数と対応させて記憶させたデータを利用す
ることを特徴とする表形式データファイルの参照処理プ
ログラム。
16. The tabular data file reference processing program according to claim 15, wherein array position data of data included in the tabular data file is used as a reference for the arithmetic processing in the tabular data file. A reference processing program for a tabular data file, which uses data stored in association with variables.
【請求項17】 請求項15に記載の表形式データファ
イルの参照処理プログラムにおいて、 表形式データファイル中の、前記演算処理で参照してい
るデータの配列位置が変更されたことを検出して、参照
用変数と対応させて記憶させた配列位置データを新たな
配列位置データに変更する処理を、コンピュータに実行
させる表形式データファイルの参照処理プログラム。
17. The tabular data file reference processing program according to claim 15, detecting that the array position of the data referred to in the arithmetic processing in the tabular data file is changed, A reference processing program for a tabular data file that causes a computer to execute processing for changing array position data stored in association with a reference variable into new array position data.
【請求項18】 請求項15に記載の表形式データファ
イルの参照処理プログラムにおいて、 表形式データファイルに付加されたマクロプログラム
に、前記演算処理実行させる表形式データファイルの参
照処理プログラム。
18. The reference processing program for the tabular data file according to claim 15, wherein the macro program added to the tabular data file causes the macro program to perform the arithmetic processing.
【請求項19】 請求項15に記載の表形式データファ
イルの参照処理プログラムにおいて、 参照用変数を使用した演算処理を実行する前に、変数定
義用の表形式データファイル上に記憶された情報を利用
して、前記参照用変数に対応する配列位置データを設定
し、その後、当該配列位置データを使用して、表形式デ
ータファイル中の該当するデータを参照し、前記演算処
理を、コンピュータに実行させる表形式データファイル
の参照処理プログラム。
19. The tabular data file reference processing program according to claim 15, wherein the information stored in the tabular data file for variable definition is stored before executing the arithmetic processing using the reference variables. The array position data corresponding to the reference variable is set by using the array position data, the array position data is used to refer to the corresponding data in the tabular data file, and the arithmetic processing is executed by the computer. Reference processing program for tabular data files.
【請求項20】 演算処理手段が、任意のデータをその
配列位置データを使用して参照することができるもので
あって、 参照されるデータと、参照されるデータの配列位置デー
タと、前記演算処理のための参照用変数とを対応させて
記憶させたことを特徴とする表形式データファイル。
20. Arithmetic processing means is capable of referring to arbitrary data using the array position data, wherein the referenced data, the array position data of the referenced data, and the operation. A tabular data file characterized by storing reference variables for processing in association with each other.
【請求項21】 請求項20に記載の表形式データファ
イルにおいて、 参照されるデータの配列位置データと、参照用変数の定
義文と、前記演算処理のための参照用変数とを対応させ
て記憶させたことを特徴とする表形式データファイル。
21. The tabular data file according to claim 20, wherein the array position data of the referenced data, the definition statement of the reference variable, and the reference variable for the arithmetic processing are stored in association with each other. A tabular data file characterized by
JP2002027384A 2002-02-04 2002-02-04 Reference processing system and method for table format data file, and program therefor Withdrawn JP2003228686A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002027384A JP2003228686A (en) 2002-02-04 2002-02-04 Reference processing system and method for table format data file, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002027384A JP2003228686A (en) 2002-02-04 2002-02-04 Reference processing system and method for table format data file, and program therefor

Publications (1)

Publication Number Publication Date
JP2003228686A true JP2003228686A (en) 2003-08-15

Family

ID=27748920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002027384A Withdrawn JP2003228686A (en) 2002-02-04 2002-02-04 Reference processing system and method for table format data file, and program therefor

Country Status (1)

Country Link
JP (1) JP2003228686A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107444A (en) * 2004-09-30 2006-04-20 Microsoft Corp Method for referring to dynamic data within spreadsheet formula and implementation
US8554582B2 (en) 2004-10-13 2013-10-08 Nissay Information Technology Co., Ltd. Data management apparatus and method thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107444A (en) * 2004-09-30 2006-04-20 Microsoft Corp Method for referring to dynamic data within spreadsheet formula and implementation
US8554582B2 (en) 2004-10-13 2013-10-08 Nissay Information Technology Co., Ltd. Data management apparatus and method thereof
US8694344B2 (en) 2004-10-13 2014-04-08 Nissay Information Technology Co., Ltd. Data management apparatus and method thereof

Similar Documents

Publication Publication Date Title
US7913159B2 (en) System and method for real-time validation of structured data files
US6279006B1 (en) Structured data management system and computer-readable recording medium storing structured data management program
US8694904B2 (en) Cross-browser rich text editing via a hybrid client-side model
CN108762743B (en) Data table operation code generation method and device
JPH07302257A (en) Electronic performance support system of computer mounting and its mounting method
JPH10124495A (en) Original text generation processor and medium for storing program for the same
US20080077564A1 (en) Document-search supporting apparatus and computer program product therefor
US20070120875A1 (en) Computer aided design interface
EP1768034A1 (en) Document processing device and document processing method
EP1744255A1 (en) Document processing device and document processing method
CN116009852A (en) Code construction method, device, computer equipment and storage medium
CN111459460B (en) Service data processing method and system
TW201324347A (en) System and method for managing commands of function module
JP2003228686A (en) Reference processing system and method for table format data file, and program therefor
JP2009151676A (en) Data processor, data processing method, and program
JP3741450B2 (en) Item component element execution method and execution apparatus
JP2009053767A (en) Program analysis device and program analysis method
JP4957043B2 (en) Information processing apparatus, program, and business application introduction method
CN111767412B (en) Data mapping method and system for knowledge graph construction and electronic equipment
JP5965785B2 (en) Use case scenario creation support device, use case scenario creation support method, and use case scenario creation support program
JP3290778B2 (en) Trouble analysis support device
JPH1185491A (en) Automatic generation system for plural documents
JP2009104336A (en) Software deliverable management system and its method and program
JPH11259460A (en) Document processor
JP2001325097A (en) Help function generating device, help function generating method and computer-readable recording medium with help function generation program recorded thereon

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050405