JP2656923B2 - Spreadsheet processor - Google Patents

Spreadsheet processor

Info

Publication number
JP2656923B2
JP2656923B2 JP62097695A JP9769587A JP2656923B2 JP 2656923 B2 JP2656923 B2 JP 2656923B2 JP 62097695 A JP62097695 A JP 62097695A JP 9769587 A JP9769587 A JP 9769587A JP 2656923 B2 JP2656923 B2 JP 2656923B2
Authority
JP
Japan
Prior art keywords
cell
item name
item
row
operand
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.)
Expired - Fee Related
Application number
JP62097695A
Other languages
Japanese (ja)
Other versions
JPS63262756A (en
Inventor
利成 田村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62097695A priority Critical patent/JP2656923B2/en
Publication of JPS63262756A publication Critical patent/JPS63262756A/en
Application granted granted Critical
Publication of JP2656923B2 publication Critical patent/JP2656923B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概要〕 表の行と桁の交点位置にある要素(セルという)が座
標で指定され,セルの属性としてそのセルの値を与える
計算式が定義できる表計算処理システムでは,セル座標
を指定することから生じる煩雑さを解消するため,表の
項目名を用いた仮計算式をつくって表計算を指示し,シ
ステム内でセル座標を用いた実計算式に変換してから実
行させるようにした。
DETAILED DESCRIPTION OF THE INVENTION [Summary] A table calculation processing system in which an element (referred to as a cell) at the intersection of a row and a digit in a table is specified by coordinates, and a calculation formula for giving the value of the cell as a cell attribute can be defined. Then, in order to eliminate the complexity caused by specifying the cell coordinates, a temporary calculation formula using the table item names is created, the spreadsheet is instructed, and the actual calculation formula using the cell coordinates is converted in the system. And then run it.

〔産業上の利用分野〕[Industrial applications]

本発明は,表計算処理装置に関し,特にスプレッドシ
ート形式の表の計算処理を容易にするための表計算処理
装置に関する。
The present invention relates to a spreadsheet processing apparatus, and more particularly to a spreadsheet processing apparatus for facilitating a spreadsheet format table calculation process.

〔従来の技術〕[Conventional technology]

従来,パーソナルコンピュータでは,表計算を効率良
く行わせる目的でスプレッドシートが用いられる。スプ
レッドシートは,たとえば単一平面に展開された9.999
行×127桁の大きな一枚の表を対象としたものである。
2. Description of the Related Art Conventionally, spreadsheets have been used in personal computers for the purpose of efficiently performing spreadsheet calculations. Spreadsheets are, for example, 9.99 spread out on a single plane
This is for a single large table of rows x 127 columns.

行及び桁には一連の座標が割り振られ,各行と各桁の
交点はセルとして,文字列又は数値を入力,あるいは表
示することができ,又他のセルをオペランドとした計算
式を入力できる。これらのセルは座標によって指定され
る。
A series of coordinates are allocated to the rows and columns, and the intersection of each row and each column can be a cell, where a character string or a numerical value can be input or displayed, and a calculation formula using another cell as an operand can be input. These cells are specified by coordinates.

この様に任意のセルに計算式を定義できるところがス
プレッドシートの大きな特徴である。
A major feature of spreadsheets is that a calculation formula can be defined in an arbitrary cell.

第16図は,スプレッドシートの一例である。この表は
A店,B店,C店,D店の塗り上げデータをもとに、各店の売
り上げ比率を自動計算する目的のものである。自動計算
の為には,セルB3〜E3及びF2に次に示す計算式を入力し
なければならない(B3〜E3,F2はセルの座標を示す)。
FIG. 16 is an example of a spreadsheet. This table is for the purpose of automatically calculating the sales ratio of each store based on the painting data of Store A, Store B, Store C and Store D. For automatic calculation, the following formula must be entered in cells B3 to E3 and F2 (B3 to E3, F2 indicate the coordinates of the cells).

B3;(B2/F2)*100 C3;(C2/F2)*100 D3;(D2/F2)*100 E3;(E2/F2)*100 F2;(B2+C2+D2+E2) 〔発明が解決しようとする問題点〕 従来のスプレッドシート形式の表を用いた表計算処理
方式では,セルが全ての処理の基本であり,特に計算式
については,入力すべきセルの個々に,オペランドとな
るセルの座標を求め入力して行がなければならなかっ
た。
(B2 / F2) * 100 C3; (C2 / F2) * 100 D3; (D2 / F2) * 100 E3; (E2 / F2) * 100 F2; (B2 + C2 + D2 + E2) [Problems to be Solved by the Invention In the conventional spreadsheet processing method using a spreadsheet format table, cells are the basis of all processing, and especially in the case of calculation formulas, the coordinates of the cells to be operands are calculated for each cell to be input. And had to have a line.

従って大きい表ほど煩雑さが甚しくなるため,そのよ
うな煩雑さを解消するコマンドや関数を用意することが
必須となってくる。その代表例は,Replicate(複写)コ
マンドである。例えば第16図の例において/R133,C3:E3
と指示すると,セルC3〜E3に妥当な計算式が一度に入力
される様になっている。またセルF3にSUM(B2:E2)の様
な形の関数を入力しても,同様な結果が得られる様にな
っている。
Therefore, the larger the table becomes, the more complicated it becomes. Therefore, it is necessary to prepare a command or a function for eliminating such complexity. A typical example is the Replicate command. For example, in the example of FIG. 16, / R133, C3: E3
, An appropriate calculation formula is input to cells C3 to E3 at a time. Similar results can be obtained by inputting a function such as SUM (B2: E2) into cell F3.

しかし,煩雑さを解消しようと思えば思う程,上記の
例のような複雑なコマンドや関数を多数用意しなければ
ならず,操作方法の理解は益々難しくなる傾向にある。
However, the more complicated the user wants to solve, the more complicated commands and functions as in the above example must be prepared, and the operation method tends to be more difficult to understand.

この基本的な原因は,スプレッドシート形式の表の機
能が全てセルのレベルに帰着して提示されているためで
あり,その結果,初心者にとってスプレッドシートの概
念そのものが容易に理解し難いものとなっている。
The basic reason for this is that the functions of spreadsheet-type tables are all presented at the level of cells, which makes it difficult for beginners to understand the concept of spreadsheets. ing.

〔問題点を解決するための手段〕[Means for solving the problem]

本発明は,表の意味理解が表上の項目名を媒介して行
われる事に着眼し,項目名をスペレッドシート形式の表
の概念の中心に据えるものである。即ち利用者は,表形
式を与えた上で表に現れる項目名を用いて仮計算式を定
義することにより,スプレッドシート形式の表が持つ表
計算機能を容易に得られるようにするものである。
The present invention focuses on the fact that the meaning of a table is understood through the item names on the table, and places the item names at the center of the concept of a table in a spreadsheet format. That is, the user can easily obtain the spreadsheet function of the spreadsheet format table by defining the provisional calculation formula using the item names appearing in the table after giving the table format. .

第1図は,本発明の原理的構成を例示的方法を用いて
示したものである。
FIG. 1 shows the principle configuration of the present invention using an exemplary method.

第1図において, 10は,スプレッドシート形式の表の計算処理機能をも
つデータ処理装置である。
In FIG. 1, reference numeral 10 denotes a data processing device having a function of calculating a spreadsheet format table.

11′は,表データ指定部であり,利用者からの表形式
の指示を受ける部分である。
Numeral 11 'denotes a table data designating section which receives a table-format instruction from the user.

11は,表データ記憶部であり,表データ指定部11′が
指定した処理対象の単一または複数の表の形式に関する
データ,たとえば表名,項目名,セル座標等を含む表の
構造データが記憶されている。
Reference numeral 11 denotes a table data storage unit, which stores data relating to the format of one or more tables to be processed specified by the table data specification unit 11 ', for example, table structure data including table names, item names, cell coordinates, and the like. It is remembered.

12は,仮計算式指定部であり,利用者からの仮計算式
の指示を受ける部分である。仮計算式は,単一または複
数の表の項目名,あるいは表名と項目名とを用いて指定
される。
Reference numeral 12 denotes a provisional calculation formula designating unit, which receives instructions of the provisional calculation formula from the user. The tentative formula is specified using the item names of one or more tables, or the table name and the item names.

13は,仮計算式記憶部であり,仮計算式指定部12が指
定した仮計算式を記憶する。
Reference numeral 13 denotes a temporary calculation formula storage unit that stores the temporary calculation formula specified by the temporary calculation formula specification unit 12.

14は,実計算式生成部であり,指定された仮計算式と
表データとを用いて,値を計算する必要のあるセルに対
して,関連するセルのセル座標をオペランドとする,あ
るいは関数の引数とする実計算式を生成する処理を行
う。
Reference numeral 14 denotes an actual calculation formula generation unit, which uses a specified provisional calculation formula and table data for a cell whose value needs to be calculated, using the cell coordinates of a related cell as an operand, or a function. Performs processing to generate an actual calculation expression as an argument of.

15は,実計算式記憶部であり,生成された実計算式を
表と対応づけて記憶する。
Reference numeral 15 denotes an actual calculation expression storage unit, which stores the generated actual expression in association with a table.

16は,表計算部であり,実計算式を用いて該当するセ
ルの値を計算し,表を作成する。
Reference numeral 16 denotes a spreadsheet, which calculates a value of a corresponding cell using an actual calculation formula and creates a table.

17は,キーボード等のデータ入力装置であり,利用者
が表形式や,仮計算式を指定する際に,入力手段として
使用される。
Reference numeral 17 denotes a data input device such as a keyboard, which is used as input means when a user specifies a table format or a provisional calculation formula.

18は,表示装置であり,データ処理装置が利用者と対
話形式で処理を進めるために,データ入力装置17ととも
に使用される。
Reference numeral 18 denotes a display device, which is used together with the data input device 17 in order for the data processing device to proceed with processing in a dialogue with the user.

19は,プリンタであり,処理結果の表を出力するため
に使用される。
Reference numeral 19 denotes a printer, which is used to output a processing result table.

〔作用〕[Action]

第2図により本発明の作用を説明する。第2図は,本
社経費を各支店に配分負担させるための計算表の例であ
る。
The operation of the present invention will be described with reference to FIG. FIG. 2 is an example of a calculation table for distributing the head office expenses to each branch.

まず表データ指定部11′で第2図に示す表形式を指定
し,表データ記憶部11に記憶された上で本社で発生した
接待費,旅費,光熱費,賃借料の各費目ごとに売上高,
売場面積,人員数にそれぞれ応じた配賦率に沿った費用
配分を計算する為に利用者は,仮計算式を〔費用配分〕
=〔費用〕*〔配賦率〕として,仮計算式指定部12によ
り指定する。これにより,実計算式生成部14は,次のよ
うな実計算式を自動生成する。
First, the table format shown in FIG. 2 is specified by the table data specifying unit 11 ', and the sales are stored in the table data storage unit 11, and sales are generated for each item of entertainment expenses, travel expenses, utility expenses, and rent which are incurred at the head office. High,
To calculate the cost allocation according to the allocation rate according to the sales floor area and the number of employees, the user sets the provisional calculation formula [cost allocation]
= [Expense] * [allocation ratio], and is designated by the provisional calculation formula designation unit 12. As a result, the real calculation formula generation unit 14 automatically generates the following real calculation formula.

ここで,表の行座標は1,2,3,…,33で表され,また桁
座標はA,B,C,…,Iで表されるので,表のセル座標は,た
とえばC24,E26のように与えられる。
Here, the row coordinates of the table are represented by 1,2,3, ..., 33, and the column coordinates are represented by A, B, C, ..., I. Therefore, the cell coordinates of the table are, for example, C24, E26 Is given as

次に各パラメータ(売上高,売場面積,人員数)へ費
用配分された結果を各店にパラメータの比率に応じて割
り振る。それには仮計算式を〔負担経費〕=〔費用配
分〕*〔比率〕として,仮計算式指定部12により指定す
れば良い。これにより,実計算式生成部14は、次の様な
実計算式が自動生成する。
Next, the result of the cost distribution to each parameter (sales, sales floor area, number of personnel) is allocated to each store according to the parameter ratio. For this purpose, the provisional calculation formula may be designated by the provisional calculation formula designating unit 12 as [burden expense] = [cost allocation] * [ratio]. As a result, the real calculation formula generation unit 14 automatically generates the following real calculation formula.

この様に,項目名をスプレッドシート形式の表の概念
の基礎に据える事は,スプレッドシート形式の表を使お
うとする者の思考様式に,より一層なじむものとなり,
それにより本質的に使い易さの向上が得られる。
Putting item names on the basis of the concept of a spreadsheet-type table in this way makes it even more compatible with the thinking style of those who intend to use a spreadsheet-type table.
This essentially improves usability.

〔実施例〕〔Example〕

第3図は,本発明の1実施例のブロック構成を示した
ものである。
FIG. 3 shows a block configuration of one embodiment of the present invention.

第3図において,20はデータ処理装置,21は対話制御
部,22は表形式や仮計算式に関する知識ベース,23は実計
算式を生成する推論エンジン部,24は実計算式に基づき
表計算処理を行う従来のスプレッドシート機能部,25は
利用者の端末である。
In FIG. 3, reference numeral 20 denotes a data processing device, 21 denotes a dialogue control unit, 22 denotes a knowledge base relating to a table form and a tentative calculation formula, 23 denotes an inference engine unit that generates a real calculation formula, and 24 denotes a table calculation based on the real calculation formula. A conventional spreadsheet function unit 25 for processing is a user terminal.

対話制御部21は,利用者が定義する表形式や仮計算式
を端末25が受け取り,その情報を所定の形式に従い構造
化したデータとして,知識ベース22に展開する。
In the dialogue control unit 21, the terminal 25 receives a table format or a temporary calculation formula defined by the user, and develops the information in the knowledge base 22 as structured data according to a predetermined format.

第4図(第4図(a)と第4図(b)とを含む)は第
2図の表に対応する表形式の例であり,また第5図は仮
計算式 〔負担経費〕=〔費用配分〕*〔比率〕 についての構造化したデータの格納例を示す。
FIG. 4 (including FIGS. 4 (a) and 4 (b)) is an example of a tabular form corresponding to the table of FIG. 2, and FIG. 5 is a provisional calculation formula [burden cost] = An example of storing structured data on [cost allocation] * [ratio] will be described.

なお第4図および第5図のデータ構造は、人工知能の
分野で機知の技術であるフレーム表現に準拠したもので
ある。
The data structures in FIGS. 4 and 5 are based on a frame expression, which is a technique known in the field of artificial intelligence.

表形式の格納に当たっては,それぞれの項目名が桁を
支配するものか,行を支配するものか,あるいはそれら
の階層関係などについての識別が要求される。
When storing in table format, it is required to identify whether each item name controls a digit, a row, or their hierarchical relationship.

桁か行かの識別は,例えば最右下端のセルに着目し,
上方向及び左方向に1アドレスずつ補助線を進め,項目
名を有するセルにぶつかった所で仮の識別線を引く事に
より達成できる。
In order to distinguish between a digit and a row, for example, focus on the bottom right cell,
This can be achieved by advancing the auxiliary line one address at a time in the upward and left directions, and drawing a temporary identification line at the location where it hits the cell having the item name.

また階層関係の識別は,罫線の描画状態とその包合関
係とを認識することにより,従来技術で容易に達成でき
る。
In addition, identification of the hierarchical relationship can be easily achieved by the conventional technology by recognizing the drawing state of the ruled line and the inclusion relationship.

第4図において,name,row−item等は,フレームのス
ロットを示しており,nameは表に与えられる表名称を格
納する為のスロットである。本例に於いては表名称は未
定義であるが,表名称の与え方は操作仕様の問題であり
本発明に関わるものではない。
In FIG. 4, names, row-items, etc. indicate slots of a frame, and name is a slot for storing a table name given to the table. In this example, the table name is undefined, but how to assign the table name is a matter of operation specification and does not relate to the present invention.

row−itemは行項目名群を格納するスロットであり,Co
lumn−itemは桁項目名群を格納するスロットである。
row-item is a slot for storing a group of row item names.
“lumn-item” is a slot for storing a group of digit item names.

head−itemは頭頂部分にある桁にも行にも属さない項
目名群を格納するスロットである。
The head-item is a slot for storing a group of item names that do not belong to any column or row at the top of the head.

row−rangeは,表範囲及び入力操作のセル領域を示す
行座標を格納するスロットであり,Column−rangeは,桁
座標を格納するスロットである。
The row-range is a slot storing row coordinates indicating a table range and a cell area of an input operation, and the column-range is a slot storing digit coordinates.

項目名群は(L 項目名 ポインタ 座標)あるいは
(p ポインタ 項目名)の形式のリストの形で格納さ
れるが,L及びpの2種の形式を設けたのは,項目名の階
層関係を識別する為である。
The item name group is stored in the form of a list in the form of (L item name pointer coordinate) or (p pointer item name). This is for identification.

第5図におけるidentは,仮計算式の具体例として生
成される実計算式ごとに生成されるINSTANCEフレームと
の関連をとる標識を格納するスロット,expは仮計算式の
形式をリストの形で格納するスロットである。
In FIG. 5, ident is a slot for storing an indicator relating to an INSTANCE frame generated for each actual calculation formula generated as a specific example of the tentative calculation formula, and exp is a list of the format of the tentative calculation formula. The slot to store.

entryは,仮計算式の左辺であるエントリ項目名を格
納するスロット,operandは,仮計算式の右辺を構成する
オペランド項目名あるいは表名称を格納するスロットで
ある。ruleスロットについては後述する。
entry is a slot for storing an entry item name on the left side of the provisional calculation formula, and operand is a slot for storing an operand item name or a table name constituting the right side of the provisional calculation formula. The rule slot will be described later.

推論エンジン部23は,知識ベース,例えば第4図,第
5図に対し,下記の処理を進める。
The inference engine unit 23 performs the following processing on the knowledge base, for example, FIG. 4 and FIG.

(1) EXPRESSIONフレーム(第5図参照)のentryス
ロットからエントリ項目名,即ち〔負担経費〕を抽出す
る。
(1) The entry item name, that is, [burden] is extracted from the entry slot of the EXPRESSION frame (see FIG. 5).

(2) TABLEフレームのrow−item,Column−item,head
−itemスロットを探索し,(L 負担経費 *p1 *a
1)及び(p *p2 負担経費)をパターンとして照合
する。尚*p1,*a1などは変数である。
(2) row-item, Column-item, head of TABLE frame
Search for -item slot and (L Burden cost * p1 * a
1) and (p * p2 Expense) are compared as patterns. * P1, * a1, etc. are variables.

この場合の例では,(L 負担経費 nil A15)と
(p006負担経費)とが照合し,*p1にni1が代入される
ことから〔負担経費〕は階層構造の最上位にある事,ま
たrow−itemスロットに見出される事から,行項目名で
ある事が認識される。
In this case, (L cost nil A15) and (p006 cost) are collated, and ni1 is assigned to * p1, so [burden cost] is at the top of the hierarchical structure. It is recognized as a line item name because it is found in the −item slot.

(3) パターン(L*item1 *p2 *a2)と照合し,
*p2=006となっているからポイント006を有するリス
ト,即ち(L接待費006 B9),(L旅費006 B12),
(L光熱費006 B15),(L賃借料006 B18)を抽出す
る。
(3) Check with the pattern (L * item1 * p2 * a2)
* Since p2 = 006, the list having the point 006, that is, (L entertainment expenses 006 B9), (L travel expenses 006 B12),
(L utilities 006 B15) and (L rent 006 B18) are extracted.

次にパターン(p *p3 *item 1)と照合を繰り返す
事により,*item1には,接待費,旅費,光熱費,賃借
料が代入されている事から,*p3は,002,003,004,005が
代入される。
Next, by repeating the pattern (p * p3 * item 1) and matching, * enter1 is replaced with 002,003,004,005 because * item1 contains entertainment, travel, utilities, and rent. .

次にパターン(L*item2 *p3 *a3)と照合する
事により,(L売上002 C8),(L面積002 C9),(L
人員002 C10),(L売上003 C11),(L面積003 C1
2),(L人員003 C13)(L売上004 C14),(L面積0
04 C15),(L人員004 C16),(L売上005 C17),
(L面積005 C18),(L人員005 C19)が得られるが,
次のパターン(p *p4 *item2)と照合しても成功せ
ず,従ってこれらが最下層であることが認識される。
Next, by matching with the pattern (L * item2 * p3 * a3), (L sales 002 C8), (L area 002 C9), (L
Personnel 002 C10), (L sales 003 C11), (L area 003 C1)
2), (L personnel 003 C13) (L sales 004 C14), (L area 0
04 C15), (L personnel 004 C16), (L sales 005 C17),
(L area 005 C18) and (L personnel 005 C19) are obtained,
Matching with the next pattern (p * p4 * item2) does not succeed, and therefore it is recognized that these are the bottom layer.

(4) (3)からエントリ項目名〔負担経費〕が支配
する行として第8行〜第19行が抽出される。
(4) Lines 8 to 19 are extracted from (3) as lines in which the entry item name [burden expense] is dominant.

(5) Column−rangeスロットのリスト((AH)(D
H))に,CDAR関数を施して,(DH)を抽出し,{DEFG
H}と{8 9 10 11 12 13 14 15 16 17 18 19}の直積操
作で,座標D8,D9〜H19を求める。これらの座標に対応し
たセルはエントリセルの候補である。
(5) Column-range slot list ((AH) (D
H)), apply the CDAR function to extract (DH),
The coordinates D8, D9 to H19 are obtained by the direct product operation of H} and {8 9 10 11 12 13 14 15 16 17 18 19}. Cells corresponding to these coordinates are entry cell candidates.

(6) (5)に於いて求めた座標に対応したセルを支
配する全ての行項目名及び桁項目名から成る項目名群を
そのセルにリンクする。第6図がその例である。
(6) An item name group consisting of all line item names and column item names that control the cell corresponding to the coordinates obtained in (5) is linked to the cell. FIG. 6 shows an example.

(7) EXPRESSIONフレームのoperandスロットからオ
ペランド項目名〔費用配分〕と〔比率〕を求め,それぞ
れについて(2)〜(6)と同様の処理により,オペラ
ンドセルの候補を求め項目名群を各セルにリンクする。
第7図,第8図がその例である。
(7) Operand item names [cost allocation] and [ratio] are obtained from the operand slot of the EXPRESSION frame. Operand cell candidates are obtained by the same processing as in (2) to (6), and the item name group is determined for each cell. Link to
FIG. 7 and FIG. 8 are examples.

(8) エントリ候補(D8〜H19)の個々を実エントリ
として選択し,オペランドセル候補にリンクした項目名
群とオペランド項目名ごとの照合をとり,当該エントリ
項目名及びオペラド項目名を除いて照合する項目名の数
が最も多い状態で唯一選択されるセルを,その実エント
リセルに対する実オペランドセルとする。
(8) Each of the entry candidates (D8 to H19) is selected as a real entry, the item names linked to the operand cell candidates are checked against the operand item names, and the matching is performed except for the entry item name and the operand item name. The only cell selected in the state where the number of item names to be executed is the largest is the real operand cell for the real entry cell.

全てのオペランド項目名について実オペランドセルを
求め,これらの実エントリセルと実オペランドセルの組
を用い,EXPRESSIONフレームのexpスロットを参照して,
仮計算式に対する一つの具体例として実計算式を生成す
る。この実計算式を従来のスプレッドシート機能部分に
渡せば,当該セルへの実計算式の入力が達成できる。実
計算式の生成に対応してINSTANCEフレームを生成し知識
ベースに置く。
Obtain the actual operand cells for all operand item names, and use the set of these actual entry cells and actual operand cells to refer to the exp slot of the EXPRESSION frame,
An actual calculation formula is generated as one specific example for the provisional calculation formula. If this actual calculation formula is passed to the conventional spreadsheet function part, the input of the actual calculation formula into the relevant cell can be achieved. Generate an INSTANCE frame corresponding to the generation of the actual calculation formula and place it in the knowledge base.

第6図において,D8を実エントリセルとして選択した
時,これにリンクした項目名群はエントリ項目名を除い
であり,オペランド項目名〔費用配分〕の実オペランド
選択のために,第7図に示す形式に構造化したデータか
らオペランド項目名を除いたものとの照合を取る。第7
図の例では が照合する項目名が最も多く,唯一選択されるので座標
C28に相当したセルを実オペランドセルとする。
In FIG. 6, when D8 is selected as the actual entry cell, the item name group linked to this is excluded except for the entry item name. In order to select the actual operand of the operand item name [cost allocation], the data is compared with the data structured in the format shown in FIG. 7 excluding the operand item name. Seventh
In the example shown Has the most item names to be matched and is the only item selected, so coordinates
Let the cell corresponding to C28 be the actual operand cell.

オペランド項目名〔比率〕についても,第8図に示す
構造化したデータから,同様の処理により座標D5に相当
したセルが実オペランドセルとして選択される。
As for the operand item name [ratio], the cell corresponding to the coordinate D5 is selected as the actual operand cell from the structured data shown in FIG. 8 by the same processing.

ここで,D8,C28,D5の組が得られ,第5図に示すEXPRES
SIONフレームのexpスロットを参照し,D8;C28*D5を仮計
算式に対する一つの具体例としての実計算式として得
る。
Here, a set of D8, C28, and D5 is obtained, and EXPRES shown in FIG. 5 is obtained.
With reference to the exp slot of the SION frame, D8; C28 * D5 is obtained as an actual calculation formula as one specific example for the provisional calculation formula.

第9図は,本実計算式に対応したINSTANCEフレームを
示す。
FIG. 9 shows an INSTANCE frame corresponding to the actual calculation formula.

上述した処理は知識ベースに格納されるif〜then〜形
式のルールに導かれて実行される。ルールを解釈実行す
るのが推論エンジン部23である。これはプロダクション
システムとして既知の技術である。上述した例におい
て,H桁は実エントリセルとして妥当でない。これを除外
する手段として,ルールの中に特定の項目名を除外する
知識を埋め込むか,エントリセル候補を得た時点で操作
者に確認を求めるなどの方法が可能である。
The above-described processing is executed by being guided by the rules of the if-then format stored in the knowledge base. The inference engine unit 23 interprets and executes the rules. This is a technique known as a production system. In the above example, the H digit is not valid as a real entry cell. As a means for excluding this, a method of embedding knowledge for excluding a specific item name in a rule or asking the operator to confirm when an entry cell candidate is obtained is possible.

以下に,より広範囲な表の態様に対応するための技術
を述べる。
The following describes techniques for supporting a wider range of tabular forms.

(1) 第16図に仮計算式〔売上比率〕=〔売上〕/
〔合計〕を作用させた場合,上述した処理では,オペラ
ンド項目名〔合計〕に対する実オペランドセルは不定と
なる。エントリ項目名とオペランド項目名が行と桁にそ
れぞれ所属する場合,実オペランドセルの不定は正常で
ある。この状況に対応するためには,新たな実オペラン
ドセル選択ルールを設ければ良い。
(1) Figure 16 shows the tentative formula [sales ratio] = [sales] /
When [Sum] is applied, the actual operand cell corresponding to the operand item name [Sum] is undefined in the above-described processing. When the entry item name and the operand item name belong to the row and the column, respectively, the uncertainty of the actual operand cell is normal. To cope with this situation, a new real operand cell selection rule may be provided.

そのルールは次の形を有する。即ち,if(実オペラン
ドセルが不定)∧(エントリ項目名と当該オペランド項
目名とが行と桁に分かれている)∧(エントリ項目名と
同一の行か桁に属するオペランド項目名が唯一存在す
る)then(当該オペランド項目名と地方のオペランド項
目名の両者に支配されるセルを実オペランドセルとす
る)。
The rule has the following form: That is, if (the actual operand cell is undefined) ∧ (the entry item name and the operand item name are divided into rows and digits) ∧ (there is only one operand item name that belongs to the same row or digit as the entry item name) then (the cell controlled by both the operand item name and the local operand item name is defined as an actual operand cell).

(2) 第10図は,簡単な給与表である。この表では桁
項目名が未定義である。この様な表を不完全形式の表と
称する。これに対して第16図と第2図の様に,全ての行
及び桁が何らかの項目名で支配されている表を完全形式
の表と称する。不完全形式の表のままでは上述した処理
は進められない。これに対応するため,仮計算式の項目
名に支配されない行又は桁を選んで仮の項目名を付与す
る。
(2) Figure 10 is a simple salary table. In this table, the column item names are undefined. Such a table is called an incomplete table. On the other hand, as shown in FIGS. 16 and 2, a table in which all rows and columns are controlled by some item names is referred to as a full format table. If the table is in an incomplete format, the above processing cannot be performed. In order to cope with this, a row or a digit not controlled by the item name of the provisional calculation formula is selected and a provisional item name is given.

第10図の例で,仮計算式〔支給額〕=〔基本給〕−
〔税金〕を処理するためには,座標B1〜A1に任意の仮の
項目名,例えばPSEUD 01〜PSEUD 05を付与した上で,上
述の処理を行えば良い。
In the example of Fig. 10, the temporary calculation formula [payment amount] = [basic salary]-
In order to process the [tax], the above-described processing may be performed after adding an arbitrary temporary item name, for example, PSEUD 01 to PSEUD 05 to the coordinates B1 to A1.

(3) 第11図は,簡単な収支表である。この場合の仮
計算式は〔残高〕=〔残高〕+〔収入〕−〔支出〕であ
るが両辺の〔残高〕に対応する実エントリセルと実オペ
ランドセルは,1行ずれていなければならない。この様な
状況に対応する手段として,代入例のプロトタイプを操
作者が指示する方法がある。
(3) Figure 11 is a simple balance table. The temporary formula in this case is [balance] = [balance] + [income] − [expenditure], but the actual entry cell and the actual operand cell corresponding to [balance] on both sides must be shifted by one line. As a means for coping with such a situation, there is a method in which the operator indicates a prototype of the substitution example.

第11図の例では,例えば左辺の〔残高〕に対応して座
標E3のセルを,右辺の〔残高〕に対応して座標E2のセル
を,〔収入〕,〔支出〕に対しては座標C3,D3のセルを
マウスなどのポインティングデバイスで操作者が指示す
る。
In the example of FIG. 11, for example, the cell at coordinate E3 corresponding to [balance] on the left side, the cell at coordinate E2 corresponding to [balance] on the right side, and the coordinate for [income] and [expense] The operator designates cells C3 and D3 with a pointing device such as a mouse.

これにより,EXPRESSIONフレームのruleスロットを修
飾し,本例では第12図のEXPRESSIONフレームが生成され
る。
Thereby, the rule slot of the EXPRESSION frame is modified, and in this example, the EXPRESSION frame of FIG. 12 is generated.

仮計算式の一つの具体例として,実計算式を構成する
実オペランドセルの組が上述した処理で得られたなら
ば,改めてruleスロットを参照して実オペランドセルの
座標を修正し,正しい実オペランドセルを得る。
As a specific example of the tentative calculation formula, if the set of real operand cells forming the real calculation formula is obtained by the above-described processing, the coordinates of the real operand cells are corrected by referring to the rule slot again, and Get the operand cell.

例えば上述した処理により,一つの具体例として実エ
ントリセル;実オペランドセルの組E4;E4,C4,D4が得ら
れるが,ruleスロットの(残高−1)を参照して,オペ
ランドのE4を1行減じE4;E3,C4,D4の組を得る事がで
き,これから正しい実計算式を生成できる。
For example, by the above-described processing, a set of real entry cells; real operand cells E4; E4, C4, and D4 are obtained as one specific example. Referring to (balance-1) in the rule slot, the operand E4 is set to 1 A line subtraction E4; a set of E3, C4, D4 can be obtained, and a correct actual calculation formula can be generated from this.

(4) 第13図と第14図は,表検索が必要となる例を示
している。
(4) FIGS. 13 and 14 show examples where a table search is required.

第13図は,給与計算表の一部で,給与所得控除額を社
保控除後支給額の値から別表で参照して(社保控除後支
給額×比率+定額)により求めるものである。
Fig. 13 shows a part of the salary calculation table, in which the salary deduction is obtained by referring to the separate table from the value of the amount deducted from company insurance (amount deducted from company insurance x ratio + fixed amount).

また第14図は,従業員の等給,習熟度に応じた職能給
を職能給テーブルを参照して,氏名ごとにリストアップ
するための表である。
FIG. 14 is a table for listing the salaries of employees according to their equal salaries and proficiency levels by name with reference to the salary table.

いずれの場合でも,従来はLook up(テーブルポイン
タ,桁番号,検索範囲)の形を有する検索関数を用い,
例えば第13図のセルC6に対しては,1を比率,2を定額とし
て,C4*Look up(C4,1,A11:D17)+Look up(C4,2,A11,
D17)を,また第14図のセルD3に対しては,Look up(B3,
C3,B12:F15)を入力する様になっている。
In either case, a search function with the form of Look up (table pointer, digit number, search range) is conventionally used,
For example, for cell C6 in FIG. 13, 1 is a ratio, 2 is a fixed amount, and C4 * Look up (C4,1, A11: D17) + Look up (C4,2, A11,
D17), and for cell D3 in FIG. 14, Look up (B3,
C3, B12: F15).

本発明は,仮計算式を,第13図に対しては〔給与所得
控除額〕=〔社保控除後支給額〕*〔別表:比率〕+
〔別表:定額〕,また第14図に対しては〔職能給〕=
〔職能給テーブル〕の形で入力し,妥当な検索関数を含
んだ上述の実計算式を生成可能とするものである。
In the present invention, the provisional calculation formula is calculated as follows: [Deduction of employment income] = [Amount after deduction of company insurance] * [Appendix: Ratio] +
[Appendix: fixed amount], and for [Fig. 14] [professional salary] =
This is entered in the form of [profession pay table], and the above-mentioned actual calculation formula including an appropriate search function can be generated.

本発明の要件は,被検索表から抽出されたテーブルポ
インタに対応する項目名及び桁番号に対応する項目名の
それぞれの項目名について,エントリセル項目名が属す
る表(主表)の形式に関する構造化したデータを探索
し,その項目名が主表上で行項目か桁項目かを見い出
し,行項目であれば,主表上でその項目名が支配する行
と実エントリセルが属する桁の交点,桁項目であればそ
の項目名が支配する桁と実エントリセルが属する行の交
点の座標を検索関数の所定の位置の引数として,その実
エントリセルに対応した検索関数を生成するものであ
る。
A requirement of the present invention is that, for each item name corresponding to the table pointer and the column name corresponding to the digit number extracted from the table to be searched, the structure related to the format of the table (main table) to which the entry cell item name belongs. Searches the coded data and finds whether the item name is a line item or a column item on the main table, and if it is a line item, the intersection of the row dominated by the item name and the digit to which the actual entry cell belongs on the main table In the case of a digit item, the search function corresponding to the actual entry cell is generated using the coordinates of the intersection of the digit dominated by the item name and the row to which the actual entry cell belongs as an argument of a predetermined position of the search function.

以下に,第14図のセルD3を実エントリセルとした場合
の処理を説明する。
In the following, the processing when the cell D3 in FIG. 14 is set as the real entry cell will be described.

仮計算式は,〔職能給〕=〔職能給テーブル〕である
ので,〔職能給テーブル〕をもってTABLEフレームのnam
eスロット,row−item,Column−item,head−itemの各ス
ロットを探索し,nameスロットに(職能給テーブル)を
有するTABLEフレームを見い出す。次にこのTABLEフレー
ムの表形式を解析し,検索キーとなる項目名を抽出す
る。
The tentative calculation formula is [profession salary table] = [profession salary table].
The e slot, row-item, column-item, and head-item slots are searched, and a TABLE frame having a (profession pay table) in the name slot is found. Next, the table format of the TABLE frame is analyzed, and an item name serving as a search key is extracted.

この解析には,基本的には第15図に示す表形式に関す
るテンプレートを想定し,項目名群の階層関係の有無,h
ead−itemの抽出の要否などが含まれる。本例ではテー
ブルポインタに対応して〔等給〕,桁番号に対応して
〔習熟度〕が抽出する。次に主表に関するTABLEクレー
ムを探索し,〔等給〕はB桁を支配する桁項目,〔習熟
度〕はC桁を支配する桁項目である事を見い出す。本例
では実エントリはD3なので,3桁とB桁,C桁の交点,B3,C3
がテーブルポインタ,桁番号の位置に置かれる引数とし
て得られる。検索範囲はTABLEフレームのrow−range,Co
lumn−rangeスロットから容易に得られる。
For this analysis, basically, a template for the table format shown in Fig. 15 is assumed, and the existence of a hierarchical relationship between the item name groups, h
Whether or not extraction of the ead-item is necessary is included. In this example, [equal pay] corresponding to the table pointer and [proficiency] corresponding to the digit number are extracted. Next, a search is made for a TABLE claim relating to the main table, and it is found that [equal pay] is a digit item dominating the B digit, and [proficiency] is a digit item dominating the C digit. In this example, since the actual entry is D3, the intersection of 3 digits, B digit, and C digit, B3, C3
Is obtained as an argument placed at the position of the table pointer and column number. The search range is row-range, Co of the TABLE frame.
Obtained easily from the lumn-range slot.

〔発明の効果〕〔The invention's effect〕

以上述べたように本発明は、スプレッドシート形式の
表において,セルに計算式を設定する場合,従来のよう
に関連するセルのそれぞれについてセル座標を用いて指
定するのではなく,表の項目名を用いて指定する仮計算
式によるため,利用者にとって入力操作が容易となり,
表の規模が大きいほど負担が軽減される効果は大きい。
As described above, according to the present invention, when a calculation formula is set for a cell in a spreadsheet format table, instead of using a cell coordinate to specify each related cell as in the related art, an item name of the table is used. The input operation is easy for the user because of the provisional calculation formula specified using
The effect of reducing the load is greater as the size of the table is larger.

また関連する多数のセル座法を確認して入力する必要
がなく,エントリセル項目名が属する表の形式に関する
構造化したデータを探索して,表上でその項目名が支配
する実エントリセルを自動的に選択するため,入力操作
が軽減され,エラーの発生率も小さくなり,表計算処理
の信頼性を向上させることができる。
In addition, there is no need to check and enter many related cell loci, and search for structured data related to the format of the table to which the entry cell item name belongs, and find the actual entry cell dominated by the item name on the table. Since the selection is made automatically, the number of input operations is reduced, the error rate is reduced, and the reliability of the spreadsheet processing can be improved.

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

第1図は本発明の原理的構成図,第2図は本発明の作用
を説明するために使用される計算表の例を示す説明図,
第3図は本発明実施例のブロック構成図,第4図(a)
および第4図(b)は第2図の計算表に対応する表形式
の例を示す説明図,第5図は知識ベースとして格納され
る構造化データの例を示す説明図,第6図はエントリセ
ルと項目名のリンク例を示す説明図,第7図および第8
図はそれぞれオペランドセルと項目名とのリンク例を示
す説明図,第9図は生成された実計算式に対応したINST
ANCEフレームの例を示す説明図,第10図は給与表の例を
示す説明図,第11図は収支表の例を示す説明図,第12図
は生成されたEXPRESSIONフレームの例を示す説明図,第
13図は給与計算表の例を示す説明図,第14図は職能給を
求めるための表の例を示す説明図,第15図は表形式のテ
ンプレートの例を示す説明図,第16図は従来のスプレッ
ドシートの例を示す説明図である。 第1図中, 10:データ処理装置 12:仮計算式指定部 14:実計算式生成部 16:表計算部 17:データ入力装置 18:表示装置
FIG. 1 is a diagram showing the basic configuration of the present invention, FIG. 2 is an explanatory diagram showing an example of a calculation table used to explain the operation of the present invention,
FIG. 3 is a block diagram showing an embodiment of the present invention, and FIG.
4 (b) is an explanatory diagram showing an example of a table format corresponding to the calculation table in FIG. 2, FIG. 5 is an explanatory diagram showing an example of structured data stored as a knowledge base, and FIG. FIGS. 7 and 8 show examples of links between entry cells and item names.
FIG. 9 is an explanatory diagram showing an example of a link between an operand cell and an item name. FIG.
Explanatory diagram showing an example of an ANCE frame, FIG. 10 is an explanatory diagram showing an example of a salary table, FIG. 11 is an explanatory diagram showing an example of a balance table, and FIG. 12 is an explanatory diagram showing an example of a generated EXPRESSION frame ,
Fig. 13 is an explanatory diagram showing an example of a salary calculation table, Fig. 14 is an explanatory diagram showing an example of a table for finding professional salary, Fig. 15 is an explanatory diagram showing an example of a tabular template, and Fig. 16 is an explanatory diagram. It is an explanatory view showing an example of a conventional spreadsheet. In FIG. 1, 10: data processing unit 12: provisional calculation formula specification unit 14: actual calculation formula generation unit 16: spreadsheet unit 17: data input device 18: display device

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】各セルが行方向及び桁方向に配列され,か
つ各セルの位置が行位置及び桁位置による位置座標で表
されるとともに,各行方向及び各桁方向のセル配列に対
してそれぞれ項目名が設定されている表を処理する表計
算処理装置において, 単一または複数の表の項目名,あるいは項目名と表名を
用いて定義した仮計算式を指定する仮計算式指定部(1
2)と, 表上の仮計算式で指定された項目名が支配する行方向あ
るいは桁方向のセル配列の各セルに対してそのセル座標
をオペランドあるいは関数の引数とする実計算式をセル
ごとに生成する実計算式生成部(14)を備えて,仮計算
式で指定された表の計算処理を実計算式で実行する表計
算処理装置にして, 前記仮計算式は,完全形式の表上の項目名を用いて定義
され,前記実計算式生成部(14)は,下記の処理〜
を行うことを特徴とする表計算処理装置。 仮計算式のエントリ項目名と照合する項目名を,表
形式に関する構造化したデータから探索し,この項目名
が支配する全ての行又は桁を抽出する処理。 処理に於いて抽出した行又は桁に属する全てのセ
ルの個々について,そのセルを支配する全ての行項目名
及び桁項目名から成る項目名群をそのセルにリンクする
処理。 仮計算式の個々のオペランド項目名について,その
項目名と照合する項目名を,表形式に関する構造化した
データから探索し,その項目名が支配する全ての行又は
桁を抽出する処理。 処理に於いて抽出した行又は桁に属する全てのセ
ルの個々について,そのセルを支配する全ての行項目名
及び桁項目名から成る項目名群をそのセルにリンクする
処理。 処理に於けるセルの中から選択されたセルを実エ
ントリセルとし,実エントリセルにリンクされた項目名
群と,に於けるセルにリンクされた項目名群をオペラ
ンド項目名ごとに照合し,当該エントリ項目名及びオペ
ランド項目名を除いて照合する項目名の数が最も多い状
態で唯一選択されるセルをその実エントリセルに対する
実オペランドセルとする処理。 処理で抽出された実エントリセルと実エントリセ
ルの組を用い,仮計算式に対する1つの具体例として実
計算式を生成し,スプレッドシート上の実エントリセル
相当位置に入力する処理。
1. Each cell is arranged in a row direction and a column direction, and the position of each cell is represented by position coordinates based on the row position and the column position. In a spreadsheet processor that processes a table in which item names are set, a provisional calculation expression specification unit (for specifying an item name of one or more tables or a provisional expression defined using the item name and table name) 1
2) and for each cell in the row-wise or column-wise cell array dominated by the item name specified by the provisional formula on the table, the actual formula that uses the cell coordinates as operands or function arguments for each cell A real-formula generation unit (14) for generating a table, the real-formula being used to execute the calculation process of the table specified by the tentative formula; Defined using the above item names, the actual calculation formula generation unit (14) performs the following processing
A spreadsheet processing device. A process of searching the structured data related to the table format for an item name to be matched with the entry item name of the tentative formula, and extracting all rows or digits controlled by the item name. A process of linking, for each cell belonging to the row or column extracted in the process, an item name group consisting of all the row item names and column item names that control the cell to the cell. A process of searching for an item name to be matched with the item name of an individual operand item name in a provisional calculation expression from structured data related to a table format, and extracting all rows or digits controlled by the item name. A process of linking, for each cell belonging to the row or column extracted in the process, an item name group consisting of all the row item names and column item names that control the cell to the cell. The cell selected from the cells in the processing is regarded as a real entry cell, and the item name group linked to the real entry cell and the item name group linked to the cell in are compared for each operand item name, A process in which the only cell selected in the state where the number of item names to be collated is the largest except for the entry item name and the operand item name is set as the actual operand cell for the actual entry cell. A process of using a set of real entry cells and real entry cells extracted in the process to generate a real calculation formula as one specific example of a provisional calculation formula and inputting the formula to a position corresponding to a real entry cell on a spreadsheet.
【請求項2】前記実計算式生成部(14)は,不完全形式
を含む,単一又は複数の表上の項目名を用い定義された
仮計算式から,当該表上の妥当なセルに,妥当なセルを
オペランドとした実計算式を自動生成して入力するに際
し,項目名が未定義の行又は桁に仮の項目名を付与する
ことを特徴とする特許請求の範囲第2項に記載の表計算
処理装置。
2. The real calculation formula generation unit (14) converts a provisional calculation formula defined using an item name on a single or plural tables, including an incomplete form, into a valid cell on the table. 4. The method according to claim 2, wherein, when automatically generating and inputting an actual calculation formula using a valid cell as an operand, a provisional item name is assigned to a row or a column where the item name is undefined. Spreadsheet processing device as described.
【請求項3】前記仮計算式の項目名の具体例としてエン
トリセル及びオペランドセルの単一又は複数の組を明に
与えられる事により,エントリセルに対するオペランド
セルの相対的位置関係を抽出し,所定の形式で構造化さ
れたデータ領域に記憶し,実オペランドセルの選択をそ
れによって修正することを特徴とする特許請求の範囲第
2項および第3項に記載の表計算処理装置。
3. A relative position relationship of an operand cell with respect to an entry cell is extracted by explicitly giving one or a plurality of pairs of an entry cell and an operand cell as a specific example of an item name of the provisional calculation formula. 4. The spreadsheet processing device according to claim 2, wherein the data is stored in a data area structured in a predetermined format, and the selection of the real operand cell is corrected accordingly.
【請求項4】前記実計算式生成部(14)は,下記の処理
〜を含む事を特徴とする特許請求の範囲第2項ない
し第4項に記載の表計算処理装置。 仮計算式のオペランドを構成する表名称が指示する
表の形式に関する構造化したデータを探索し,検索のキ
ーとなる項目名を抽出する処理。 エントリセル項目名が属する主表の形式に関する構
造化したデータを探索し,処理で抽出したキー項目名
と照合する項目名が支配する行あるいは桁を抽出する処
理。 主表上で処理により抽出した行あるいは桁と実エ
ントリセルが属する桁あるいは行との交点にあるセルの
座標を検索関数の引数として抽出する処理。 キー項目が被検索表上に於いて行項目か桁項目かに
応じて単一又は複数のキー項目に対応して抽出したセル
座標が妥当な引数位置に設定された検索関数を生成する
処理。
4. The spreadsheet processing apparatus according to claim 2, wherein said real calculation formula generation section (14) includes the following processings (1) to (4). A process of searching for structured data related to the format of a table indicated by a table name constituting an operand of a provisional calculation formula, and extracting an item name serving as a search key. A process of searching structured data relating to the format of a main table to which an entry cell item name belongs, and extracting a row or a digit controlled by an item name to be matched with a key item name extracted in the process. A process of extracting, as an argument of a search function, the coordinates of the cell at the intersection of the row or digit extracted by the process on the main table and the digit or row to which the actual entry cell belongs. A process of generating a search function in which cell coordinates extracted corresponding to one or more key items are set at appropriate argument positions according to whether a key item is a row item or a digit item on the searched table.
JP62097695A 1987-04-21 1987-04-21 Spreadsheet processor Expired - Fee Related JP2656923B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62097695A JP2656923B2 (en) 1987-04-21 1987-04-21 Spreadsheet processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62097695A JP2656923B2 (en) 1987-04-21 1987-04-21 Spreadsheet processor

Publications (2)

Publication Number Publication Date
JPS63262756A JPS63262756A (en) 1988-10-31
JP2656923B2 true JP2656923B2 (en) 1997-09-24

Family

ID=14199078

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62097695A Expired - Fee Related JP2656923B2 (en) 1987-04-21 1987-04-21 Spreadsheet processor

Country Status (1)

Country Link
JP (1) JP2656923B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03286362A (en) * 1990-04-03 1991-12-17 Fuji Xerox Co Ltd Table calculating device
JPH0744629A (en) * 1993-07-30 1995-02-14 Nec Corp Table calculation processor
JP3633017B2 (en) * 1995-01-24 2005-03-30 カシオ計算機株式会社 Wage schedule creation device
US7415481B2 (en) * 2004-09-30 2008-08-19 Microsoft Corporation Method and implementation for referencing of dynamic data within spreadsheet formulas
JP5380874B2 (en) * 2008-03-24 2014-01-08 富士通株式会社 Information retrieval method, program and apparatus
JP5236449B2 (en) * 2008-12-18 2013-07-17 キヤノンソフトウェア株式会社 Form display system, information processing apparatus, form display method, information processing method, program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5985529A (en) * 1982-10-11 1984-05-17 Fujitsu Ltd Processor of card image processing data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
FUJITSU,Vol.35,No.4,1984,P.427〜435

Also Published As

Publication number Publication date
JPS63262756A (en) 1988-10-31

Similar Documents

Publication Publication Date Title
US8775349B2 (en) Method for producing at least one application description
US6470352B2 (en) Data display apparatus and method for displaying data mining results as multi-dimensional data
US5533184A (en) Computer system for dynamically generating display screen panels providing interactive interfaces for application program steps
JP2577782B2 (en) Knowledge information system
US5559939A (en) Method and apparatus for preparing a document containing information in real mathematical notation
JP2000155795A (en) Method and device for document recognition
JP2007004822A (en) System and method for defining process structure for performing task
Embley Programming with data frames for everyday data items
US20080059437A1 (en) Data mining system
Ive et al. SIRO-PLAN and LUPLAN: an Australian approach to land-use planning. 2. The LUPLAN land-use planning package
JP2656923B2 (en) Spreadsheet processor
JPH07295776A (en) Data arrangement structure converting method, system therefor and client server system
Katz et al. A system for constructing linear programming models
JP7184093B2 (en) Skilled Index Providing Device, Skilled Index Providing Method, and Program
CN114780577A (en) SQL statement generation method, device, equipment and storage medium
JP2000194725A (en) Similar group extractor and storage medium stored with similar group extraction program
Svestka MOCRAFT: A professional quality micro-computer implementation of CRAFT with multiple objectives
KR100407009B1 (en) Program reproducing method and device, and medium on which a program for program reproduction recording
JP4462508B2 (en) Information processing apparatus and definition information generation method
CN117611007A (en) Star class team intelligent evaluation system
JP2650406B2 (en) Plan creation support apparatus and method
JP2020119480A (en) System for easily creating database application from format data
Jensen Modeling with microcomputers for operations research
JP2000076370A (en) Slip recognizing method and its device
JP5965785B2 (en) Use case scenario creation support device, use case scenario creation support method, and use case scenario creation support program

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees