JP2002222102A - Data transcription processing method - Google Patents

Data transcription processing method

Info

Publication number
JP2002222102A
JP2002222102A JP2001016310A JP2001016310A JP2002222102A JP 2002222102 A JP2002222102 A JP 2002222102A JP 2001016310 A JP2001016310 A JP 2001016310A JP 2001016310 A JP2001016310 A JP 2001016310A JP 2002222102 A JP2002222102 A JP 2002222102A
Authority
JP
Japan
Prior art keywords
transfer
data
processing
file
transcription
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.)
Pending
Application number
JP2001016310A
Other languages
Japanese (ja)
Inventor
Hitoshi Sato
等 佐藤
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.)
N II C TELE NETSUTOWAAKUSU KK
NEC Corp
Original Assignee
N II C TELE NETSUTOWAAKUSU KK
Nippon Electric Co 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 N II C TELE NETSUTOWAAKUSU KK, Nippon Electric Co Ltd filed Critical N II C TELE NETSUTOWAAKUSU KK
Priority to JP2001016310A priority Critical patent/JP2002222102A/en
Publication of JP2002222102A publication Critical patent/JP2002222102A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data transcription processing method capable of easily changing contents of transcription without any change in a program dedicated for transcription processing and performing complicated transcription to a plurality of setting files without any change in the transcription processing program. SOLUTION: A transcription source file 1 includes transcription source data 3. A transcription destination file 2 includes transcription destination data 4. The setting file 5 stores information necessary for transcribing the transcription source data 3 to the transcription destination data 4. By the transcription processing program 6, inputting process 8 of a transcription source data 3 is carried out for reading the transcription source data 3, a reading process 7 for obtaining information necessary for transcription processing is carried out, a storage position of the transcription destination data 4 is set after performing necessary processing on the read data, and then, an output process 9 is carried out.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はデータ転記処理方式
に関し、特にコンピュータ上のデータを四則演算や年月
に連動した転記場所の移動処理を含んで行うデータ転記
処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer processing method, and more particularly, to a data transfer processing method for performing data arithmetic processing on a computer, including a transfer operation of a transfer place linked to a date and time.

【0002】[0002]

【従来の技術】一般に、パーソナルコンピュータ上でデ
ータを転記する方法として、転記内容に特化した専用プ
ログラムの作成によりデータの転記が実現されている。
2. Description of the Related Art Generally, as a method of transferring data on a personal computer, data transfer is realized by creating a dedicated program specialized for the contents of the transfer.

【0003】図8は従来のデータ転記処理方式を示すブ
ロック図である。
FIG. 8 is a block diagram showing a conventional data transfer processing system.

【0004】従来のデータ転記処理方式は、転記元デー
タ13を含む転記元ファイル11と、転記先データ14
を含む転記先ファイル12と、転記元データ13を読み
込む入力処理18を実行し、読み込んだデータに必要な
処理を施した後に転記先データ14の格納位置を設定し
て出力処理19を実行する転記処理専用プログラム16
とから構成される。
A conventional data transfer processing method includes a transfer source file 11 including transfer source data 13 and a transfer destination data 14.
The input processing 18 for reading the transfer destination file 12 and the transfer source data 13 is performed, and after performing necessary processing on the read data, the storage position of the transfer destination data 14 is set and the output processing 19 is executed. Processing-only program 16
It is composed of

【0005】次に動作を説明する。Next, the operation will be described.

【0006】転記元ファイル11と転記先ファイル12
は、パーソナルコンピュータ上で動作する任意のアプリ
ケーションソフトウェアで作成され、各々転記元データ
13と転記先データ14を有している。転記元データ1
3を転記先データ14に転記するため、転記処理専用プ
ログラム16は転記元ファイル11内にある転記元デー
タ13の格納位置を設定して入力処理18を実行し、転
記元データ13を読み込む。読み込まれたデータは必要
な処理を施した後、転記先データ14の格納位置を設定
し、出力処理19を実行する。
The transfer source file 11 and the transfer destination file 12
Is created by arbitrary application software operating on a personal computer, and has transfer source data 13 and transfer destination data 14, respectively. Posting source data 1
In order to transfer 3 to the transfer destination data 14, the transfer processing dedicated program 16 sets the storage location of the transfer source data 13 in the transfer source file 11, executes the input process 18, and reads the transfer source data 13. After performing necessary processing on the read data, the storage location of the destination data 14 is set, and the output processing 19 is executed.

【0007】[0007]

【発明が解決しようとする課題】上述した従来のデータ
転記処理方式は、転記処理を実行するための情報が転記
処理専用プログラム内に組み込まれているため、転記元
ファイル、転記先ファイルの内容を変更した場合に転記
処理専用プログラムの変更が同時に必要になるという欠
点を有している。
In the conventional data transfer processing method described above, since the information for executing the transfer processing is incorporated in the program dedicated to the transfer processing, the contents of the transfer source file and the transfer destination file are stored. There is a drawback in that when it is changed, it is necessary to change the program exclusively for the posting process at the same time.

【0008】また、複数の設定ファイルに転記処理を記
述する場合、転記処理専用プログラムの変更が必要とな
り、プログラム作成の専門知識を有する技術者でないと
迅速な対応ができないという欠点を有している。
[0008] Further, when the transfer processing is described in a plurality of setting files, it is necessary to change a program dedicated to the transfer processing, and there is a drawback that a technician having specialized knowledge of program creation cannot quickly respond. .

【0009】本発明の目的は、転記処理に必要な情報を
転記処理専用プログラムと切り離した設定ファイルに配
置し、かつ設定ファイルの情報は転記処理開始時に読み
込んで処理することで転記処理専用プログラムの変更を
行うことなく転記処理の内容を容易に変更でき、かつ複
数の設定ファイルに転記処理する場合も、転記処理プロ
グラムの変更を行わず複雑な転記処理を実現できるデー
タ転記処理方式を提供することにある。
An object of the present invention is to arrange information necessary for the transcription process in a setting file separated from the transcription processing program, and to read and process the information of the configuration file at the start of the transcription process, thereby executing the transcription processing program. To provide a data transfer processing method capable of easily changing the contents of the transfer processing without making a change, and realizing complicated transfer processing without changing the transfer processing program even when transferring to a plurality of setting files. It is in.

【0010】[0010]

【課題を解決するための手段】本発明のデータ転記処理
方式は、コンピュータ上のデータを転記する処理で、転
記データの四則演算や年月に連動した転記場所の移動処
理を含んだ処理実行時に、転記処理用の情報を格納した
設定ファイルを用いて転記処理を行うことを特徴として
いる。
The data transfer processing method according to the present invention is a processing for transferring data on a computer, which is used when executing processing including four arithmetic operations on the transferred data and moving the transfer place in accordance with the date. The transfer processing is performed by using a setting file storing information for the transfer processing.

【0011】転記元データを含む転記元ファイルと;転
記先データを含む転記先ファイルと;前記転記元データ
を前記転記先データに転記する転記処理を行うための情
報を記憶する設定ファイルと;前記転記元データの入力
処理を実行し前記転記元データを読み込み、前記転記処
理を行うための情報を前記設定ファイルから取得するた
めの読込処理を実行し、読み込んだデータに転記処理を
施した後、前記転記先データの格納位置を設定して出力
処理を実行する転記処理プログラムと;を備えたことを
特徴としている。
A transfer source file including transfer source data; a transfer destination file including transfer destination data; a setting file storing information for performing a transfer process of transferring the transfer source data to the transfer destination data; After performing the input process of the transfer source data and reading the transfer source data, performing the read process for obtaining information for performing the transfer process from the setting file, performing the transfer process on the read data, A transfer processing program for setting a storage location of the transfer destination data and executing output processing.

【0012】前記転記元データを前記転記先データに転
記するため、前記転記処理プログラムは前記設定ファイ
ルから転記処理を行うための情報を取得するための前記
読込処理を実行し、この読込処理により前記設定ファイ
ルから読み込んだ情報をもとに、前記転記元ファイル内
にある前記転記元データの格納位置を設定する前記入力
処理を実行して前記転記元データを読み込み、読み込ま
れたデータは前記転記処理プログラムにより転記処理を
施した後、前記転記先ファイル内の前記転記先データの
格納位置を設定し、前記出力処理を実行して前記転記先
データの書き込みを行うことを特徴としている。
In order to transfer the transfer source data to the transfer destination data, the transfer processing program executes the read processing for acquiring information for performing the transfer processing from the setting file. Based on the information read from the setting file, execute the input process to set the storage location of the transcription source data in the transcription source file, read the transcription source data, and read the read data After performing the transfer processing by the program, the storage location of the transfer destination data in the transfer destination file is set, and the output processing is executed to write the transfer destination data.

【0013】前記転記元ファイルが有する転記元スプレ
ッドシート、前記転記先ファイルが有する転記先スプレ
ッドシート、複数の前記設定ファイルを有する設定ファ
イル群、参照データを格納した参照スプレッドシート及
び前記転記処理プログラムが、同一のスプレッドシート
アプリケーションのファイルで作成され、かつデータの
授受が円滑に行えるように前記スプレッドシートアプリ
ケーションの上に構築したことを特徴としている。
The transfer source spreadsheet of the transfer source file, the transfer destination spreadsheet of the transfer destination file, a group of setting files having a plurality of the setting files, a reference spreadsheet storing reference data, and the transfer processing program. , And are constructed on the spreadsheet application so that data can be smoothly transmitted and received.

【0014】前記転記処理プログラムが計算機能を有
し、前記設定ファイル群に設定された情報をもとに計算
処理を行うため、前記転記元スプレッドシートより取得
したデータ及び前記参照スプレッドシートより取得した
データを、計算式に従い計算することを特徴としてい
る。
Since the transfer processing program has a calculation function and performs a calculation process based on the information set in the setting file group, the data obtained from the transfer source spreadsheet and the data obtained from the reference spreadsheet are obtained. Data is calculated according to a calculation formula.

【0015】前記転記元ファイル、前記転記先ファイ
ル、前記設定ファイルを実装する記憶装置と;インスト
ールされた入力処理プログラム、出力処理プログラム、
読込処理プログラム及び転記処理プログラムにより、転
記処理を実行するデータ処理装置と;これらプログラム
を記憶している記憶媒体と;であって、転記処理を行う
ことを特徴としている。
A storage device for mounting the transfer source file, the transfer destination file, and the setting file; an installed input processing program, an installed output processing program,
A data processing device that executes a transfer process by using a read process program and a transfer process program; and a storage medium that stores these programs, and is characterized in that the transfer process is performed.

【0016】また、データ処理装置に、入力処理、出力
処理、読込処理、転記処理を実行させるためのプログラ
ムを備えたことを特徴としている。
Further, the data processing apparatus is provided with a program for executing an input process, an output process, a read process, and a transcription process.

【0017】[0017]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0018】図1は本発明のデータ転記処理方式の一つ
の実施の形態を示すブロック図である。
FIG. 1 is a block diagram showing one embodiment of a data transfer processing system according to the present invention.

【0019】図1に示す本実施の形態は、転記元データ
3を含む転記元ファイル1と、転記先データ4を含む転
記先ファイル2と、転記元データ3を転記先データ4に
転記する転記処理を行うために必要な情報を記憶する設
定ファイル5と、転記元データ3の入力処理8を実行し
転記元データ3を読み込み、転記処理を行うために必要
な情報を取得するための読込処理7を実行し、読み込ん
だデータに必要な転記処理を施した後に転記先データ4
の格納位置を設定して、出力処理9を実行する転記処理
プログラム6とから構成されている。
In the embodiment shown in FIG. 1, a transfer source file 1 including transfer source data 3, a transfer destination file 2 including transfer destination data 4, and a transfer that transfers the transfer source data 3 to the transfer destination data 4 A setting file 5 for storing information necessary for performing the process, and a read process for executing the input process 8 of the transfer source data 3 to read the transfer source data 3 and acquire information necessary for performing the transfer process 7 is executed, and the read destination data 4
And a transfer processing program 6 for setting the storage position of the data and executing the output processing 9.

【0020】図2は図1のデータ転記処理方式を使用し
たシステムブロック図である。
FIG. 2 is a system block diagram using the data transfer processing system of FIG.

【0021】図2を参照すると、転記元ファイル1、転
記先ファイル2、設定ファイル5を実装する記憶装置6
1と、インストールされた入力処理プログラム63、出
力処理プログラム64、読込処理プログラム65、転記
処理プログラム66により、処理を実行するデータ処理
装置60と、これらプログラムを記憶している記憶媒体
62とから構成されている。
Referring to FIG. 2, a storage device 6 for mounting a transfer source file 1, a transfer destination file 2, and a setting file 5
1, a data processing device 60 that executes processing by the installed input processing program 63, output processing program 64, read processing program 65, and transcription processing program 66, and a storage medium 62 storing these programs. Have been.

【0022】なお、入力処理プログラム63、出力処理
プログラム64、読込処理プログラム65、転記処理プ
ログラム66は各々図1の入力処理8、出力処理9、読
込処理7を実行し、かつ転記処理プログラム6を実行す
る。
The input processing program 63, the output processing program 64, the read processing program 65, and the transcription processing program 66 execute the input processing 8, the output processing 9, and the reading processing 7 of FIG. Execute.

【0023】データ処理装置はCPU,RAM,RO
M,I/Oインタフェースを含むパーソナルコンピュー
タであり、記憶媒体62からロードした入力処理プログ
ラム63、出力処理プログラム64、読込処理プログラ
ム65、転記処理プログラム66により、図1の動作を
実行する。
The data processing device is a CPU, RAM, RO
It is a personal computer including an M / I / O interface, and executes the operation of FIG. 1 by an input processing program 63, an output processing program 64, a read processing program 65, and a transcription processing program 66 loaded from a storage medium 62.

【0024】以下、図1の構成にもとづき動作を説明す
る。
Hereinafter, the operation based on the configuration shown in FIG. 1 will be described.

【0025】転記元ファイル1と、転記先ファイル2
は、パーソナルコンピュータ上で動作する任意のアプリ
ケーションソフトウェアで作成された転記元データ3
と、転記先データ4とを各々有している。転記元データ
3を転記先データ4に転記するため、転記処理プログラ
ム6は設定ファイル5から転記処理を行うために必要な
情報を取得するための読込処理7を実行する。読込処理
7により設定ファイル5から読み込んだ情報をもとに、
転記元ファイル1内にある転記元データ3の格納位置を
設定する入力処理8を実行し、転記元データ3を読み込
む。読み込まれたデータは転記処理プログラム6により
必要な転記処理を施した後、転記先ファイル2内の転記
先データ4の格納位置を設定して出力処理9を実行し、
転記先データ4の書き込みを行う。
Transfer source file 1 and transfer destination file 2
Is transcription source data 3 created by any application software operating on a personal computer.
And transfer destination data 4. In order to transfer the transfer source data 3 to the transfer destination data 4, the transfer processing program 6 executes a read processing 7 for acquiring information necessary for performing the transfer processing from the setting file 5. Based on the information read from the setting file 5 by the reading process 7,
An input process 8 for setting the storage location of the transcription source data 3 in the transcription source file 1 is executed, and the transcription source data 3 is read. The read data is subjected to necessary transcription processing by the transcription processing program 6, and then the storage location of the transcription destination data 4 in the transcription destination file 2 is set and the output processing 9 is executed.
The transfer destination data 4 is written.

【0026】図3はスプレッドシートアプリケーション
の構成を示す図である。
FIG. 3 is a diagram showing the configuration of the spreadsheet application.

【0027】図3を参照すると、転記元スプレッドシー
ト21、転記先スプレッドシート22、設定ファイル群
25は、いずれも同一のスプレッドシートアプリケーシ
ョン30のファイルで作成し、データの授受が円滑に行
えるよう構成している。
Referring to FIG. 3, the transfer source spreadsheet 21, the transfer destination spreadsheet 22, and the setting file group 25 are all formed by the same spreadsheet application 30 file so that data can be transferred smoothly. are doing.

【0028】また、転記処理プログラム26もスプレッ
ドシートアプリケーション30に具備されているマクロ
機能を使用し、スプレッドシートアプリケーション30
の上に構築している。
The transcription processing program 26 also uses the macro function provided in the spreadsheet application 30, and uses the spreadsheet application 30
Build on top of.

【0029】なお、スプレッドシートアプリケーション
30のファイルは、表形式でデータを格納するようにな
っており、複数の列と行で構成される。列番号は第1列
目を「A」、第2列目を「B」というようにアルファベ
ット順に表し、行番号は第1行目を「1」、第2行目を
「2」というように数字順に行番号を表す。
The file of the spreadsheet application 30 stores data in a table format, and is composed of a plurality of columns and rows. Column numbers are represented in alphabetical order, such as "A" for the first column and "B" for the second column, and row numbers are "1" for the first row, "2" for the second row, and so on. Line numbers are shown in numerical order.

【0030】従って例えばデータ位置を表す「A1」
は、1列目の1行目に配置されたデータ位置を表してお
り、設定ファイル群25の情報の内容により様々な転記
処理を行うことができる。
Therefore, for example, "A1" representing the data position
Indicates the data position arranged in the first row of the first column, and various transcription processes can be performed according to the contents of the information of the setting file group 25.

【0031】図4は転記処理設定の一例を示す図であ
る。
FIG. 4 is a diagram showing an example of the setting of the transcription process.

【0032】図4を参照すると、処理行40により記載
された内容に従い転記処理を行うが、複数行記載するこ
とにより複数の転記処理の記述が可能である。また、複
数の設定ファイルを配置することでさらに複雑な転記処
理の記述が可能となる。
Referring to FIG. 4, the transfer process is performed in accordance with the contents described by the process line 40. By describing a plurality of lines, a plurality of transfer processes can be described. Further, by arranging a plurality of setting files, it is possible to describe a more complicated transcription process.

【0033】図5は図4による設定で配置されるファイ
ルの位置関係と転記データの流れを示す図である。
FIG. 5 is a diagram showing the positional relationship between the files arranged according to the settings shown in FIG. 4 and the flow of the transfer data.

【0034】次に、図1、図3、図4および図5を参照
して本実施の形態の動作をより詳細に説明する。
Next, the operation of this embodiment will be described in more detail with reference to FIG. 1, FIG. 3, FIG. 4, and FIG.

【0035】本例では、転記元スプレッドシート21が
月別に複数配置されており、ファイル名は転記元ファイ
ル名33で示すように「aaa.xls」である。複数
の転記元スプレッドシート21には転記元データ23が
同一位置(本例では、転記元セル37で示すように「A
1」)にデータが配置されている。
In this example, a plurality of transfer source spreadsheets 21 are arranged for each month, and the file name is “aaa.xls” as indicated by the transfer source file name 33. In the plurality of transfer source spreadsheets 21, the transfer source data 23 has the same position (in this example, "A" as indicated by the transfer source cell 37).
1)).

【0036】図5に示すように、4月分の転記元スプレ
ッドシート21には転記元データ23として「100」
が、5月分の転記元スプレッドシート21には転記元デ
ータ23として、「120」が格納されている。そのデ
ータを転記先スプレッドシート22にオプション機能3
9に指定された「年度横自動」のオプションにより、転
記先セル38に示す「B1」を基点として4月分データ
を位置「B1」に、5月分データを位置「C1」にとい
うように月順に転記する。転記先スプレッドシート22
のファイル名は、転記先ファイル名36で示すように
「bbb.xls」で指定される。
As shown in FIG. 5, "100" is set as the transfer source data 23 in the transfer source spread sheet 21 for April.
However, “120” is stored as the transfer source data 23 in the transfer source spreadsheet 21 for May. Optional data 3 in the destination spreadsheet 22
With the option of “Year horizontal automatic” specified in No. 9, the April data is set to the position “B1” and the May data is set to the position “C1” starting from “B1” shown in the destination cell 38. Post in monthly order. Posting spreadsheet 22
Is designated by "bbb.xls" as indicated by the transfer destination file name 36.

【0037】以下に転記動作を4月時点の場合を例にと
り詳細に説明する。
The transcription operation will be described in detail below, taking the case of April as an example.

【0038】月初めに、転記元スプレッドシート21に
転記元データ23を書きこんだ後、所定の位置に転記元
スプレッドシート21が4月分として配置される。
At the beginning of the month, after the transcription source data 23 is written in the transcription source spreadsheet 21, the transcription source spreadsheet 21 is arranged at a predetermined position for April.

【0039】ここでは、配置された転記元スプレッドシ
ート21のファイル格納位置情報を設定するため転記処
理プログラム26は、設定ファイル群25に設定された
情報をもとに以下の処理を行う。
Here, the transfer processing program 26 performs the following processing based on the information set in the setting file group 25 in order to set the file storage position information of the arranged transfer source spreadsheet 21.

【0040】先ず転記元ファイル基準位置31より、
「c:¥data¥」を参照する。転記元ファイルオフ
セット32に「月自動」が指定されていることにより、
今月を表す文字列「4月」を生成する。転記元ファイル
名33より、「aaa.xls」を参照し、4月に読み
込むべき転記元スプレッドシート21のファイル位置情
報「c:¥data¥4月¥aaa.xls」を得て、
転記元セル37より位置「A1」のデータ「100」を
読み込む。
First, from the transfer source file reference position 31,
Refer to “c: {data}”. By specifying "Month Auto" in the transfer source file offset 32,
A character string “April” representing this month is generated. By referring to “aaa.xls” from the transfer source file name 33, the file position information “c: \ data \ April \ aaa.xls” of the transfer source spreadsheet 21 to be read in April is obtained.
The data “100” at the position “A1” is read from the transfer source cell 37.

【0041】転記先スプレッドシート22のファイル格
納位置情報を設定するため転記処理プログラム26は、
設定ファイル群25に設定された情報をもとに以下の処
理を行う。
The transfer processing program 26 for setting the file storage position information of the transfer destination spreadsheet 22 includes:
The following processing is performed based on the information set in the setting file group 25.

【0042】先ず転記先ファイル基準位置34より、
「c:¥data¥」を参照する。転記先ファイルオフ
セット35より「無指定」を参照する。「無指定」であ
るため、特別な文字作成処理は行わない。転記先ファイ
ル名36より「bbb.xls」を参照し、書き込むべ
き転記先スプレッドシート22のファイル位置情報
「c:¥data¥bbb.xls」を得た後、転記先
セル38「B1」を基準としオプション機能39の「年
度横自動」により、4月データにふさわしい書込位置を
確定しデータ「100」を書き込む。
First, from the destination file reference position 34,
Refer to “c: {data}”. "No designation" is referred from the transfer destination file offset 35. Since it is "unspecified", no special character creation processing is performed. After referring to "bbb.xls" from the destination file name 36 and obtaining the file position information "c: \ data \ bbb.xls" of the destination spreadsheet 22 to be written, the destination cell 38 "B1" is used as a reference. Then, a write position suitable for the April data is determined by the optional function 39 “Yearly Horizontal Automatic”, and the data “100” is written.

【0043】ここでオプション機能39の「年度横自
動」の機能は、現在月によりデータ書込位置を補正する
機能で、(現在月−4月)分右横に移動してデータ書き
込みを行う。年度は、4月から始まり、5月、6月、7
月・・・、3月の12ヶ月で構成される。本機能は、現
在月が4月の場合、現在月(4)−4=0のため、デー
タ書き込み位置は転記先セル38の「B1」そのものと
なる。また、現在月が5月の場合、現在月(5)−4=
1となり、データ書き込み位置は転記先セル38の「B
1」を右横に1ずらした「C1」となる。この結果、5
月分転記元データ23として「120」が書き込まれ
る。
Here, the function of "yearly horizontal automatic" of the optional function 39 is a function for correcting the data writing position according to the current month, and moves rightward by (current month-April) to write data. Years begin in April, May, June, 7
Month: 12 months of March. In the present function, when the current month is April, the current month (4) −4 = 0, so the data write position is “B1” itself of the transfer destination cell 38. If the current month is May, the current month (5) -4 =
1 and the data write position is "B" of the transfer destination cell 38.
"C1" is obtained by shifting "1" to the right by one. As a result, 5
“120” is written as the monthly transfer source data 23.

【0044】図6は設定ファイル群に計算機能を具備し
た設定例を示す図である。
FIG. 6 is a diagram showing an example of a setting file group having a calculation function.

【0045】本例も、図3で示すスプレッドシートアプ
リケーション30上に構築した実施例であり、月毎の使
用量、単価から月使用料金を求めた計算結果を転記す
る。
This embodiment is also an embodiment constructed on the spreadsheet application 30 shown in FIG. 3, and transcribes a calculation result of obtaining a monthly usage fee from a monthly usage amount and a unit price.

【0046】図7は図6による設定で配置されるファイ
ルの位置関係と転記データの流れを示す図である。
FIG. 7 is a diagram showing the positional relationship between the files arranged according to the settings shown in FIG. 6 and the flow of the transfer data.

【0047】次に、図3、図6および図7を参照して本
実施の形態の動作をより詳細に説明する。
Next, the operation of this embodiment will be described in more detail with reference to FIG. 3, FIG. 6, and FIG.

【0048】本例では、転記元スプレッドシート21が
月別に複数配置されており、ファイル名は転記元ファイ
ル名43で示すように「aaa.xls」である。複数
の転記元スプレッドシート21には転記元データ23が
同一位置に(本例では、転記元セル51で示すように
「A1」)月毎に使用した使用量データが配置されてい
る。4月分の転記元スプレッドシート21には、転記元
データ23として「100」が、5月分の転記元スプレ
ッドシート21には転記元データ23として、「12
0」が格納されている。
In this example, a plurality of transfer source spreadsheets 21 are arranged for each month, and the file name is “aaa.xls” as indicated by the transfer source file name 43. In the plurality of transfer source spreadsheets 21, the transfer source data 23 is arranged at the same position (in this example, “A1” as indicated by the transfer source cell 51), and usage data used every month is arranged. The transfer source spreadsheet 21 for April has “100” as the transfer source data 23, and the transfer source spreadsheet 21 for May has “12” as the transfer source data 23.
"0" is stored.

【0049】また、単価のデータを格納した参照スプレ
ッドシート21aが配置されており、ファイル名は参照
ファイル名49で示すように「ccc.xls」であ
る。参照スプレッドシート21aには参照データ23a
として「1.5」が格納されている。計算式54で指定
された計算式(元×参)をもとに計算した結果を、オプ
ション機能53に指定された「年度縦自動」のオプショ
ンにより、転記先セル52に示す「B1」を基点に4月
分データを位置「B1」に、5月分データを位置「B
2」にというように月順に転記先スプレッドシート22
に転記する。
A reference spreadsheet 21 a storing unit price data is arranged, and the file name is “ccc.xls” as indicated by a reference file name 49. Reference spreadsheet 21a has reference data 23a.
Is stored as “1.5”. The result of the calculation based on the calculation formula (element × reference) specified by the calculation formula 54 is calculated based on “B1” indicated in the destination cell 52 by the “yearly vertical automatic” option specified in the option function 53. In April, the data for April is located at position “B1”, and for May the data is located in position “B”.
Posting destination spreadsheet 22 in monthly order like "2"
Post to

【0050】ファイル名は、転記先ファイル名46で示
すように、「bbb.xls」である。
The file name is “bbb.xls” as indicated by the transfer destination file name 46.

【0051】以下に転記動作を4月時点の場合を例にと
り詳細に説明する。
Hereinafter, the transcription operation will be described in detail taking the case of April as an example.

【0052】月初めに、転記元スプレッドシート21に
転記元データ23を書きこんだ後、所定の位置に転記元
スプレッドシート21が4月分として配置される。本例
では、配置された転記元スプレッドシート21のファイ
ル格納位置情報を設定するため転記処理プログラム26
は、設定ファイル群25に設定された情報をもとに以下
の処理を行う。
At the beginning of the month, after the transfer source data 23 is written in the transfer source spread sheet 21, the transfer source spread sheet 21 is arranged at a predetermined position for April. In this example, a transfer processing program 26 for setting file storage position information of the arranged transfer source spreadsheet 21 is set.
Performs the following processing based on the information set in the setting file group 25.

【0053】先ず転記元ファイル基準位置41より、
「c:¥data¥」を参照する。転記元ファイルオフ
セット42に「月自動」が指定されていることにより、
今月を表す文字列「4月」を生成する。転記元ファイル
名43より「aaa.xls」を参照し、4月に読み込
むべき転記元スプレッドシート21のファイル位置情報
「c:¥data¥4月¥aaa.xls」を得て、転
記元セル51より位置「A1」のデータ「100」を読
み込み、4月分の使用量を取得する。
First, from the transfer source file reference position 41,
Refer to “c: {data}”. By specifying "Month Auto" in the transfer source file offset 42,
A character string “April” representing this month is generated. With reference to "aaa.xls" from the transfer source file name 43, the file position information "c: \ data \ April \ aaa.xls" of the transfer source spreadsheet 21 to be read in April is obtained, and the transfer source cell 51 is obtained. Then, the data “100” at the position “A1” is read, and the usage amount for April is acquired.

【0054】単価を取得するために参照スプレッドシー
ト21aのファイル格納位置情報を設定するため転記処
理プログラム26は、設定ファイル群25に設定された
情報をもとに以下の処理を行う。
The transfer processing program 26 for setting the file storage position information of the reference spreadsheet 21a to obtain the unit price performs the following processing based on the information set in the setting file group 25.

【0055】先ず、参照ファイル基準位置47より、
「c:¥data¥」を参照する。参照ファイルオフセ
ット48より「無指定」を参照する。「無指定」である
ため、特別な文字列生成は行わない。参照ファイル名4
9より「ccc.xls」を参照し、読み込むべき参照
スプレッドシート21aファイル位置情報「c:¥da
ta¥ccc.xls」を得た後、参照セル55より位
置「D1」のデータ「1.5」を読み込む。
First, from the reference file reference position 47,
Refer to “c: {data}”. "Unspecified" is referred from the reference file offset 48. Since it is "unspecified", no special character string is generated. Reference file name 4
9, the reference spreadsheet 21a to read “ccc.xls” and file position information “c: @da”
ta @ ccc. After obtaining “xls”, the data “1.5” at the position “D1” is read from the reference cell 55.

【0056】計算処理を行うために転記処理プログラム
26は、設定ファイル群25に設定された情報をもとに
以下の処理を行う。計算式54に指定された「元×参」
の計算式に従い、100×1.5=150の計算を転記
処理プログラム26が実行し、4月使用料金「150」
を得る。上記計算式内の「元」は転記元スプレッドシー
ト21より取得したデータ「100」を、「参」は参照
スプレッドシート21aより取得したデータ「1.5」
を表す。
The transfer processing program 26 performs the following processing based on the information set in the setting file group 25 to perform the calculation processing. “Gen × San” specified in calculation formula 54
The transfer processing program 26 executes the calculation of 100 × 1.5 = 150 according to the calculation formula of “4.
Get. In the above formula, “source” indicates data “100” obtained from the transfer source spreadsheet 21, and “reference” indicates data “1.5” obtained from the reference spreadsheet 21 a.
Represents

【0057】上記で求めた4月使用料金を転記先スプレ
ッドシート22に格納するため転記処理プログラム26
は、設定ファイル群25に設定された情報をもとに以下
の処理を行う。先ず転記先ファイル基準位置44より、
「c:¥data¥」を参照する。転記先ファイルオフ
セット45より「無指定」を参照する。「無指定」のた
め、特別な文字作成処理は行わない。転記先ファイル名
46より、「bbb.xls」を参照し、書き込むべき
転送先スプレッドシート22のファイル位置情報「c:
¥data¥bbb.xls」を得た後、転記先セル5
2の「B1」を基準とし、オプション機能53の「年度
縦自動」により4月データにふさわしい書込位置を確定
し、上述の計算結果「150」を書き込む。
A posting processing program 26 for storing the April usage fee obtained above in the destination spreadsheet 22
Performs the following processing based on the information set in the setting file group 25. First, from the destination file reference position 44,
Refer to “c: {data}”. "No designation" is referred from the transfer destination file offset 45. Since "unspecified", no special character creation processing is performed. With reference to “bbb.xls” from the transfer destination file name 46, file position information “c:
\ Data \ bbb. xls ", and the destination cell 5
Based on “B1” of No. 2 as a reference, the writing position appropriate for the April data is determined by the “yearly vertical automatic” of the optional function 53, and the above calculation result “150” is written.

【0058】オプション機能53の「年度縦自動」の機
能は、現在月によりデータ書込位置を補正する機能で、
(現在月−4月)分下方に移動してデータ書き込みを行
う。年度は、4月から始まり、5月、6月、7月・・、
3月の12ヶ月で構成される。
The "yearly vertical automatic" function of the optional function 53 is a function for correcting the data writing position according to the current month.
(Current month-April) Move down by the amount to write data. The year begins in April, May, June, July, ...
It consists of 12 months of March.

【0059】本機能は、現在月が4月の場合、現在月
(4)−4=0のため、データ書き込み位置は転記先セ
ル52の「B1」そのものとなる。一方現在月が5月の
場合、現在月(5)−4=1となり、データ書き込み位
置は転記先セル52の「B1」を下方に1ずらした「B
2」となる。この結果、5月分転記元データ23に、1
20×1.5=180の計算結果が書き込まれる。
In the present function, when the current month is April, since the current month is (4) -4 = 0, the data write position is "B1" itself of the transfer destination cell 52. On the other hand, if the current month is May, the current month (5) −4 = 1, and the data writing position is “B1”, which is “B1” of the transfer destination cell 52 shifted downward by one
2 ". As a result, 1
20 × 1.5 = 180 calculation results are written.

【0060】上述の通り、コンピュータ上のデータを転
記する処理で、転記データの四則演算や年月に連動した
転記場所の移動処理を含んだ処理実行時に、転記処理に
必要な情報を格納した設定ファイルを用いて実施するの
で、転記処理プログラムを変更することなく転記処理内
容が変更でき、また複数の設定ファイルを具備すること
で複雑な転記処理が行える。
As described above, in the process of transcribing data on the computer, the setting for storing the information necessary for the transcribing process at the time of executing the process including the four arithmetic operations of the transcribing data and the process of moving the transcribing location linked to the date. Since the transfer processing is performed using a file, the contents of the transfer processing can be changed without changing the transfer processing program, and complicated transfer processing can be performed by providing a plurality of setting files.

【0061】[0061]

【発明の効果】以上説明したように、本発明のデータ転
記処理方式は、転記処理に必要な情報を転記処理プログ
ラムと切り離し設定ファイルに配置し、かつ設定ファイ
ルの情報は転記処理開始時に読み込んで処理できるの
で、転記処理プログラムの変更を行うことなく転記処理
の内容を容易に変更できるという効果を有している。
As described above, according to the data transfer processing method of the present invention, information necessary for the transfer processing is separated from the transfer processing program and placed in the setting file, and the information of the setting file is read at the start of the transfer processing. Since the processing can be performed, there is an effect that the contents of the transfer processing can be easily changed without changing the transfer processing program.

【0062】また、複数の設定ファイルに転記処理を記
述できるので、転記処理プログラムの変更を行わず複雑
な転記処理を実現できるという効果を有している。
Further, since the transfer processing can be described in a plurality of setting files, there is an effect that a complicated transfer processing can be realized without changing the transfer processing program.

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

【図1】本発明のデータ転記処理方式の一つの実施の形
態を示すブロック図である。
FIG. 1 is a block diagram showing one embodiment of a data transfer processing method according to the present invention.

【図2】図1のデータ転記処理方式を使用したシステム
ブロック図である。
FIG. 2 is a system block diagram using the data transfer processing method of FIG. 1;

【図3】スプレッドシートアプリケーションの構成を示
す図である。
FIG. 3 is a diagram illustrating a configuration of a spreadsheet application.

【図4】転記処理設定の一例を示す図である。FIG. 4 is a diagram illustrating an example of a transfer process setting.

【図5】図4による設定で配置されるファイルの位置関
係と転記データの流れを示す図である。
FIG. 5 is a diagram showing a positional relationship between files arranged according to the settings shown in FIG. 4 and a flow of transcription data.

【図6】設定ファイル群に計算機能を具備した設定例を
示す図である。
FIG. 6 is a diagram showing an example of a setting file group having a calculation function.

【図7】図6による設定で配置されるファイルの位置関
係と転記データの流れを示す図である。
FIG. 7 is a diagram showing a positional relationship between files arranged according to the settings shown in FIG. 6 and a flow of transcription data.

【図8】従来のデータ転記処理方式を示すブロック図で
ある。
FIG. 8 is a block diagram showing a conventional data transfer processing method.

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

1 転記元ファイル 2 転記先ファイル 3 転記元データ 4 転記先データ 5 設定ファイル 6 転記処理プログラム 7 読込処理 8 入力処理 9 出力処理 11 転記元ファイル 12 転記先ファイル 13 転記元データ 14 転記先データ 16 転記処理専用プログラム 18 入力処理 19 出力処理 21 転記元スプレッドシート 21a 参照スプレッドシート 22 転記先スプレッドシート 23 転記元データ 23a 参照データ 25 設定ファイル群 26 転記処理プログラム 30 スプレッドシートアプリケーション 31 転記元ファイル基準位置 32 転記元ファイルオフセット 33 転記元ファイル名 34 転記先ファイル基準位置 35 転記先ファイルオフセット 36 転記先ファイル名 37 転記元セル 38 転記先セル 39 オプション機能 40 処理行 41 転記元ファイル基準位置 42 転記元ファイルオフセット 43 転記元ファイル名 44 転記先ファイル基準位置 45 転記先ファイルオフセット 46 転記先ファイル名 47 参照ファイル基準位置 48 参照ファイルオフセット 49 参照ファイル名 51 転記元セル 52 転記先セル 53 オプション機能 54 計算式 55 参照セル 60 データ処理装置 61 記憶装置 62 記憶媒体 63 入力処理プログラム 64 出力処理プログラム 65 読込処理プログラム 66 転記処理プログラム 1 transfer source file 2 transfer destination file 3 transfer source data 4 transfer destination data 5 setting file 6 transfer processing program 7 read processing 8 input processing 9 output processing 11 transfer source file 12 transfer destination file 13 transfer source data 14 transfer destination data 16 transfer Dedicated processing program 18 Input processing 19 Output processing 21 Transcription source spreadsheet 21a Reference spreadsheet 22 Transcription destination spreadsheet 23 Transcription source data 23a Reference data 25 Setting file group 26 Transcription processing program 30 Spreadsheet application 31 Transcription source file reference position 32 Transcription Source File Offset 33 Source File Name 34 Destination File Reference Position 35 Destination File Offset 36 Destination File Name 37 Source Cell 38 Destination Cell 39 Optional Functions 0 Processing line 41 Transfer source file reference position 42 Transfer source file offset 43 Transfer source file name 44 Transfer destination file reference position 45 Transfer destination file offset 46 Transfer destination file name 47 Reference file reference position 48 Reference file offset 49 Reference file name 51 Transfer Source cell 52 Destination cell 53 Optional function 54 Calculation formula 55 Reference cell 60 Data processing device 61 Storage device 62 Storage medium 63 Input processing program 64 Output processing program 65 Reading processing program 66 Transcription processing program

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータ上のデータを転記する処理
で、転記データの四則演算や年月に連動した転記場所の
移動処理を含んだ処理実行時に、転記処理用の情報を格
納した設定ファイルを用いて転記処理を行うことを特徴
とするデータ転記処理方式。
In a process of transferring data on a computer, a setting file storing information for the transfer process is used at the time of executing a process including four arithmetic operations on the transfer data and a process of moving a transfer location linked to a date. A data transfer processing method characterized in that transfer processing is performed.
【請求項2】 転記元データを含む転記元ファイルと;
転記先データを含む転記先ファイルと;前記転記元デー
タを前記転記先データに転記する転記処理を行うための
情報を記憶する設定ファイルと;前記転記元データの入
力処理を実行し前記転記元データを読み込み、前記転記
処理を行うための情報を前記設定ファイルから取得する
ための読込処理を実行し、読み込んだデータに転記処理
を施した後、前記転記先データの格納位置を設定して出
力処理を実行する転記処理プログラムと;を備えたこと
を特徴とするデータ転記処理方式。
2. A transfer source file including transfer source data;
A transfer destination file including the transfer destination data; a setting file for storing information for performing a transfer process of transferring the transfer source data to the transfer destination data; and executing the input process of the transfer source data and executing the transfer source data. After performing read processing for obtaining information for performing the transcription processing from the setting file, performing transcription processing on the read data, setting a storage location of the transcription destination data, and performing output processing. And a transfer processing program for executing a data transfer processing method.
【請求項3】 前記転記元データを前記転記先データに
転記するため、前記転記処理プログラムは前記設定ファ
イルから転記処理を行うための情報を取得するための前
記読込処理を実行し、この読込処理により前記設定ファ
イルから読み込んだ情報をもとに、前記転記元ファイル
内にある前記転記元データの格納位置を設定する前記入
力処理を実行して前記転記元データを読み込み、読み込
まれたデータは前記転記処理プログラムにより転記処理
を施した後、前記転記先ファイル内の前記転記先データ
の格納位置を設定し、前記出力処理を実行して前記転記
先データの書き込みを行うことを特徴とする請求項3記
載のデータ転記処理方式。
3. In order to transfer the transfer source data to the transfer destination data, the transfer processing program executes the read processing for acquiring information for performing the transfer processing from the setting file, and performs the read processing. Based on the information read from the setting file, by executing the input process of setting the storage location of the transcription source data in the transcription source file to read the transcription source data, the read data is the After performing a transfer process by a transfer process program, a storage location of the transfer destination data in the transfer destination file is set, and the output process is executed to write the transfer destination data. 3. Data transfer processing method described in 3.
【請求項4】 前記転記元ファイルが有する転記元スプ
レッドシート、前記転記先ファイルが有する転記先スプ
レッドシート、複数の前記設定ファイルを有する設定フ
ァイル群、参照データを格納した参照スプレッドシート
及び前記転記処理プログラムが、同一のスプレッドシー
トアプリケーションのファイルで作成され、かつデータ
の授受が円滑に行えるように前記スプレッドシートアプ
リケーションの上に構築したことを特徴とする請求項2
又は請求項3記載のデータ転記処理方式。
4. A transfer source spreadsheet included in the transfer source file, a transfer destination spreadsheet included in the transfer destination file, a set file group including a plurality of the setting files, a reference spreadsheet storing reference data, and the transfer process. 3. The program according to claim 2, wherein the program is created in the same spreadsheet application file, and is constructed on the spreadsheet application so that data can be exchanged smoothly.
Or the data transfer processing method according to claim 3.
【請求項5】 前記転記処理プログラムが計算機能を有
し、前記設定ファイル群に設定された情報をもとに計算
処理を行うため、前記転記元スプレッドシートより取得
したデータ及び前記参照スプレッドシートより取得した
データを、計算式に従い計算することを特徴とする請求
項2、3又は4記載のデータ転記処理方式。
5. The transfer processing program has a calculation function, and performs a calculation process based on information set in the setting file group, so that the data obtained from the transfer source spreadsheet and the reference spreadsheet are used. 5. The data transfer processing method according to claim 2, wherein the acquired data is calculated according to a calculation formula.
【請求項6】 前記転記元ファイル、前記転記先ファイ
ル、前記設定ファイルを実装する記憶装置と;インスト
ールされた入力処理プログラム、出力処理プログラム、
読込処理プログラム及び転記処理プログラムにより、転
記処理を実行するデータ処理装置と;これらプログラム
を記憶している記憶媒体と;であって、 請求項2〜5のいずれか1項に記載の処理を行うことを
特徴とするデータ転記処理方式。
6. A storage device for mounting the transfer source file, the transfer destination file, and the setting file; an installed input processing program, an installed output processing program,
A data processing device that executes a transcription process by a read processing program and a transcription processing program; and a storage medium that stores these programs; and performs the process according to any one of claims 2 to 5. A data transfer processing method characterized by the following.
【請求項7】 データ処理装置に、入力処理、出力処
理、読込処理、転記処理を実行させるためのプログラム
を備えたことを特徴とするデータ転記処理方式。
7. A data transfer processing method comprising a program for causing a data processing device to execute an input process, an output process, a read process, and a transfer process.
JP2001016310A 2001-01-24 2001-01-24 Data transcription processing method Pending JP2002222102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001016310A JP2002222102A (en) 2001-01-24 2001-01-24 Data transcription processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001016310A JP2002222102A (en) 2001-01-24 2001-01-24 Data transcription processing method

Publications (1)

Publication Number Publication Date
JP2002222102A true JP2002222102A (en) 2002-08-09

Family

ID=18882708

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001016310A Pending JP2002222102A (en) 2001-01-24 2001-01-24 Data transcription processing method

Country Status (1)

Country Link
JP (1) JP2002222102A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010238117A (en) * 2009-03-31 2010-10-21 Japan Digital Laboratory Co Ltd Data interlocking processing system, method and program
US9669823B2 (en) 2013-04-16 2017-06-06 Toyota Jidosha Kabushiki Kaisha Engagement device and power transmission device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08180123A (en) * 1994-12-26 1996-07-12 Casio Comput Co Ltd Data processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08180123A (en) * 1994-12-26 1996-07-12 Casio Comput Co Ltd Data processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010238117A (en) * 2009-03-31 2010-10-21 Japan Digital Laboratory Co Ltd Data interlocking processing system, method and program
US9669823B2 (en) 2013-04-16 2017-06-06 Toyota Jidosha Kabushiki Kaisha Engagement device and power transmission device

Similar Documents

Publication Publication Date Title
JP2002222102A (en) Data transcription processing method
JP5085210B2 (en) Medical support device
JPH0438005B2 (en)
JP4719819B1 (en) Automatic form layout system
JP5085488B2 (en) Medical support device
JP6735122B2 (en) Accounting data creation device, accounting data creation method, and accounting data creation program
JP3567299B2 (en) Graph generation output device
JP6501291B2 (en) Schedule management apparatus, schedule management method, and program
JP4090193B2 (en) CSV data converter for form data
JPH11250037A (en) Content editing device and recording medium
JP4195888B2 (en) Typesetting program
JP2004280705A (en) Form generating device
JP2007334530A (en) Multiple format business form integration printing method, system and program
JP2796593B2 (en) Output processing device that outputs predetermined format information
JP6341259B2 (en) Typesetting device, typesetting program and typesetting method
JP2007179405A (en) Device for supporting display data item test
JP2723528B2 (en) Message editing processor
JP2004199710A (en) System and method for creating database
JP5755913B2 (en) Electronic form browsing system
JP6146044B2 (en) Typesetting device, layout changing method, and layout changing program
JPH04106655A (en) Document processor provided with automatic data updating and outputting function
JPH07134706A (en) Method and device for editing document
JP2020135728A (en) Graph creation device, graph creation method, and program
JP2014041482A (en) Composing device, composing method, and program for composing device
JP2010040016A (en) Screen transition design support device and program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050314

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050728

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050809

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051206