JP2012027864A - Spreadsheet control program, spreadsheet control device and spreadsheet control method - Google Patents

Spreadsheet control program, spreadsheet control device and spreadsheet control method Download PDF

Info

Publication number
JP2012027864A
JP2012027864A JP2010168712A JP2010168712A JP2012027864A JP 2012027864 A JP2012027864 A JP 2012027864A JP 2010168712 A JP2010168712 A JP 2010168712A JP 2010168712 A JP2010168712 A JP 2010168712A JP 2012027864 A JP2012027864 A JP 2012027864A
Authority
JP
Japan
Prior art keywords
value
spreadsheet
cell
prohibition
copy
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.)
Ceased
Application number
JP2010168712A
Other languages
Japanese (ja)
Inventor
Tatsuro Miyatake
達郎 宮武
Shinsuke Nakao
信介 中尾
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.)
AXISSOFT CORP
Original Assignee
AXISSOFT 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 AXISSOFT CORP filed Critical AXISSOFT CORP
Priority to JP2010168712A priority Critical patent/JP2012027864A/en
Publication of JP2012027864A publication Critical patent/JP2012027864A/en
Ceased legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a spreadsheet control program and the like that can be used by a simple operation, is applicable to a standalone computer as well, and controls inputting of values into cells of a spreadsheet or the like.SOLUTION: In a spreadsheet control program, with respect to some format in formatting cells of a spreadsheet, such as background coloring or halftone dot meshing, values such as a specific color index is defined so that inputting or pasting of the values into cells is prohibited, and values in the cells are defined so that copying of values is prohibited. When an instruction to input a value into a cell or the like is detected, it is determined whether or not a cell is the cell into which inputting od the value or the like is prohibited based on such formatting. The processing is suspended when inputting of the value or the like is prohibited. The suspension of the processing is performed by deleting values on a clipboard when copying or pasting of the value is prohibited.

Description

本発明は、スプレッドシートのセルへの値の入力又はペースト、若しくはスプレッドシートのセルの値のコピーを制御するスプレッドシート制御プログラム、スプレッドシート制御装置及びスプレッドシートの制御方法に関するものである。   The present invention relates to a spreadsheet control program, a spreadsheet control apparatus, and a spreadsheet control method for controlling the input or paste of values into spreadsheet cells or the copying of values in spreadsheet cells.

企業等の様々な業務において使用される定型の帳票等を作成する場合、表形式の帳票等のフォーマットをデータベースに格納しておき、これを読み出して定型の帳票等を作成するコンピュータシステムに関する発明が開示されている(例えば、特許文献1参照)。こうした帳票等を作成する際のデータ入力において、スプレッドシート(表計算ソフトのシート)を用いる発明が開示されている(例えば、特許文献2参照)。   An invention relating to a computer system for creating a standard form or the like used in various businesses such as a company, storing a format such as a tabular form in a database, and reading out the form to create a standard form or the like It is disclosed (for example, see Patent Document 1). An invention using a spreadsheet (sheet of spreadsheet software) for data input when creating such a form or the like is disclosed (for example, see Patent Document 2).

一方、金融商品取引法の制定によって、企業の業務において作成される様々な文書が内部統制の対象とされるようになっている。この中でも、スプレッドシートを使用する場合については、改ざん等の不正や計算式の誤りが見逃されやすい等の固有のリスクが存在することから、スプレッドシートを用いて作成された文書の適切な管理が求められることになっている(例えば、非特許文献1参照)。   On the other hand, with the enactment of the Financial Instruments and Exchange Law, various documents created in the business of companies are subject to internal control. Among these, when using spreadsheets, there are inherent risks such as tampering and miscalculations, and errors in calculation formulas are easily overlooked, so proper management of documents created using spreadsheets is difficult. It is to be required (see, for example, Non-Patent Document 1).

そのため、スプレッドシートを用いて帳票等を作成する場合には、データの誤入力や改ざんに対応する仕組みを設けることが必要になる。スプレッドシートへの誤入力や改ざんを防止するためには、帳票のフォーマットのうち値の変更を防ぎたいセルに、値の入力や更新を許可しないよう設定しておくことが好ましいが、表計算ソフトのマクロ機能を利用して所定のセルへの値の入力を禁止することができるほか、入力を禁止したいセルにカーソルの移動を禁止する設定を行う発明が開示されている(例えば、特許文献3参照)。   For this reason, when creating a form or the like using a spreadsheet, it is necessary to provide a mechanism for dealing with erroneous data input or falsification. In order to prevent incorrect input and falsification to the spreadsheet, it is preferable to set the cell that you want to prevent value changes in the form format to not allow entry or update of values. In addition to prohibiting the input of a value to a predetermined cell using the macro function of the above, an invention is disclosed in which a setting for prohibiting the movement of the cursor to a cell whose input is to be prohibited is disclosed (for example, Patent Document 3). reference).

特開平8−202778号公報JP-A-8-202778 特開2003−15920号公報JP 2003-15920 A 特開平8−137659号公報JP-A-8-137659

「スプレッドシート統制」の用語解説、Wikipediaホームページ、[2010年7月5日検索]、インターネット<http://ja.wikipedia.org/wiki/スプレッドシート統制>Glossary of “Spreadsheet Control”, Wikipedia homepage, [Search July 5, 2010], Internet <http://en.wikipedia.org/wiki/Spreadsheet Control>

上記のとおり、スプレッドシートの一部のセルに対して、値の入力などの処理を禁止したい場合には、表計算ソフトのマクロ機能等を用いることとすればよい。しかしながら、こうした設定を行うためには、マクロ機能等の専門的な知識が必要とされるため、ユーザの利便性をより向上させるためには、表計算ソフトの一般的な知識しか有しないものであっても、このような設定を行えるものであることが好ましい。   As described above, when it is desired to prohibit processing such as value input for some cells of the spreadsheet, the macro function of the spreadsheet software may be used. However, in order to make such settings, specialized knowledge such as macro functions is required. Therefore, in order to improve the convenience of the user, only general knowledge of spreadsheet software is available. Even if it exists, it is preferable that such a setting can be performed.

また、ユーザへの負担を軽減させるためには、近年普及が進んでいるいわゆるクラウド形式で表計算ソフトを提供し、入力禁止などの設定をクライアントからの指示にあわせてサーバ側で実行する方式も考えられる。しかしながら、こうした方式にはネットワークを介したシステム利用が前提となるため、利用形態が制限されるという問題がある。また、サーバを利用する方式だと、ネットワークの速度およびサーバのアクセス状況に処理速度が依存し、クライアントで処理する方式に比べて処理スピードが劣るという問題がある。   In addition, in order to reduce the burden on the user, there is also a method in which spreadsheet software is provided in the so-called cloud format that has become popular in recent years, and settings such as input prohibition are executed on the server side in accordance with instructions from the client. Conceivable. However, since these systems are premised on system usage via a network, there is a problem that the usage mode is limited. In addition, the server-based method has a problem that the processing speed depends on the network speed and the server access status, and the processing speed is inferior to the client-based method.

本発明は、このような課題に対応するためになされたもので、ユーザが簡易な操作で利用することが可能であり、かつ、スタンドアローンで用いられるコンピュータにも適用することが可能な、スプレッドシートのセルへの値の入力又はペースト、若しくはスプレッドシートのセルの値のコピーを制御するスプレッドシート制御プログラム、スプレッドシート制御装置及びスプレッドシートの制御方法を提供することを目的とするものである。   The present invention has been made in order to cope with such a problem, and can be used by a user with a simple operation and can be applied to a computer used in a stand-alone manner. It is an object of the present invention to provide a spreadsheet control program, a spreadsheet control device, and a spreadsheet control method for controlling the input or paste of values into the cells of the sheet or the copying of the values of the cells of the spreadsheet.

本発明は、スプレッドシートのセルの書式設定におけるいずれかの書式、例えば、背景色や網かけなどについて、特定のカラーインデックスなどの値を、セルへの値の入力禁止又はペースト禁止、若しくは前記セルの値のコピー禁止と定義し、これらの書式設定から値の入力が禁止されたセル等を判断することによって、本願にかかる課題を解決することを特徴としている。   The present invention relates to any format in cell formatting of a spreadsheet, such as a background color or shading, for example, a specific color index value, a value input prohibition or a paste prohibition in a cell, or the cell It is characterized in that the problem relating to the present application is solved by determining that the value input is prohibited and determining the cell from which the value input is prohibited from these format settings.

本願にかかる課題を解決する第1の発明は、スプレッドシートのセルへの値の入力を制御するプログラムであって、前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値の入力禁止を示す値と定義されていて、スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出ステップと、前記入力命令検出ステップで入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断ステップと、前記入力禁止判断ステップで入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可ステップと、を実行させることを特徴とするスプレッドシート制御プログラムである。   A first invention for solving the problem according to the present application is a program for controlling input of a value to a cell of a spreadsheet, and the program has a value of any format in the formatting of the cell of the spreadsheet. An input command for detecting an input command for inputting a value into a cell of a spreadsheet on a computer that is defined as a value indicating prohibition of input of a value into the cell and is executing a spreadsheet program for editing the spreadsheet An input for determining whether a value defined as a value indicating prohibition of input is set in a predetermined format of the cell with reference to a detection step and a format setting of the cell in which the input command is detected in the input command detection step When it is determined that a value defined as a value indicating input prohibition is not set in the prohibition determination step and the input prohibition determination step, the input A spreadsheet control program, characterized in that to execute the input permission step of permitting an input to the cell of the input value from the instruction, the.

第1の発明によると、スプレッドシートのセルの書式設定におけるいずれかの書式の値をセルへの値の入力禁止と定義することで、所定の書式に入力禁止と定義された値が設定されているかどうかによって、セルへの値の入力を許可するかどうかを判断することができる。   According to the first invention, by defining the value of any format in the cell format setting of the spreadsheet as the prohibition of the input of the value to the cell, the value defined as the prohibition of input is set in the predetermined format. Whether or not to allow input of a value to the cell can be determined.

本願にかかる課題を解決する第2の発明は、スプレッドシートのセルへの値のペーストを制御するプログラムであって、前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値のペースト禁止を示す値と定義されていて、スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可ステップと、を実行させることを特徴とするスプレッドシート制御プログラムである。   A second invention for solving the problem of the present application is a program for controlling the paste of a value to a cell of a spreadsheet, wherein the program has a value of any format in the formatting of the spreadsheet cell. , A paste command for detecting a paste command for pasting a value into a spreadsheet cell on a computer that is defined as a value indicating that the value is prohibited from being pasted into the cell and is running a spreadsheet program for editing the spreadsheet A paste for determining whether a value defined as a value indicating paste prohibition is set in a predetermined format of the cell with reference to a detection step and formatting of the cell in which the paste command is detected in the paste command detection step Defined as a value indicating paste prohibition in the prohibition determination step and the pace prohibition determination step When There is judged not to be set, a spreadsheet control program, characterized in that to execute a paste permission step of permitting the paste to the cell of the value stored in the clipboard, a.

第2の発明によると、スプレッドシートのセルの書式設定におけるいずれかの書式の値をセルへの値のペースト禁止と定義することで、所定の書式にペースト禁止と定義された値が設定されているかどうかによって、セルへの値のペーストを許可するかどうかを判断することができる。   According to the second invention, by defining the value of one of the formats in the cell formatting of the spreadsheet as prohibition of pasting the value to the cell, the value defined as prohibition of pasting is set in the predetermined format. Whether or not to allow pasting of values into cells can be determined.

本願にかかる課題を解決する第3の発明は、スプレッドシートのセルへの値のペーストを制御するプログラムであって、前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値のペースト禁止を示す値と定義されていて、スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止ステップと、を実行させることを特徴とするスプレッドシート制御プログラムである。   A third invention for solving the problem according to the present application is a program for controlling paste of a value to a cell of a spreadsheet, wherein the program has a value of any format in the formatting of the cell of the spreadsheet. , A paste command for detecting a paste command for pasting a value into a spreadsheet cell on a computer that is defined as a value indicating that the value is prohibited from being pasted into the cell and is running a spreadsheet program for editing the spreadsheet A paste for determining whether a value defined as a value indicating paste prohibition is set in a predetermined format of the cell with reference to a detection step and formatting of the cell in which the paste command is detected in the paste command detection step Defined as a value indicating paste prohibition in the prohibition determination step and the pace prohibition determination step When There is judged to be set, a spreadsheet control program, characterized in that to execute a paste prohibiting step of erasing the value stored in the clipboard, a.

第3の発明によると、スプレッドシートのセルの書式設定におけるいずれかの書式の値をセルへの値のペースト禁止と定義することで、所定の書式にペースト禁止と定義された値が設定されているかどうかによって、セルへの値のペーストを禁止するかどうかを判断することができるとともに、ペーストを禁止する際にはクリップボードの値を消去する処理を実行することによって、表計算プログラムにペーストを停止させるための処理を実行させなくても、自動的にペースト禁止を実現することができる。   According to the third invention, by defining the value of any format in the cell formatting of the spreadsheet as prohibition of pasting the value to the cell, the value defined as prohibition of pasting is set in the predetermined format. Whether or not to paste the value into the cell can be determined depending on whether or not, and when the paste is prohibited, the paste operation is stopped by executing the process of erasing the clipboard value. It is possible to automatically prohibit the paste without executing the process for making it happen.

本願にかかる課題を解決する第4の発明は、スプレッドシートのセルの値のコピーを制御するプログラムであって、前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルの値のコピー禁止を示す値と定義されていて、スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出ステップと、前記コピー命令検出ステップでコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可ステップと、を実行させることを特徴とするスプレッドシート制御プログラムである。   4th invention which solves the subject concerning this application is a program which controls the copy of the value of the cell of a spreadsheet, and the value of any format in the format setting of the cell of a spreadsheet contains the above-mentioned program, A copy command detection step for detecting a copy command for copying a cell value of a spreadsheet to a computer that is defined as a value indicating that copying of the cell value is prohibited and that executes a spreadsheet program for editing the spreadsheet A copy prohibition determination that refers to the format setting of the cell in which the copy command is detected in the copy command detection step and determines whether a value defined as a value indicating copy prohibition is set in the predetermined format of the cell Step and a value defined as a value indicating copy prohibition in the copy prohibition determination step is determined not to be set. Once a spreadsheet control program, characterized in that to execute a copy permission step that allows to store the value of the cell in which the copy instruction is detected in the clipboard.

第4の発明によると、スプレッドシートのセルの書式設定におけるいずれかの書式の値をセルの値のコピー禁止と定義することで、所定の書式にコピー禁止と定義された値が設定されているかどうかによって、セルの値のコピーを許可するかどうかを判断することができる。   According to the fourth invention, whether a value defined as copy prohibition is set in a predetermined format by defining any format value in the cell format setting of the spreadsheet as copy prohibition of the cell value. Whether or not copying of the cell value is permitted can be determined.

本願にかかる課題を解決する第5の発明は、スプレッドシートのセルの値のコピーを制御するプログラムであって、前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルの値のコピー禁止を示す値と定義されていて、スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出ステップと、前記コピー検出ステップでクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止ステップと、を実行させることを特徴とするスプレッドシート制御プログラムである。   A fifth invention for solving the problem according to the present application is a program for controlling copying of a cell value of a spreadsheet, wherein the program has a value of any format in the cell formatting of the spreadsheet, Copy detection that detects that the value of the cell in the spreadsheet has been copied to the clipboard on a computer running a spreadsheet program that edits the spreadsheet, defined as a value that prohibits copying the cell value A copy prohibition for determining whether a value defined as a value indicating copy prohibition is set in a predetermined format of the cell with reference to the formatting of the cell whose value is copied to the clipboard in the copy detection step A value defined as a value indicating copy prohibition in the determination step and the copy prohibition determination step is set. If it is determined that a spreadsheet control program, characterized in that to execute a copy prohibition step of erasing the copied value to the clipboard, the.

第5の発明によると、スプレッドシートのセルの書式設定におけるいずれかの書式の値をセルの値のコピー禁止と定義することで、所定の書式にコピー禁止と定義された値が設定されているかどうかによって、セルの値のコピーを禁止するかどうかを判断することができるとともに、クリップボードへのコピーを監視し、コピーを禁止する際にはクリップボードの値を消去する処理を実行することによって、表計算プログラムにコピーを停止させるための処理を実行させなくても、自動的にコピー禁止を実現することができる。   According to the fifth invention, by defining the value of one of the formats in the cell format setting of the spreadsheet as copy prohibition of the cell value, is a value defined as copy prohibition set in the predetermined format? It is possible to determine whether or not to prohibit copying of cell values, and to monitor the copy to the clipboard, and when copying is prohibited, execute the process of erasing the clipboard value. Copy prohibition can be automatically realized without causing the calculation program to execute a process for stopping the copy.

また、本発明は、前記コンピュータに、スプレッドシートを開く命令を検出すると、前記スプレッドシートがセルへの値の入力又はペースト、若しくはセルの値のコピーの制御対象となるスプレッドシートであるかを判断する制御対象判断ステップと、前記制御対象判断ステップで制御対象となるスプレッドシートであると判断されると、前記命令により編集対象として開かれるスプレッドシートのコピーを作成するコピー作成ステップと、を実行させ、前記入力禁止判断ステップ、前記ペースト禁止判断ステップ、又は前記コピー禁止判断ステップにおいて、入力禁止、ペースト禁止、又はコピー禁止を示す値として定義された値が設定されているかの判断は、前記コピー作成ステップにおいて作成されたスプレッドシートのコピーにおいて対応するセルの書式設定を参照して行われることを特徴とすることもできる。   Further, the present invention, when detecting an instruction to open a spreadsheet in the computer, determines whether the spreadsheet is a spreadsheet to be controlled by inputting or pasting a value into a cell or copying a cell value. And a copy creation step for creating a copy of the spreadsheet that is opened as an edit target by the command when it is determined that the spreadsheet is a control target in the control target determination step. In the input prohibition determination step, the paste prohibition determination step, or the copy prohibition determination step, whether or not a value defined as a value indicating input prohibition, paste prohibition, or copy prohibition is set is determined by the copy creation A copy of the spreadsheet created in the step It may also be characterized in that is made with reference to the format of the corresponding cell.

このような処理を実行すると、スプレッドシートのコピーを用いることで、スプレッドシートを開いた際の書式設定を参照して入力禁止等の判断がされるので、スプレッドシートの編集中に書式設定が変更されたとしても当初の設定に従って所定の処理を禁止することができる。   When such processing is executed, by using a copy of the spreadsheet, it is judged that input is prohibited by referring to the formatting when the spreadsheet is opened, so the formatting changes while editing the spreadsheet Even if it is done, the predetermined processing can be prohibited according to the initial setting.

さらに、本発明は、編集中のスプレッドシートの保存命令を検出する保存命令検出ステップと、前記保存命令検出ステップで保存命令を検出した編集中のスプレッドシートからセルの値を取り出し、前記コピー作成ステップで作成したスプレッドシートのコピーに前記編集中のスプレッドシートから取り出したセルの値を上書きし、前記編集中のスプレッドシートの更新データとして保存させるスプレッドシート保存ステップと、を実行させることを特徴としてもよい。   Further, the present invention provides a save command detecting step for detecting a save command for the spreadsheet being edited, a cell value is extracted from the spreadsheet being edited in which the save command is detected in the save command detecting step, and the copy creating step A spreadsheet saving step of overwriting a cell copy taken from the spreadsheet being edited on the copy of the spreadsheet created in step, and saving the updated data of the spreadsheet being edited. Good.

このような処理を実行すると、編集したスプレッドシートを保存する際には、スプレッドシートを開いた際に作成したコピーに更新した値が上書きされるので、入力禁止等の判断に用いられる書式設定を当初のまま維持した状態で、スプレッドシートを保存することができる。   When such a process is executed, when the edited spreadsheet is saved, the updated value is overwritten on the copy created when the spreadsheet is opened. The spreadsheet can be saved in the original state.

さらに、本発明は、前記保存命令検出ステップで保存命令を検出した編集中のスプレッドシートから値を取り出したセルについて、前記セルの書式設定を参照し、前記セルの所定の書式に入力禁止又はペースト禁止を示す値として定義された値が設定されているかを判断する更新禁止判断ステップと、前記更新禁止判断ステップで入力禁止又はペースト禁止を示す値として定義された値が設定されていると判断されると、前記スプレッドシート保存ステップにおいて、前記セルから取り出した値の前記スプレッドシートのコピーへの上書きを停止させる上書停止ステップと、を実行させることを特徴としてもよい。   Furthermore, the present invention refers to the cell format setting for the cell whose value is extracted from the spreadsheet being edited in which the save command is detected in the save command detection step, and input prohibition or paste to the predetermined format of the cell. An update prohibition determination step for determining whether a value defined as a value indicating prohibition is set, and it is determined that a value defined as a value indicating input prohibition or paste prohibition is set in the update prohibition determination step. Then, in the spreadsheet saving step, an overwrite stop step for stopping overwriting of the value extracted from the cell to the copy of the spreadsheet may be executed.

このような処理を実行すると、編集したスプレッドシートを保存する際に入力禁止等の判断を再度行うため、二重のチェックがかかることで誤入力や改ざんへの対策を強化することができる。   When such a process is executed, when the edited spreadsheet is saved, the determination of prohibition of input is performed again, so that a double check can be applied to strengthen countermeasures against erroneous input and falsification.

本発明は、本発明にかかるスプレッドシート制御プログラムを備えたスプレッドシート制御装置として特定することもできる。   The present invention can also be specified as a spreadsheet control device provided with the spreadsheet control program according to the present invention.

第1の発明に対応するスプレッドシート制御装置は、スプレッドシートのセルへの値の入力を制御する装置であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値の入力禁止を示す値と定義して記憶する禁止情報記憶手段と、スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出手段と、前記入力命令検出手段により入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断手段と、前記入力禁止判断手段により入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可手段と、を備えることを特徴とするスプレッドシート制御装置である。   A spreadsheet control device corresponding to the first invention is a device for controlling the input of a value to a cell of a spreadsheet, wherein the value of any format in the formatting of the spreadsheet cell is input to the cell. A prohibition information storage means for defining and storing a value indicating a value input prohibition, an input instruction detection means for detecting an input instruction for inputting a value into a spreadsheet cell, and the input instruction is detected by the input instruction detection means. Input prohibition determining means for referring to the cell format setting and determining whether a value defined as a value indicating input prohibition in the prohibition information storage means is set in the predetermined format of the cell; and the input prohibition determination An input permission means for permitting input of the input value to the cell by the input command when it is determined that a value defined as a value indicating input prohibition is not set by the means A spreadsheet control device, characterized in that it comprises a.

第2の発明に対応するスプレッドシート制御装置は、スプレッドシートのセルへの値のペーストを制御する装置であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段と、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出手段と、前記ペースト命令検出手段によりペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断手段と、前記ペース禁止判断手段によりペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可手段と、を備えることを特徴とするスプレッドシート制御装置である。   A spreadsheet control device corresponding to the second invention is a device for controlling the paste of a value to a cell of a spreadsheet, wherein the value of any format in the formatting of the cell of the spreadsheet is transferred to the cell. Prohibition information storage means for defining and storing a value indicating that a value is prohibited to paste, paste instruction detection means for detecting a paste instruction for pasting a value into a cell of a spreadsheet, and a paste instruction is detected by the paste instruction detection means A paste prohibition judging means for judging whether or not a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell with reference to the cell format setting, and the pace prohibition judgment If it is determined by the means that the value defined as a value indicating paste prohibition is not set, it is stored in the clipboard. A paste permitting means for permitting the paste to the cell value, a spreadsheet control device, characterized in that it comprises a.

第3の発明に対応するスプレッドシート制御装置は、スプレッドシートのセルへの値のペーストを制御する装置であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段と、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出手段と、前記ペースト命令検出手段によりペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断手段と、前記ペース禁止判断手段によりペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止手段と、を備えることを特徴とするスプレッドシート制御装置である。   A spreadsheet control device corresponding to the third invention is a device for controlling the paste of a value to a cell of a spreadsheet, wherein the value of any format in the formatting of the cell of the spreadsheet is transferred to the cell. Prohibition information storage means for defining and storing a value indicating that a value is prohibited to paste, paste instruction detection means for detecting a paste instruction for pasting a value into a cell of a spreadsheet, and a paste instruction is detected by the paste instruction detection means A paste prohibition judging means for judging whether or not a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell with reference to the cell format setting, and the pace prohibition judgment If it is determined by the means that a value defined as a value indicating paste prohibition is set, it is stored in the clipboard. A paste inhibiting means for erasing the value, a spreadsheet control device, characterized in that it comprises a.

第4の発明に対応するスプレッドシート制御装置は、スプレッドシートのセルの値のコピーを制御する装置であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段と、スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出手段と、前記コピー命令検出手段によりコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断手段と、前記コピー禁止判断手段によりコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可手段と、を備えることを特徴とするスプレッドシート制御装置である。   A spreadsheet control device corresponding to a fourth invention is a device for controlling copying of a cell value of a spreadsheet, wherein the value of any one of the formats of the cell of the spreadsheet is set to the value of the cell. Prohibition information storage means defined and stored as a value indicating copy prohibition, a copy instruction detection means for detecting a copy instruction for copying a value of a spreadsheet cell, and a cell in which a copy instruction is detected by the copy instruction detection means A copy prohibition determining unit that determines whether a value defined as a value indicating copy prohibition is set in the prohibition information storage unit in the predetermined format of the cell, and the copy prohibition determination unit If it is determined that a value defined as a value indicating copy prohibition is not set, the value of the cell in which the copy command is detected is clipped. A copy permission means for permitting be stored in de, a spreadsheet control device, characterized in that it comprises a.

第5の発明に対応するスプレッドシート制御装置は、スプレッドシートのセルの値のコピーを制御する装置であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段と、スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出手段と、前記コピー検出手段によりクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断手段と、前記コピー禁止判断手段によりコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止手段と、を備えることを特徴とするスプレッドシート制御装置である。   A spreadsheet control device corresponding to a fifth aspect of the invention is a device for controlling copying of cell values of a spreadsheet, wherein a value of one of the formats in spreadsheet cell formatting is set to the value of the cell. Prohibition information storage means defined and stored as a value indicating copy prohibition, copy detection means for detecting that the value of a spreadsheet cell has been copied to the clipboard, and the copy detection means copied the value to the clipboard A copy prohibition determining unit that refers to cell format setting and determines whether a value defined as a value indicating copy prohibition is set in the prohibition information storage unit in the predetermined format of the cell; and the copy prohibition determination unit If it is determined that the value defined as the value indicating that copying is prohibited is set, the value copied to the clipboard is deleted. And the copy inhibiting means for a spreadsheet control device, characterized in that it comprises a.

本発明は、スプレッドシート制御プログラムによって実行されるスプレッドシートの制御方法として特定することもできる。   The present invention can also be specified as a spreadsheet control method executed by a spreadsheet control program.

第1の発明に対応するスプレッドシートの制御方法は、スプレッドシートのセルへの値の入力を制御する方法であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値の入力禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出ステップと、前記コンピュータが、前記入力命令検出ステップで入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断ステップと、前記コンピュータが、前記入力禁止判断ステップで入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可ステップと、を有することを特徴とするスプレッドシートの制御方法である。   A spreadsheet control method corresponding to the first invention is a method for controlling the input of a value to a cell of a spreadsheet, and the value of any one of the formatting in the spreadsheet cell is transferred to the cell. A prohibition information storage means that defines and stores a value indicating that input of a value is prohibited is stored, and a computer running a spreadsheet program that edits the spreadsheet detects an input command that inputs a value into a spreadsheet cell. An input command detecting step, and the computer refers to the format setting of the cell in which the input command is detected in the input command detecting step, and sets a predetermined format of the cell as a value indicating input prohibition in the prohibition information storage means An input prohibition determination step for determining whether a defined value is set, and the computer inputs in the input prohibition determination step An input permission step for allowing an input value to be input to the cell by the input command when it is determined that a value defined as a value indicating stop is not set. It is a control method.

第2の発明に対応するスプレッドシートの制御方法は、スプレッドシートのセルへの値のペーストを制御する方法であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、前記コンピュータが、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、前記コンピュータが、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可ステップと、を有することを特徴とするスプレッドシートの制御方法である。   A spreadsheet control method corresponding to the second invention is a method for controlling paste of a value to a cell of a spreadsheet, and the value of any one of the formatting of the spreadsheet cell is transferred to the cell. A computer that is running a spreadsheet program that edits the spreadsheet detects a paste command that pastes the value into a spreadsheet cell. A paste command detection step, and the computer refers to the format setting of the cell in which the paste command is detected in the paste command detection step, and sets a predetermined format of the cell as a value indicating paste prohibition in the prohibition information storage means A paste prohibition determining step for determining whether a defined value is set; However, if it is determined that the value defined as the paste prohibition value is not set in the pace prohibition determination step, a paste permission step for permitting the paste of the value stored in the clipboard to the cell; A spreadsheet control method characterized by comprising:

第3の発明に対応するスプレッドシートの制御方法は、スプレッドシートのセルへの値のペーストを制御する方法であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、前記コンピュータが、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、前記コンピュータが、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止ステップと、を有することを特徴とするスプレッドシートの制御方法である。   A spreadsheet control method corresponding to the third aspect of the invention is a method for controlling the paste of a value into a cell of a spreadsheet, wherein the value of any format in the spreadsheet cell formatting is transferred to the cell. A computer that is running a spreadsheet program that edits the spreadsheet detects a paste command that pastes the value into a spreadsheet cell. A paste command detection step, and the computer refers to the format setting of the cell in which the paste command is detected in the paste command detection step, and sets a predetermined format of the cell as a value indicating paste prohibition in the prohibition information storage means A paste prohibition determining step for determining whether a defined value is set; However, when it is determined in the pace prohibition determining step that a value defined as a value indicating paste prohibition is set, there is a paste prohibiting step for erasing the value stored in the clipboard. This is a spreadsheet control method.

第4の発明に対応するスプレッドシートの制御方法は、スプレッドシートのセルの値のコピーを制御する方法であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出ステップと、前記コンピュータが、前記コピー命令検出ステップでコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、前記コンピュータが、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可ステップと、を有することを特徴とするスプレッドシートの制御方法である。   A spreadsheet control method corresponding to the fourth invention is a method for controlling copying of a cell value of a spreadsheet, wherein the value of any one of the formatting in the spreadsheet cell is set to the value of the cell. A copy having a prohibition information storage means for defining and storing a value indicating copy prohibition of a document, and a computer on which a spreadsheet program for editing the spreadsheet is executed detects a copy command for copying the value of a spreadsheet cell An instruction detecting step, wherein the computer refers to the format setting of the cell in which the copy instruction is detected in the copy instruction detecting step, and is defined as a value indicating copy prohibition in the prohibition information storage means in a predetermined format of the cell; A copy prohibition determining step for determining whether a set value is set; and A copy permission step for permitting the clipboard to store the value of the detected cell in the clipboard when it is determined in the step that a value defined as a value indicating copy prohibition is not set. Is a spreadsheet control method characterized by

第5の発明に対応するスプレッドシートの制御方法は、スプレッドシートのセルの値のコピーを制御する方法であって、スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出ステップと、前記コンピュータが、前記コピー検出ステップでクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、前記コンピュータが、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止ステップと、を有することを特徴とするスプレッドシートの制御方法である。   A spreadsheet control method corresponding to a fifth aspect of the invention is a method for controlling copying of a cell value of a spreadsheet, wherein the value of any one of the format values of the cell of the spreadsheet is set to the value of the cell. A computer that runs a spreadsheet program that edits the spreadsheet detects that the value of the spreadsheet cell has been copied to the clipboard. The copy detection step, and the computer refers to the format setting of the cell whose value has been copied to the clipboard in the copy detection step, and is defined as a value indicating copy prohibition in the prohibition information storage means in the predetermined format of the cell A copy prohibition determining step for determining whether the set value is set; and A copy prohibiting step for deleting a value copied to the clipboard when it is determined in the copy prohibition determining step that a value defined as a value indicating copy prohibition is set. It is a control method.

本発明によって、ユーザはマクロ機能等を用いることなく、スタンドアローンで用いられるコンピュータであっても、スプレッドシートの書式設定に入力禁止等と定義された所定の値を設定することによって、簡単な操作によってセルへの入力禁止等の設定を行うことが可能になる。   According to the present invention, even if a user uses a stand-alone computer without using a macro function or the like, a simple operation can be performed by setting a predetermined value defined as input prohibition or the like in a spreadsheet format setting. This makes it possible to perform settings such as prohibition of input to the cell.

本発明にかかるスプレッドシート制御装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the spreadsheet control apparatus concerning this invention. 本発明にかかるスプレッドシート制御装置のディスプレイに出力されたスプレッドシートの一例を示す図である。It is a figure which shows an example of the spreadsheet output on the display of the spreadsheet control apparatus concerning this invention. 本発明にかかるスプレッドシート制御プログラムにおける入力禁止等の設定の一例を示す図である。It is a figure which shows an example of the setting of input prohibition etc. in the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムによるスプレッドシートをコピーする処理の一例を示す図である。It is a figure which shows an example of the process which copies the spreadsheet by the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムによる入力禁止の処理の一例を示す図である。It is a figure which shows an example of the input prohibition process by the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムによるコピー禁止の処理の一例を示す図である。It is a figure which shows an example of the copy prohibition process by the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムによるペースト禁止の処理の一例を示す図である。It is a figure which shows an example of the process of paste prohibition by the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムによるスプレッドシートを保存する処理の一例を示す第4の図である。It is a 4th figure which shows an example of the process which preserve | saves the spreadsheet by the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムの処理フローを示す第1のフローチャートである。It is a 1st flowchart which shows the processing flow of the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムの処理フローを示す第2のフローチャートである。It is a 2nd flowchart which shows the processing flow of the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムの処理フローを示す第3のフローチャートである。It is a 3rd flowchart which shows the processing flow of the spreadsheet control program concerning this invention. 本発明にかかるスプレッドシート制御プログラムの処理フローを示す第4のフローチャートである。It is a 4th flowchart which shows the processing flow of the spreadsheet control program concerning this invention.

本発明を実施するための形態について、図面を用いて以下に詳細に説明する。尚、以下の説明は本発明の実施形態の一例を示したものであって、本発明は以下に示す実施形態に限定されるものではない。   Embodiments for carrying out the present invention will be described below in detail with reference to the drawings. In addition, the following description shows an example of embodiment of this invention, Comprising: This invention is not limited to embodiment shown below.

図1は、本発明にかかるスプレッドシート制御装置の構成の一例を示している。図1において、CPU11、メインメモリ12、記憶装置13を備えたコンピュータ10が本発明にかかるスプレッドシート制御装置に対応し、コンピュータ10にはキーボードやマウスなどの入力装置20からデータが入力され、ディスプレイやプリンタなどの出力装置30にコンピュータ10で演算されたデータが出力される。   FIG. 1 shows an example of the configuration of a spreadsheet control device according to the present invention. In FIG. 1, a computer 10 having a CPU 11, a main memory 12, and a storage device 13 corresponds to the spreadsheet control device according to the present invention. Data is input to the computer 10 from an input device 20 such as a keyboard and a mouse, and a display is displayed. The data calculated by the computer 10 is output to an output device 30 such as a printer.

コンピュータ10の記憶装置13には、表計算プログラム131、スプレッドシート制御プログラム132、スプレッドシート133が記憶されている。表計算プログラム131は、スプレッドシートの作成、編集や出力を行うアプリケーションプログラムである。スプレッドシート制御プログラム132は、本発明にかかるスプレッドシート制御プログラムに対応する。スプレッドシート133は、表計算プログラム131によって読み書き可能なファイルである。   The storage device 13 of the computer 10 stores a spreadsheet program 131, a spreadsheet control program 132, and a spreadsheet 133. The spreadsheet program 131 is an application program that creates, edits, and outputs a spreadsheet. The spreadsheet control program 132 corresponds to the spreadsheet control program according to the present invention. The spreadsheet 133 is a file that can be read and written by the spreadsheet program 131.

表計算プログラム131は、入力装置20から起動命令を受け付けると、メインメモリ12に読み出されて、CPU11で演算処理が実行される。スプレッドシート制御プログラム132も表計算プログラム131とともにメインメモリ12に読み出され、CPU11で演算処理が実行される。スプレッドシート133は入力装置20からの指定を受けると表計算プログラム131によりメインメモリ12に読み出され、表計算プログラム131によって編集等の処理が行われる。   When the spreadsheet program 131 receives an activation command from the input device 20, the spreadsheet program 131 is read into the main memory 12 and the CPU 11 executes arithmetic processing. The spreadsheet control program 132 is also read into the main memory 12 together with the spreadsheet program 131, and arithmetic processing is executed by the CPU 11. Upon receiving the designation from the input device 20, the spreadsheet 133 is read into the main memory 12 by the spreadsheet program 131, and processing such as editing is performed by the spreadsheet program 131.

尚、図1では、本発明をスタンドアローンで用いられるコンピュータに適用する例を示しているが、本発明をネットワークに接続されたコンピュータに適用し、表計算プログラム131、スプレッドシート制御プログラム132、スプレッドシート133の少なくとも一部を、ネットワークを介して接続されたサーバから読み出すよう構成してもよい。また、コンピュータ10の物理的な構成は特に限定されるものではなく、メインメモリ12の機能をハードディスク等の仮想メモリによって実現するものであってもよい。   Although FIG. 1 shows an example in which the present invention is applied to a computer used in a stand-alone manner, the present invention is applied to a computer connected to a network, and a spreadsheet program 131, a spreadsheet control program 132, a spread program is applied. You may comprise so that at least one part of the sheet | seat 133 may be read from the server connected via the network. The physical configuration of the computer 10 is not particularly limited, and the function of the main memory 12 may be realized by a virtual memory such as a hard disk.

本発明では、スプレッドシート制御プログラム132において、スプレッドシートのセルの書式設定におけるいずれかの書式、例えば、背景色や網かけなどについて、特定のカラーインデックスなどの値を、セルへの値の入力禁止又はペースト禁止、若しくは前記セルの値のコピー禁止と定義しておく。   In the present invention, the spreadsheet control program 132 prohibits input of a value such as a specific color index to a cell in any format in the spreadsheet cell formatting, for example, background color or shading. Alternatively, it is defined as paste prohibition or copy prohibition of the cell value.

そして、表計算プログラム131によってスプレッドシート133が開かれ、スプレッドシート制御プログラム132がセルへの値の入力やペースト、セルの値のコピーなどの命令を検出すると、入力等の命令を受け付けたセルの書式設定を参照して、入力禁止等に対応する値が設定されていないかを判断する。   Then, when the spreadsheet 133 is opened by the spreadsheet program 131 and the spreadsheet control program 132 detects a command such as inputting a value into a cell, pasting, copying a cell value, or the like, Referring to the format setting, it is determined whether or not a value corresponding to input prohibition is set.

例えば、図2に示したように、スプレッドシートを用いて作成された帳票フォーマットの一部のセルに、背景色や網かけが設定されているとする。ここで、セル番地A8、D11〜D16のセルの背景色に設定された色のカラーインデックス(この例では6)が入力禁止と定義されている場合、図3に示したように、これらのセル番地の書式に入力禁止に対応するカラーインデックスが設定されていることから、これらのセルへの値の入力を禁止する、と判断することができる。   For example, as shown in FIG. 2, it is assumed that background colors and shading are set in some cells of a form format created using a spreadsheet. Here, when the color index (6 in this example) set as the background color of the cells of the cell addresses A8 and D11 to D16 is defined as input prohibition, as shown in FIG. Since a color index corresponding to input prohibition is set in the address format, it can be determined that input of values into these cells is prohibited.

また、セル番地A4のセルに設定された網かけのパターン(この例では18)がコピー禁止と定義されている場合、図3に示したように、このセル番地の書式にコピー禁止に対応するパターンが設定されていることから、このセルの値のコピーを禁止する、と判断することができる。   If the shaded pattern (18 in this example) set in the cell at the cell address A4 is defined as copy prohibition, the cell address format corresponds to copy prohibition as shown in FIG. Since the pattern is set, it can be determined that copying of the value of this cell is prohibited.

さらに、セル番地D1のセルに設定された網かけのパターン(この例では17)がペースト禁止と定義されている場合、図3に示したように、このセル番地の書式にペースト禁止に対応するパターンが設定されていることから、このセルへの値のペーストを禁止する、と判断することができる。   Furthermore, when the shaded pattern (17 in this example) set in the cell at the cell address D1 is defined as paste prohibition, the cell address format corresponds to paste prohibition as shown in FIG. Since the pattern is set, it can be determined that the paste of the value into this cell is prohibited.

続いて、図4〜図8と、図9〜図12のフローチャートを用いて、本発明にかかるスプレッドシート制御プログラムによって、スプレッドシートをコピーする処理、入力禁止の処理、コピー禁止の処理、ペースト禁止の処理、スプレッドシートを保存する処理について説明する。   Subsequently, using the flowcharts of FIGS. 4 to 8 and FIGS. 9 to 12, the spreadsheet control program according to the present invention is used to copy a spreadsheet, input prohibition processing, copy prohibition processing, and paste prohibition. The process of saving and a spreadsheet will be described.

図4は、本発明にかかるスプレッドシート制御プログラムによるスプレッドシートをコピーする処理の一例を示しており、図9のフローチャートに対応する。コンピュータ10がスプレッドシート133を開く命令を受け付けると、表計算プログラム131が起動されてスプレッドシート133を開く処理が実行される。このときに、あわせてスプレッドシート制御プログラム132も起動される。   FIG. 4 shows an example of a process of copying a spreadsheet by the spreadsheet control program according to the present invention, and corresponds to the flowchart of FIG. When the computer 10 receives an instruction to open the spreadsheet 133, the spreadsheet program 131 is activated and a process for opening the spreadsheet 133 is executed. At this time, the spreadsheet control program 132 is also activated.

ここで起動されたスプレッドシート制御プログラム132は、表計算プログラム131が終了するまで、図9〜図12のフローチャートに示した処理を実行する。まず、開こうとしているスプレッドシート133が、入力等の制御対象となるファイルであるかどうかを判断する(S01)。ここで制御対象であるかどうかを判断する方法は特に限定されるものではなく、例えば、ファイル内やファイルのヘッダ等に制御対象であることを判断するための識別子等の設定をもたせることとすればよい。   The spreadsheet control program 132 started here executes the processing shown in the flowcharts of FIGS. 9 to 12 until the spreadsheet program 131 is terminated. First, it is determined whether or not the spreadsheet 133 to be opened is a file to be controlled such as input (S01). Here, the method for determining whether or not it is a control target is not particularly limited. For example, an identifier or the like for determining whether or not the control target is set in the file or the header of the file. That's fine.

スプレッドシート133が入力等の制御対象となるファイルであると判断された場合には、図4に示したように、編集前のスプレッドシート133のコピーを作成して、一時記憶しておく(S02)。制御対象となるファイルでないと判断された場合には、入力等を制御する必要はないので、スプレッドシート制御プログラム132を終了する。   If it is determined that the spreadsheet 133 is a file to be controlled such as input, a copy of the spreadsheet 133 before editing is created and temporarily stored as shown in FIG. 4 (S02). ). If it is determined that the file is not a control target file, the spreadsheet control program 132 is terminated because there is no need to control input or the like.

入力等の制御対象となるファイルであると判断された場合、ここでスプレッドシート133のコピーを作成するのは、編集前のスプレッドシート133の状態を保持しておくためである。スプレッドシート133のコピーは、この後に、入力禁止等を判断する際に書式設定を参照するために用いられるが、編集中にスプレッドシート133の書式設定が変更されてしまうと正しい判断が行えなくなるおそれがあるため、当初の状態を保持したコピーを作成しておくことが好ましい。   When it is determined that the file is a control target file such as an input, the copy of the spreadsheet 133 is created here in order to maintain the state of the spreadsheet 133 before editing. The copy of the spreadsheet 133 is used to refer to the format setting when determining prohibition of input or the like thereafter. However, if the format setting of the spreadsheet 133 is changed during editing, the correct determination cannot be made. Therefore, it is preferable to create a copy that retains the original state.

図5は、本発明にかかるスプレッドシート制御プログラムによる入力禁止の処理の一例を示しており、図10のフローチャートの一部に対応する。スプレッドシート制御プログラム132は、表計算プログラム131が受け付けるスプレッドシート133に対する操作を監視しており(S03)、スプレッドシート133のセルへの値の入力命令を検出すると(S04、S10)、入力命令が検出されたセルの書式設定を参照し(S11)、所定の書式に入力禁止に対応する値が設定されているかを判断する(S12)。   FIG. 5 shows an example of the input prohibition process by the spreadsheet control program according to the present invention, and corresponds to a part of the flowchart of FIG. The spreadsheet control program 132 monitors operations on the spreadsheet 133 received by the spreadsheet program 131 (S03), and when an input command for a value to a cell of the spreadsheet 133 is detected (S04, S10), the input command is With reference to the format setting of the detected cell (S11), it is determined whether a value corresponding to input prohibition is set in a predetermined format (S12).

ここでセルの書式設定を参照する際には、先に説明した理由から、編集中のスプレッドシート133の書式設定ではなく、S02で作成したスプレッドシート133のコピーの書式設定を用いるのが好ましい。   Here, when referring to the cell format setting, it is preferable to use the format setting of the copy of the spreadsheet 133 created in S02 instead of the format setting of the spreadsheet 133 being edited for the reason described above.

入力命令が検出されたセルの書式に入力禁止に対応する値が設定されている場合は、セルへの値の入力がエラーとなるように、表計算プログラム131の機能を呼び出してセルをロックする等の方法によって、入力処理を停止させる(S13)。入力禁止に対応する値が設定されていない場合は、表計算プログラム131に入力命令を返して(S14)、セルへの値の入力処理を実行させる。   If a value corresponding to prohibition of input is set in the format of the cell in which the input command is detected, the function of the spreadsheet program 131 is called to lock the cell so that the input of the value to the cell results in an error. The input process is stopped by a method such as (S13). If the value corresponding to the input prohibition is not set, an input command is returned to the spreadsheet program 131 (S14), and the process of inputting the value to the cell is executed.

図5の例であれば、セル番地B2に値(100)の入力命令を受け付けた場合には、入力禁止に対応する書式の値が設定されていないので、値(100)の入力処理が実行される。セル番地A3に値(100)の入力命令を受け付けた場合には、入力禁止に対応する書式の値が設定されているので、値(100)の入力処理はエラーとなる。   In the example of FIG. 5, when an input command for the value (100) is received at the cell address B2, the format value corresponding to the input prohibition is not set, so the input processing of the value (100) is executed. Is done. When an input command for the value (100) is received at the cell address A3, the value in the format corresponding to the input prohibition is set, and therefore the input process of the value (100) results in an error.

図6は、本発明にかかるスプレッドシート制御プログラムによるコピー禁止の処理の一例を示しており、図12のフローチャートに対応する。コピー禁止の処理についても、スプレッドシート133に対する操作を監視し、スプレッドシート133のセルの値のコピー命令を検出することとして、その後には図5と図10を用いて説明した入力禁止の場合と同様の処理を実行することとしてもよいが、ここではクリップボードを監視する実施形態について説明する。   FIG. 6 shows an example of copy prohibition processing by the spreadsheet control program according to the present invention, and corresponds to the flowchart of FIG. As for the copy prohibition process, the operation on the spreadsheet 133 is monitored and a copy instruction for the cell value of the spreadsheet 133 is detected. Thereafter, the input prohibition described with reference to FIGS. Although it is good also as performing the same process, embodiment which monitors a clipboard is described here.

スプレッドシート制御プログラム132は、コンピュータ10のクリップボードの変化を監視しており(S25)、クリップボードにセルの値がコピーされたことを検出すると(S26)、値がコピーされたセルの書式設定を参照し(S27)、所定の書式にコピー禁止に対応する値が設定されているかを判断する(S28)。   The spreadsheet control program 132 monitors the change of the clipboard of the computer 10 (S25), and when it detects that the cell value is copied to the clipboard (S26), it refers to the formatting of the cell to which the value is copied. Then, it is determined whether a value corresponding to copy prohibition is set in a predetermined format (S28).

ここでセルの書式設定を参照する際には、編集中のスプレッドシート133の書式設定ではなく、S02で作成したスプレッドシート133のコピーの書式設定を用いるのが好ましいことは、入力禁止の場合と同様である。   Here, when referring to the cell formatting, it is preferable to use the formatting of the copy of the spreadsheet 133 created in S02 instead of the formatting of the spreadsheet 133 being edited. It is the same.

値がコピーされたセルの書式にコピー禁止に対応する値が設定されている場合は、セルの値のコピーを無効とすべく、クリップボードにコピーされた値を消去する(S29)。コピー禁止に対応する値が設定されていない場合は、クリップボードにはコピーされた値が記憶された状態が継続される。   If a value corresponding to copy prohibition is set in the format of the cell to which the value is copied, the value copied to the clipboard is erased to invalidate the copy of the cell value (S29). If a value corresponding to copy prohibition is not set, the state where the copied value is stored in the clipboard is continued.

図6の例であれば、セル番地A1の値(100)がクリップボードにコピーされた場合には、コピー禁止に対応する書式の値が設定されていないので、クリップボードにはコピーされた値(100)がそのまま記憶される。セル番地B2の値(100)がクリップボードにコピーされた場合には、コピー禁止に対応する書式の値が設定されているので、クリップボードにコピーされた値(100)が消去される。   In the example of FIG. 6, when the value (100) of the cell address A1 is copied to the clipboard, the format value corresponding to copy prohibition is not set, so the value copied to the clipboard (100 ) Is stored as it is. When the value (100) of the cell address B2 is copied to the clipboard, the value (100) copied to the clipboard is deleted because the format value corresponding to copy prohibition is set.

尚、ここで説明したように、コピー禁止についてはクリップボードを監視し、コピーを禁止する際にはクリップボードの値を消去する処理を実行することによって、表計算プログラム132にコピーを停止させるための特別な処理を実行させなくても、自動的にコピー禁止を実現することが可能になる。   As explained here, the clipboard is monitored for copy prohibition, and when copying is prohibited, a special program for causing the spreadsheet program 132 to stop copying is executed by executing a process of deleting the clipboard value. It is possible to automatically realize the copy prohibition without executing any processing.

図7は、本発明にかかるスプレッドシート制御プログラムによるペースト禁止の処理の一例を示しており、図10のフローチャートの一部に対応する。スプレッドシート制御プログラム132は、表計算プログラム131が受け付けるスプレッドシート133に対する操作を監視しており(S03)、スプレッドシート133のセルへの値のペースト命令を検出すると(S04、S05)、ペースト命令が検出されたセルの書式設定を参照し(S06)、所定の書式にペースト禁止に対応する値が設定されているかを判断する(S07)。   FIG. 7 shows an example of paste prohibiting processing by the spreadsheet control program according to the present invention, and corresponds to a part of the flowchart of FIG. The spreadsheet control program 132 monitors operations on the spreadsheet 133 received by the spreadsheet program 131 (S03), and when a paste command for values to cells in the spreadsheet 133 is detected (S04, S05), the paste command is Referring to the format setting of the detected cell (S06), it is determined whether a value corresponding to paste prohibition is set in a predetermined format (S07).

ここでセルの書式設定を参照する際には、編集中のスプレッドシート133の書式設定ではなく、S02で作成したスプレッドシート133のコピーの書式設定を用いるのが好ましいことは、入力禁止の場合と同様である。   Here, when referring to the cell formatting, it is preferable to use the formatting of the copy of the spreadsheet 133 created in S02 instead of the formatting of the spreadsheet 133 being edited. It is the same.

ペースト命令が検出されたセルの書式にペースト禁止に対応する値が設定されている場合は、入力禁止の場合と同様に、セルへの値の入力がエラーとなるように、表計算プログラム131にペースト処理を停止させることとしてもよいが、ここではクリップボードに記憶された値を消去した上で(S08)、表計算プログラム131にペースト命令を返すことによって(S09)、ペースト禁止を実現している。ペースト禁止に対応する値が設定されていない場合は、表計算プログラム131にペースト命令を返して(S09)、セルへの値の入力処理を実行させる。   When a value corresponding to paste prohibition is set in the format of the cell in which the paste command is detected, as in the case of input prohibition, the spreadsheet program 131 is set so that the input of the value to the cell results in an error. The paste processing may be stopped, but here, the value stored in the clipboard is deleted (S08), and a paste command is returned to the spreadsheet program 131 (S09), thereby prohibiting paste. . When the value corresponding to the paste prohibition is not set, a paste command is returned to the spreadsheet program 131 (S09), and the process of inputting the value into the cell is executed.

尚、ここで説明したように、ペースト禁止をクリップボードの値を消去することによって実現すれば、表計算プログラム132にペーストを停止させるための特別な処理を実行させなくても、自動的にペースト禁止を実現することが可能になる。また、S04〜S07でペースト禁止の設定の有無を確認するタイミングについては、ペースト命令が検出される前にセルが選択されたタイミングで書式設定を参照することとしてもよく、ペースト禁止の設定が有る場合は直ちにクリップボードの値を消去することによって、表計算プログラム131が通常通りペースト命令を実行しても、セルの値がペーストされることを回避することができる。   As described here, if the paste prohibition is realized by deleting the clipboard value, the paste prohibition is automatically prohibited without causing the spreadsheet program 132 to execute a special process for stopping the paste. Can be realized. As for the timing for confirming whether paste prohibition is set in S04 to S07, the format setting may be referred to at the timing when a cell is selected before the paste command is detected, and there is a paste prohibition setting. In this case, by immediately erasing the clipboard value, it is possible to prevent the cell value from being pasted even if the spreadsheet program 131 executes the paste command as usual.

図7の例であれば、セル番地A2に値(100)のペースト命令を受け付けた場合には、ペースト禁止に対応する書式の値が設定されていないので、値(100)のペースト処理が実行される。セル番地C1に値(100)のペースト命令を受け付けた場合には、ペースト禁止に対応する書式の値が設定されているので、クリップボードの値(100)が消去されてしまうため、ペースト処理を実行することができなくなる。   In the example of FIG. 7, when a paste command with a value (100) is received at cell address A2, the value of the format (100) corresponding to the prohibition of paste is not set. Is done. When a paste command with a value (100) is received at the cell address C1, since the value of the format corresponding to paste prohibition is set, the clipboard value (100) is erased, so the paste process is executed. Can not do.

図8は、本発明にかかるスプレッドシート制御プログラムによるスプレッドシートを保存する処理の一例を示しており、図11のフローチャートに対応する。スプレッドシート制御プログラム132は、表計算プログラム131が受け付けるスプレッドシート133に対する操作を監視しており(S03)、編集中のスプレッドシート133の保存命令を検出すると(S04、S15)、編集中のスプレッドシート133において値が更新された各々のセルの書式設定を参照し(S19)、各々のセルの所定の書式に入力禁止やペースト禁止に対応する値が設定されているかを判断する(S20)。   FIG. 8 shows an example of processing for saving a spreadsheet by the spreadsheet control program according to the present invention, and corresponds to the flowchart of FIG. The spreadsheet control program 132 monitors operations on the spreadsheet 133 received by the spreadsheet program 131 (S03), and when a save command for the spreadsheet 133 being edited is detected (S04, S15), the spreadsheet being edited Reference is made to the format setting of each cell whose value is updated in 133 (S19), and it is determined whether a value corresponding to input prohibition or paste prohibition is set in a predetermined format of each cell (S20).

ここでセルの書式設定を参照する際には、編集中のスプレッドシート133の書式設定ではなく、S02で作成したスプレッドシート133のコピーの書式設定を用いるのが好ましいことは、入力禁止の場合と同様である。   Here, when referring to the cell formatting, it is preferable to use the formatting of the copy of the spreadsheet 133 created in S02 instead of the formatting of the spreadsheet 133 being edited. It is the same.

値が更新されたセルの書式に入力禁止やペースト禁止に対応する値が設定されているセルについては、S02で作成したスプレッドシート133のコピーのデータを、そのセルの更新データとして保存する(S23)。入力禁止やペースト禁止に対応する値が設定されていないセルについては、編集中のスプレッドシート133のセルから値を取り出し(S21)、スプレッドシート133のコピーの対応するセルに値を上書きして(S22)、そのセルの更新データとして保存する(S23)。全てのセルについて更新データが保存されると、編集中のスプレッドシート133が消去される(S24)。   For cells in which values corresponding to input prohibition or paste prohibition are set in the cell format in which the values are updated, the copy data of the spreadsheet 133 created in S02 is stored as update data for the cells (S23). ). For a cell for which a value corresponding to input prohibition or paste prohibition is not set, the value is extracted from the cell of the spreadsheet 133 being edited (S21), and the value is overwritten on the corresponding cell of the copy of the spreadsheet 133 ( S22), and stored as update data of the cell (S23). When the update data is stored for all the cells, the spreadsheet 133 being edited is deleted (S24).

図8の例であれば、セル番地B1には入力禁止又はペースト禁止に対応する書式の値が設定されていないので、編集中のスプレッドシート133のセル番地B1から取り出した値(100)が、スプレッドシート133のコピーのセル番地B1の更新データとして保存される。セル番地A3には入力禁止に対応する書式の値が設定されているので、スプレッドシート133のコピーのセル番地B1の値がそのまま更新データとして保存される。   In the example of FIG. 8, since the value of the format corresponding to input prohibition or paste prohibition is not set in the cell address B1, the value (100) extracted from the cell address B1 of the spreadsheet 133 being edited is It is stored as update data of the cell address B1 of the copy of the spreadsheet 133. Since the value of the format corresponding to the prohibition of input is set in the cell address A3, the value of the cell address B1 of the copy of the spreadsheet 133 is stored as update data as it is.

尚、入力禁止やペースト禁止を入力やペーストの操作時に行えば、これまで説明した保存時の処理は必ずしも実行しなくてもよいとも考えられるが、入力処理時やペースト処理時とあわせて、保存時にも再度禁止の設定がないかを確認することが好ましい。また、保存時には編集中のスプレッドシート133を保存するのではなく、スプレッドシート133のコピーに入力等が許可されたセルの値のみを更新して保存することによって、編集前のスプレッドシート133に設定された入力禁止等を判断するための書式設定が変更されてしまうことを防止することができる。   Note that if input prohibition or paste prohibition is performed at the time of input or paste operation, it is possible that the processing at the time of saving described above does not necessarily have to be executed, but saving is performed together with the time of input processing or paste processing. Sometimes it is preferable to check again whether there is a prohibition setting. In addition, the spreadsheet 133 being edited is not saved at the time of saving, but only the values of the cells that are permitted to be input and the like are updated and saved in a copy of the spreadsheet 133, so that the spreadsheet 133 before editing is set. It is possible to prevent the format setting for judging the input prohibition etc. being changed.

10 コンピュータ
11 CPU
12 メインメモリ
13 記憶装置
131 表計算プログラム
132 スプレッドシート制御プログラム
133 スプレッドシート
20 入力装置
30 出力装置
10 Computer 11 CPU
12 Main memory 13 Storage device 131 Spreadsheet program 132 Spreadsheet control program 133 Spreadsheet 20 Input device 30 Output device

Claims (18)

スプレッドシートのセルへの値の入力を制御するプログラムであって、
前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値の入力禁止を示す値と定義されていて、
スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、
スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出ステップと、
前記入力命令検出ステップで入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断ステップと、
前記入力禁止判断ステップで入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可ステップと、
を実行させることを特徴とするスプレッドシート制御プログラム。
A program that controls the input of values into spreadsheet cells,
In the program, the value of one of the formats in the cell formatting of the spreadsheet is defined as a value indicating that a value cannot be input to the cell,
On a computer running a spreadsheet program that edits the spreadsheet,
An input instruction detection step for detecting an input instruction for inputting a value into a cell of the spreadsheet;
An input prohibition determining step of referring to the format setting of the cell in which the input command is detected in the input command detecting step and determining whether a value defined as a value indicating input prohibition is set in the predetermined format of the cell; ,
When it is determined that a value defined as a value indicating input prohibition is not set in the input prohibition determination step, an input permission step for permitting input of the input value to the cell by the input command;
A spreadsheet control program characterized in that
スプレッドシートのセルへの値のペーストを制御するプログラムであって、
前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値のペースト禁止を示す値と定義されていて、
スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、
スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、
前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、
前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可ステップと、
を実行させることを特徴とするスプレッドシート制御プログラム。
A program that controls the pasting of values into cells in a spreadsheet,
In the program, the value of any format in the cell formatting of the spreadsheet is defined as a value indicating that the value cannot be pasted into the cell,
On a computer running a spreadsheet program that edits the spreadsheet,
A paste command detection step for detecting a paste command for pasting a value into a spreadsheet cell;
A paste prohibition determination step that refers to the format setting of the cell in which the paste command is detected in the paste command detection step and determines whether a value defined as a value indicating paste prohibition is set in the predetermined format of the cell; ,
When it is determined that the value defined as the value indicating paste prohibition is not set in the pace prohibition determination step, a paste permission step for allowing the paste of the value stored in the clipboard to the cell;
A spreadsheet control program characterized in that
スプレッドシートのセルへの値のペーストを制御するプログラムであって、
前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルへの値のペースト禁止を示す値と定義されていて、
スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、
スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、
前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、
前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止ステップと、
を実行させることを特徴とするスプレッドシート制御プログラム。
A program that controls the pasting of values into cells in a spreadsheet,
In the program, the value of any format in the cell formatting of the spreadsheet is defined as a value indicating that the value cannot be pasted into the cell,
On a computer running a spreadsheet program that edits the spreadsheet,
A paste command detection step for detecting a paste command for pasting a value into a spreadsheet cell;
A paste prohibition determination step that refers to the format setting of the cell in which the paste command is detected in the paste command detection step and determines whether a value defined as a value indicating paste prohibition is set in the predetermined format of the cell; ,
When it is determined that a value defined as a value indicating paste prohibition is set in the pace prohibition determination step, a paste prohibition step of erasing a value stored in the clipboard;
A spreadsheet control program characterized in that
スプレッドシートのセルの値のコピーを制御するプログラムであって、
前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルの値のコピー禁止を示す値と定義されていて、
スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、
スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出ステップと、
前記コピー命令検出ステップでコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、
前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可ステップと、
を実行させることを特徴とするスプレッドシート制御プログラム。
A program that controls the copying of spreadsheet cell values,
In the program, the value of any format in the cell formatting of the spreadsheet is defined as a value indicating that the cell value is prohibited to be copied,
On a computer running a spreadsheet program that edits the spreadsheet,
A copy instruction detection step for detecting a copy instruction for copying a value of a cell in a spreadsheet;
A copy prohibition determining step of referring to the format setting of the cell in which the copy command is detected in the copy command detecting step and determining whether a value defined as a value indicating copy prohibition is set in the predetermined format of the cell; ,
A copy permission step for permitting the clipboard to store the value of the detected cell in the clipboard when it is determined in the copy prohibition determination step that a value defined as a value indicating copy prohibition is not set; ,
A spreadsheet control program characterized in that
スプレッドシートのセルの値のコピーを制御するプログラムであって、
前記プログラムには、スプレッドシートのセルの書式設定におけるいずれかの書式の値が、前記セルの値のコピー禁止を示す値と定義されていて、
スプレッドシートを編集する表計算プログラムが実行されているコンピュータに、
スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出ステップと、
前記コピー検出ステップでクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、
前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止ステップと、
を実行させることを特徴とするスプレッドシート制御プログラム。
A program that controls the copying of spreadsheet cell values,
In the program, the value of any format in the cell formatting of the spreadsheet is defined as a value indicating that the cell value is prohibited to be copied,
On a computer running a spreadsheet program that edits the spreadsheet,
A copy detection step that detects that the value of a cell in the spreadsheet has been copied to the clipboard;
A copy prohibition determination step of referring to the format setting of the cell whose value is copied to the clipboard in the copy detection step and determining whether a value defined as a value indicating copy prohibition is set in the predetermined format of the cell; ,
When it is determined that a value defined as a value indicating copy prohibition is set in the copy prohibition determination step, a copy prohibition step of erasing the value copied to the clipboard;
A spreadsheet control program characterized in that
前記コンピュータに、
スプレッドシートを開く命令を検出すると、前記スプレッドシートがセルへの値の入力又はペースト、若しくはセルの値のコピーの制御対象となるスプレッドシートであるかを判断する制御対象判断ステップと、
前記制御対象判断ステップで制御対象となるスプレッドシートであると判断されると、前記命令により編集対象として開かれるスプレッドシートのコピーを作成するコピー作成ステップと、を実行させ、
前記入力禁止判断ステップ、前記ペースト禁止判断ステップ、又は前記コピー禁止判断ステップにおいて、入力禁止、ペースト禁止、又はコピー禁止を示す値として定義された値が設定されているかの判断は、前記コピー作成ステップにおいて作成されたスプレッドシートのコピーにおいて対応するセルの書式設定を参照して行われること
を特徴とする請求項1乃至5いずれかに記載のスプレッドシート制御プログラム。
In the computer,
When a command to open a spreadsheet is detected, a control target determination step for determining whether the spreadsheet is a spreadsheet to be controlled by inputting or pasting a value into a cell or copying a cell value;
When it is determined in the control object determination step that it is a spreadsheet to be controlled, a copy creation step of creating a copy of the spreadsheet that is opened as an edit object by the command is executed, and
In the input prohibition determination step, the paste prohibition determination step, or the copy prohibition determination step, determination as to whether a value defined as a value indicating input prohibition, paste prohibition, or copy prohibition is set is the copy creation step. The spreadsheet control program according to claim 1, wherein the spreadsheet control program is executed with reference to formatting of a corresponding cell in a copy of the spreadsheet created in step 1.
前記コンピュータに、
編集中のスプレッドシートの保存命令を検出する保存命令検出ステップと、
前記保存命令検出ステップで保存命令を検出した編集中のスプレッドシートからセルの値を取り出し、前記コピー作成ステップで作成したスプレッドシートのコピーに前記編集中のスプレッドシートから取り出したセルの値を上書きし、前記編集中のスプレッドシートの更新データとして保存させるスプレッドシート保存ステップと、
を実行させることを特徴とする請求項6記載のスプレッドシート制御プログラム。
In the computer,
A save command detection step for detecting a save command for the spreadsheet being edited;
The cell value is taken out from the spreadsheet being edited in which the save command is detected in the save command detection step, and the cell value taken out from the spreadsheet being edited is overwritten on the copy of the spreadsheet created in the copy creation step. , A spreadsheet saving step for saving as update data of the spreadsheet being edited,
The spreadsheet control program according to claim 6, wherein the spreadsheet control program is executed.
前記コンピュータに、
前記保存命令検出ステップで保存命令を検出した編集中のスプレッドシートから値を取り出したセルについて、前記セルの書式設定を参照し、前記セルの所定の書式に入力禁止又はペースト禁止を示す値として定義された値が設定されているかを判断する更新禁止判断ステップと、
前記更新禁止判断ステップで入力禁止又はペースト禁止を示す値として定義された値が設定されていると判断されると、前記スプレッドシート保存ステップにおいて、前記セルから取り出した値の前記スプレッドシートのコピーへの上書きを停止させる上書停止ステップと、
を実行させることを特徴とする請求項7記載のスプレッドシート制御プログラム。
In the computer,
For a cell whose value is extracted from the spreadsheet being edited in which the save command is detected in the save command detection step, the cell format setting is referred to and defined as a value indicating prohibition of input or paste in the predetermined format of the cell. An update prohibition determination step for determining whether the set value is set,
When it is determined in the update prohibition determination step that a value defined as a value indicating input prohibition or paste prohibition is set, in the spreadsheet saving step, the value extracted from the cell is copied to the spreadsheet An overwriting stop step to stop overwriting,
The spreadsheet control program according to claim 7, wherein:
スプレッドシートのセルへの値の入力を制御する装置であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値の入力禁止を示す値と定義して記憶する禁止情報記憶手段と、
スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出手段と、
前記入力命令検出手段により入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断手段と、
前記入力禁止判断手段により入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可手段と、
を備えることを特徴とするスプレッドシート制御装置。
A device that controls the input of values into spreadsheet cells,
A prohibition information storage means for defining and storing a value of any format in the cell format setting of the spreadsheet as a value indicating prohibition of input of a value to the cell;
An input command detecting means for detecting an input command for inputting a value into a cell of the spreadsheet;
Referring to the format setting of the cell in which the input command is detected by the input command detection means, it is determined whether a value defined as a value indicating input prohibition is set in the prohibition information storage means in the predetermined format of the cell Input prohibition judging means to
When it is determined by the input prohibition determination unit that a value defined as a value indicating input prohibition is not set, an input permission unit that allows input of the input value to the cell by the input command;
A spreadsheet control device comprising:
スプレッドシートのセルへの値のペーストを制御する装置であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段と、
スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出手段と、
前記ペースト命令検出手段によりペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断手段と、
前記ペース禁止判断手段によりペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可手段と、
を備えることを特徴とするスプレッドシート制御装置。
A device that controls the pasting of values into cells in a spreadsheet,
A prohibition information storage means for defining and storing a value of any format in the format setting of the cell of the spreadsheet as a value indicating prohibition of pasting the value into the cell;
A paste command detecting means for detecting a paste command for pasting a value into a cell of a spreadsheet;
Reference is made to the format setting of the cell in which the paste command is detected by the paste command detection means, and it is determined whether or not a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell Paste prohibition determination means,
If it is determined by the pace prohibition determination means that the value defined as a value indicating paste prohibition is not set, paste permission means for permitting the paste of the value stored in the clipboard to the cell;
A spreadsheet control device comprising:
スプレッドシートのセルへの値のペーストを制御する装置であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段と、
スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出手段と、
前記ペースト命令検出手段によりペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断手段と、
前記ペース禁止判断手段によりペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止手段と、
を備えることを特徴とするスプレッドシート制御装置。
A device that controls the pasting of values into cells in a spreadsheet,
A prohibition information storage means for defining and storing a value of any format in the format setting of the cell of the spreadsheet as a value indicating prohibition of pasting the value into the cell;
A paste command detecting means for detecting a paste command for pasting a value into a cell of a spreadsheet;
Reference is made to the format setting of the cell in which the paste command is detected by the paste command detection means, and it is determined whether or not a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell Paste prohibition determination means,
When it is determined by the pace prohibition determination means that a value defined as a value indicating paste prohibition is set, paste prohibition means for erasing the value stored in the clipboard;
A spreadsheet control device comprising:
スプレッドシートのセルの値のコピーを制御する装置であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段と、
スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出手段と、
前記コピー命令検出手段によりコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断手段と、
前記コピー禁止判断手段によりコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可手段と、
を備えることを特徴とするスプレッドシート制御装置。
A device that controls the copying of spreadsheet cell values,
A prohibition information storage means for defining and storing a value of any format in the cell formatting of the spreadsheet as a value indicating that the cell value is prohibited to be copied;
A copy instruction detecting means for detecting a copy instruction for copying a value of a cell in a spreadsheet;
Referring to the format setting of the cell in which the copy command is detected by the copy command detection means, it is determined whether a value defined as a value indicating copy prohibition is set in the prohibition information storage means in the predetermined format of the cell Copy prohibition judging means to
Copy permission means for permitting the clipboard to store the value of the cell in which the copy command is detected when it is determined by the copy prohibition determination means that a value defined as a value indicating copy prohibition is not set; ,
A spreadsheet control device comprising:
スプレッドシートのセルの値のコピーを制御する装置であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段と、
スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出手段と、
前記コピー検出手段によりクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断手段と、
前記コピー禁止判断手段によりコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止手段と、
を備えることを特徴とするスプレッドシート制御装置。
A device that controls the copying of spreadsheet cell values,
A prohibition information storage means for defining and storing a value of any format in the cell formatting of the spreadsheet as a value indicating that the cell value is prohibited to be copied;
A copy detection means for detecting that the value of the cell in the spreadsheet has been copied to the clipboard;
Reference is made to the format setting of the cell whose value has been copied to the clipboard by the copy detection means, and it is determined whether a value defined as a value indicating copy prohibition is set in the prohibition information storage means in the predetermined format of the cell Copy prohibition judging means to
When it is determined by the copy prohibition determination means that a value defined as a value indicating copy prohibition is set, copy prohibition means for erasing the value copied to the clipboard;
A spreadsheet control device comprising:
スプレッドシートのセルへの値の入力を制御する方法であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値の入力禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値を入力する入力命令を検出する入力命令検出ステップと、
前記コンピュータが、前記入力命令検出ステップで入力命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段に入力禁止を示す値として定義された値が設定されているかを判断する入力禁止判断ステップと、
前記コンピュータが、前記入力禁止判断ステップで入力禁止を示す値として定義された値が設定されていないと判断されると、前記入力命令による入力値の前記セルへの入力を許可する入力許可ステップと、
を有することを特徴とするスプレッドシートの制御方法。
A method for controlling the entry of values into spreadsheet cells,
A spreadsheet program that edits the spreadsheet is provided with prohibition information storage means for defining and storing any format value in the cell format setting of the spreadsheet as a value indicating prohibition of input of a value to the cell. An input instruction detecting step for detecting an input instruction for inputting a value into a cell of the spreadsheet;
The computer refers to the format setting of the cell in which the input command is detected in the input command detection step, and a value defined as a value indicating input prohibition is set in the prohibition information storage means in the predetermined format of the cell. An input prohibition determination step for determining whether or not
When the computer determines that the value defined as the value indicating input prohibition is not set in the input prohibition determination step, the input permission step permits the input of the input value to the cell by the input command; ,
A method for controlling a spreadsheet, comprising:
スプレッドシートのセルへの値のペーストを制御する方法であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、
前記コンピュータが、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、
前記コンピュータが、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていないと判断されると、クリップボードに記憶された値の前記セルへのペーストを許可するペースト許可ステップと、
を有することを特徴とするスプレッドシートの制御方法。
A method for controlling the pasting of values into cells in a spreadsheet,
A spreadsheet program that edits the spreadsheet is provided with prohibition information storage means for defining and storing any format value in the cell format setting of the spreadsheet as a value indicating prohibition of pasting the value into the cell. A paste command detecting step for detecting a paste command for pasting a value into a spreadsheet cell;
The computer refers to the cell format setting in which the paste command is detected in the paste command detection step, and a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell. Paste prohibition judging step for judging whether or not,
When the computer determines that the value defined as the value indicating paste prohibition is not set in the pace prohibition determination step, a paste permission step for permitting the paste of the value stored in the clipboard to the cell; ,
A method for controlling a spreadsheet, comprising:
スプレッドシートのセルへの値のペーストを制御する方法であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルへの値のペースト禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルに値をペーストするペースト命令を検出するペースト命令検出ステップと、
前記コンピュータが、前記ペースト命令検出ステップでペースト命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にペースト禁止を示す値として定義された値が設定されているかを判断するペースト禁止判断ステップと、
前記コンピュータが、前記ペース禁止判断ステップでペースト禁止を示す値として定義された値が設定されていると判断されると、クリップボードに記憶された値を消去するペースト禁止ステップと、
を有することを特徴とするスプレッドシートの制御方法。
A method for controlling the pasting of values into cells in a spreadsheet,
A spreadsheet program that edits the spreadsheet is provided with prohibition information storage means for defining and storing any format value in the cell format setting of the spreadsheet as a value indicating prohibition of pasting the value into the cell. A paste command detecting step for detecting a paste command for pasting a value into a spreadsheet cell;
The computer refers to the cell format setting in which the paste command is detected in the paste command detection step, and a value defined as a value indicating paste prohibition is set in the prohibition information storage means in the predetermined format of the cell. Paste prohibition judging step for judging whether or not,
When the computer determines that a value defined as a value indicating paste prohibition is set in the pace prohibition determination step, a paste prohibition step of erasing a value stored in the clipboard;
A method for controlling a spreadsheet, comprising:
スプレッドシートのセルの値のコピーを制御する方法であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルの値をコピーするコピー命令を検出するコピー命令検出ステップと、
前記コンピュータが、前記コピー命令検出ステップでコピー命令が検出されたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、
前記コンピュータが、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていないと判断されると、前記コピー命令が検出されたセルの値をクリップボードに記憶させることを許可するコピー許可ステップと、
を有することを特徴とするスプレッドシートの制御方法。
A method of controlling the copying of spreadsheet cell values,
A spreadsheet program for editing a spreadsheet is provided, comprising prohibition information storage means for defining and storing a value of any format in the cell format setting of the spreadsheet as a value indicating copy prohibition of the cell value. A copy instruction detecting step for detecting a copy instruction for copying a value of a spreadsheet cell;
The computer refers to the format setting of the cell in which the copy command is detected in the copy command detection step, and a value defined as a value indicating copy prohibition is set in the prohibition information storage means in the predetermined format of the cell. A copy prohibition determination step for determining whether or not
When the computer determines that a value defined as a value indicating copy prohibition is not set in the copy prohibition determination step, the computer allows the value of the cell in which the copy command is detected to be stored in the clipboard. A copy permission step;
A method for controlling a spreadsheet, comprising:
スプレッドシートのセルの値のコピーを制御する方法であって、
スプレッドシートのセルの書式設定におけるいずれかの書式の値を、前記セルの値のコピー禁止を示す値と定義して記憶する禁止情報記憶手段を備え、スプレッドシートを編集する表計算プログラムが実行されているコンピュータが、スプレッドシートのセルの値がクリップボードにコピーされたことを検出するコピー検出ステップと、
前記コンピュータが、前記コピー検出ステップでクリップボードに値がコピーされたセルの書式設定を参照し、前記セルの所定の書式に前記禁止情報記憶手段にコピー禁止を示す値として定義された値が設定されているかを判断するコピー禁止判断ステップと、
前記コンピュータが、前記コピー禁止判断ステップでコピー禁止を示す値として定義された値が設定されていると判断されると、クリップボードにコピーされた値を消去するコピー禁止ステップと、
を有することを特徴とするスプレッドシートの制御方法。
A method of controlling the copying of spreadsheet cell values,
A spreadsheet program for editing a spreadsheet is provided, comprising prohibition information storage means for defining and storing a value of any format in the cell format setting of the spreadsheet as a value indicating copy prohibition of the cell value. A copy detection step for detecting that a spreadsheet cell value has been copied to the clipboard;
The computer refers to the format setting of the cell whose value is copied to the clipboard in the copy detection step, and a value defined as a value indicating copy prohibition is set in the prohibition information storage means in the predetermined format of the cell. A copy prohibition determination step for determining whether or not
When the computer determines that a value defined as a value indicating copy prohibition in the copy prohibition determination step is set, a copy prohibition step of erasing the value copied to the clipboard;
A method for controlling a spreadsheet, comprising:
JP2010168712A 2010-07-27 2010-07-27 Spreadsheet control program, spreadsheet control device and spreadsheet control method Ceased JP2012027864A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010168712A JP2012027864A (en) 2010-07-27 2010-07-27 Spreadsheet control program, spreadsheet control device and spreadsheet control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010168712A JP2012027864A (en) 2010-07-27 2010-07-27 Spreadsheet control program, spreadsheet control device and spreadsheet control method

Publications (1)

Publication Number Publication Date
JP2012027864A true JP2012027864A (en) 2012-02-09

Family

ID=45780677

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010168712A Ceased JP2012027864A (en) 2010-07-27 2010-07-27 Spreadsheet control program, spreadsheet control device and spreadsheet control method

Country Status (1)

Country Link
JP (1) JP2012027864A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0628377A (en) * 1992-07-10 1994-02-04 Toshiba Corp Business form output device
JP2000132543A (en) * 1998-10-27 2000-05-12 Ntt Data Corp Document processing system and document processing method, and recording medium
JP2006294054A (en) * 2000-08-31 2006-10-26 Ffc Ltd Display control program and display controller
JP2007293801A (en) * 2006-03-28 2007-11-08 Casio Comput Co Ltd Table editing device and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0628377A (en) * 1992-07-10 1994-02-04 Toshiba Corp Business form output device
JP2000132543A (en) * 1998-10-27 2000-05-12 Ntt Data Corp Document processing system and document processing method, and recording medium
JP2006294054A (en) * 2000-08-31 2006-10-26 Ffc Ltd Display control program and display controller
JP2007293801A (en) * 2006-03-28 2007-11-08 Casio Comput Co Ltd Table editing device and program

Similar Documents

Publication Publication Date Title
JP5009310B2 (en) Redirect server base files to a local copy
KR101608103B1 (en) Structured coauthoring
US20090094242A1 (en) Method and system for intra-document object locking in collaborative authoring
KR101608099B1 (en) Simultaneous collaborative review of a document
US20080127303A1 (en) Generating security validation code automatically
US8793708B2 (en) Creation and termination of component scopes
CN107408105B (en) Conditionally controlled additive pattern
US20090164970A1 (en) System for Managing Automated Report Versions
JP2007316780A (en) Computer system, computer and file operation limiting method to be used therefor, and its program
US9268755B2 (en) Performing persistent undo and redo operation within computer software
JPWO2006103752A1 (en) How to control document copying
JP5023695B2 (en) Electronic file system, operation device, and computer program
JP7409190B2 (en) Computer-implemented methods for cross-chain interoperability
JP2012027864A (en) Spreadsheet control program, spreadsheet control device and spreadsheet control method
JP4975549B2 (en) Workflow server, workflow server control method, program, and recording medium
US20100318982A1 (en) Updating electronic documents
US20090133132A1 (en) Secure Authoring and Execution of User-Entered Database Programming
US7937250B2 (en) Method and system for addressing non-functional concerns
US20090138846A1 (en) Extended macro recording
JP5172585B2 (en) System, method, and program for controlling access to object model
JP2010266968A (en) Data management server, data management program and data management method for managing input data to spreadsheet
Cavarlé et al. Dynamic Round-Trip Engineering in the context of FOMDD
KR20200000607A (en) Diagnostic data base structure and diagnostic system using the same
KR101460091B1 (en) Apparatus and method for changing icon of secure folder
JP4196853B2 (en) ACCESS RIGHT CONTROL METHOD BY NAME, INFORMATION PROCESSING DEVICE AND PROGRAM USING THE METHOD

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121130

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20121204

A045 Written measure of dismissal of application

Free format text: JAPANESE INTERMEDIATE CODE: A045

Effective date: 20130419