JP5032455B2 - 2D barcode generation method in spreadsheet system - Google Patents
2D barcode generation method in spreadsheet system Download PDFInfo
- Publication number
- JP5032455B2 JP5032455B2 JP2008326495A JP2008326495A JP5032455B2 JP 5032455 B2 JP5032455 B2 JP 5032455B2 JP 2008326495 A JP2008326495 A JP 2008326495A JP 2008326495 A JP2008326495 A JP 2008326495A JP 5032455 B2 JP5032455 B2 JP 5032455B2
- Authority
- JP
- Japan
- Prior art keywords
- rectangular area
- cell
- function
- character string
- dimensional barcode
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
本発明はパーソナルコンピュータなどのコンピュータ上で動作する表計算ソフトウェアにおける2次元バーコード生成方式に関する。 The present invention relates to a two-dimensional barcode generation method in spreadsheet software operating on a computer such as a personal computer.
近年、印刷物の文字データをパーソナルコンピュータや携帯電話などに簡単に取り込むため、印刷物の所定の文字領域部分を2次元バーコードに変換して印刷することが多くなっている。パーソナルコンピュータなどのコンピュータの表計算ソフトウェアにおいてはセル上の文字を各セルの行番号、列番号からなるアドレスを引数とした2次元バーコードに変換する関数により実現する方式を取っている。 In recent years, in order to easily capture character data of a printed material into a personal computer or a mobile phone, a predetermined character area portion of the printed material is often converted into a two-dimensional barcode and printed. A spreadsheet software for a computer such as a personal computer employs a method of realizing a function on a cell by converting a character on a cell into a two-dimensional barcode with an address consisting of a row number and a column number of each cell as an argument.
このような従来のシステムは以下の欠点を持っている。
1)文字列を変換対象とするセルの数が多いと関数の引数が増え、甚だ入力が面倒である。特に表形式のデータについて顕著である。
2)同様の理由で変換すべきセルや変換するセルの順番を間違うこと多い。
本発明はこうした従来システムの問題点を解消するために発明されたものである。Such conventional systems have the following disadvantages.
1) If there are many cells whose conversion target is a character string, the arguments of the function increase, and the complicated input is troublesome. This is particularly true for tabular data.
2) For the same reason, the order of cells to be converted and cells to be converted is often wrong.
The present invention has been invented in order to solve such problems of the conventional system.
本発明の請求項1の構成は、
(イ)コンピュータ上で動作する表計算ソフトウェアにおいて、表入出力画面上の左上隅と右下隅の各行番号と列番号などで特定される大矩形領域と、行番号と列番号などにより前記大矩形領域内で特定される任意の一つ以上のセルを引数とした関数。
(ロ)前記関数において引数として指定された各セルを包含する最小サイズの小矩形領域の行数又は列数を求める手段。
(ハ)前記関数において引数として指定された各セルの行番号又は列番号に、(ロ)の手段により求められた小矩形領域の行数又は列数に正整数倍かけた値を加えた新たな行番号又は列番号により前記大矩形領域内でセルを特定する手段。
(ニ)前記関数において引数として特定された各セル上の文字列と(ハ)の手段により特定された各セル上の文字列を順に結合する手段。
(ホ)(二)の手段により求められた文字列を2次元バーコードに変換する手段。
から成る。
また、本発明の請求項2の構成は
(ヘ)コンピュータ上で動作する表計算ソフトウェアにおいて、左上隅と右下隅の各行番号と列番号などで特定される矩形領域を引数とした関数。
(ト)前記関数において、前記矩形領域内を左から右(列方向)にスキャンし、各セル上の文字列を区切り文字としてカンマコード「,」などの区切り文字コードを使用して結合し、領域の右端のセルに達すると、次の行に移り、このときは改行文字として改行コード「LF」などの区切り文字コードを使用し、以後同様に前記矩形領域の最下行までスキャンし、矩形領域全体の各セル上の文字列を結合するいわゆるCSVデータを生成する手段。
(チ)前記関数において、(ト)の手段により生成された前記CSVデータを2次元バーコードに変換する手段。
から成る。
本発明は以上の何れかの構成を取ることにより、前記従来システムの欠点を全て解消するものであり、2次元バーコードに変換対象となるセルの入力が簡単で、かつ変換すべきセルや、変換するセルの順番の間違いを少なくすることが可能な表計算システムにおける2次元バーコード生成方式を提供する。The configuration of
(B) In spreadsheet software running on a computer, the large rectangle area specified by the row number and column number at the upper left corner and the lower right corner on the table input / output screen, and the large rectangle by the row number and column number, etc. A function that takes any one or more cells specified in the region as arguments.
(B) Means for obtaining the number of rows or the number of columns of the minimum-sized small rectangular area including each cell designated as an argument in the function.
(C) A new value obtained by adding a value obtained by multiplying the number of rows or columns of the small rectangular area obtained by means of (b) by a positive integer multiple to the row number or column number of each cell specified as an argument in the function. Means for specifying a cell in the large rectangular area by a unique row number or column number.
(D) Means for sequentially combining the character string on each cell specified as an argument in the function and the character string on each cell specified by means (c).
(E) Means for converting the character string obtained by means of (2) into a two-dimensional barcode.
Consists of.
Further, the configuration of
(G) In the function, the rectangular area is scanned from left to right (column direction), and the character string on each cell is combined using a delimiter code such as a comma code "," as a delimiter, When the rightmost cell of the area is reached, the process proceeds to the next line. At this time, a delimiter code such as a line feed code “LF” is used as a line feed character. Means for generating so-called CSV data that combines character strings on the entire cells.
(H) Means for converting the CSV data generated by the means (G) into a two-dimensional barcode in the function.
Consists of.
The present invention eliminates all the disadvantages of the conventional system by adopting any one of the above-described configurations, the cell to be converted into a two-dimensional barcode is simple, and the cell to be converted, Provided is a two-dimensional barcode generation method in a spreadsheet system that can reduce the order of cells to be converted.
例としてパーソナルコンピュータ上の表計算ソフトウェアに適用した場合について説明する。
図1は本発明の1例を示す2次元バーコード生成方式の構成図で、パーソナルコンピュータ1のディスプレイ2に表計算ソフトウェア3の表入出力画面4が表示されている。次に表入出力画面4のテキストが入力されているセルを2次元バーコードに変換する方法を以下に記す。
図2は表入出力画面の1例を示す図で、表入出力画面4の太字枠で示されるセル群は2次元バーコードへの変換対象となるテキスト入力済みセル5である。また、関数入力セル6はテキスト入力済みセル5のテキストデータを2次元バーコードに変換する関数が記述されるセルである。従来の2次元バーコード生成方式では、テキスト入力済みセル5のテキストデータ全てを2次元バーコードに変換するには、この例では関数の引数に42個のセルを指定する必要がある。
まず、本発明の請求項1による方式を以降に説明する。図3は本発明の請求項1による表入出力画面の処理方法の説明図である。図3の大矩形領域7は2次元バーコードに変換するテキストデータが記入されるセルを全て包含している。また、小矩形領域8は大矩形領域7内に包含される領域で、2次元バーコードに変換する関数の引数で指定されるセルを全て含み、図3から分かるように小矩形領域8内に含まれるテキストデータが存在するセルのパターンは大矩形領域7内で繰り返しパターンとして7個存在している。
次に、小矩形領域8内のテキストデータが存在する各セルと大矩形領域7を引数として指定することにより大矩形領域7内の全てのテキストデータを2次元バーコードに変換する方法を以下に記す。
図4は本発明の請求項1による2次元バーコード変換関数の1例で、2次元バーコードを生成する関数9を示す。関数9は関数入力セル6に記述され、大矩形領域7に対する引数「A1:E14」と小矩形領域8内の各セルに対する引数「A1,A2,B1,C1,D1,E1」を持つ。
図5は本発明の請求項1のフローチャートで、セル上のテキストデータを2次元バーコードに変換する方法を示す。このフローチャートは、小矩形領域8の行数と大矩形領域7内の小矩形領域8の数を求める第一の処理(S501からS512)と大矩形領域7内でセル上のテキストデータを結合する第二の処理(S513からS523)と結合したテキストデータを2次元バーコードに変換する第三の処理(S524からS526)に大きく分けることができる。
第一の処理では関数9の小矩形領域8内の各セルに対する引数、即ち関数9の2番目以降の引数の行番号を比較して最大の行番号と最小の行番号を求め、次に最大の行番号から最小の行番号を引いて数値「1」を加えることにより小矩形領域の行数を求める(S501からS511)。次に大矩形領域7に含まれる小矩形領域8の数を大矩形領域7の行数を小矩形領域8の行数で割ることにより求める(S512)。このとき、割り算の結果に小数点が含まれる場合は大矩形領域7の行数が小矩形領域8の行数の正整数倍以上の余分な行を含むことになるので小数点以下は無視する。
第二の処理では、まず2次元バーコードに変換する文字列変数Sを長さ「0」(ヌル)で初期化する(S513)。この文字列変数Sに小矩形領域8の各セル上の文字列を引数順に加えるが(S517)、この処理は小矩形領域8が大矩形領域7に存在する数だけ繰り返す。このとき、小矩形領域8の各引数のセルの行番号にオフセット値、即ち第一の処理で求めた小矩形領域8の行数に整数倍かけた値を加える。この整数は0から始まり、小矩形領域の数から1を引いた値まで1個づつ増加させる(S516)。このように処理することにより大矩形領域内7の対象となる文字列が入力されている全てのセルに対して、各文字列が前記文字列変数Sに格納される(S514からS523)。なお、文字列の結合の過程で各セル上の文字列間の区切り文字としてカンマ「,」コードを入れたり(S519)、小矩形領域の処理が終了する毎に改行「LF」コードを入れてもよい(S522)。
図6は本発明の請求項1による結合した文字列の1例で、本例の処理の結果、前記文字列変数Sの内容である結合された文字列10の様子を示す。
第三の処理は前記文字列変数Sの文字列を2次元バーコードに変換し、関数9が存在する関数入力セル6の左上隅や中央の画面上の座標を基点に出力する(S524、S525)。
図7は本発明による2次元バーコードの出力例で、2次元バーコード11が関数入力セル6の中央に出力されている様子を示す。
なお、本例では小矩形領域8が行方向に繰り返すパターンに対する処理例を示したが、列数方向に繰り返すパターンも同様の処理で行うことができる。
次に本発明の請求項2による方式を以降に説明する。図8は本発明の請求項2による表入出力画面の処理方法の説明図である。図8の大矩形領域7は2次元バーコードに変換するテキストデータが入力されている全てのセルを包含している。次に、大矩形領域7を引数として指定することにより大矩形領域7内の全てのテキストデータを2次元バーコードに変換する方法を以下に記す。図8の関数12は本発明の請求項2による2次元バーコードを生成する関数を示す。関数12は関数入力セル6に記述され、大矩形領域7に対する引数「A1:E14」を持つ。
図9は本発明の請求項2のフローチャートで、セル上のテキストデータを2次元バーコードに変換する方法を示す。このフローチャートでは、第一の処理として大矩形領域7内の各セルの文字列に対応したCSVデータに変換する。まず、文字列変数Sを長さ「0」(ヌル)で初期化しておき、各セルのインデックスとして行番号に変数I、列番号に変数Jを使用し、各セルの文字列を文字列変数Sに追加する。この場合セルに文字列が存在しないときは追加しない。また、各セル間の区切り文字にカンマ「,」コード、セルの改行に対して改行「LF」コードを出力する処理を行う(S901からS911)。こうして大矩形領域7内の全ての行の処理を終えると文字列変数Sに図10の結合された文字列13で示すCSVデータが生成される。なお、区切り文字としてカンマ「,」コード、改行「LF」コード以外にタブ「TAB」などの文字コードを使用してもよい。
次に第二の処理として、前記文字列変数S内の文字列を2次元バーコードに変換し、関数12が存在する関数入力セル6の左上隅や中央の画面上の座標を基点に出力する。(S912からS914)。こうして大矩形領域内の全セルに対して2次元バーコードへの変換処理が終了する。As an example, a case where the present invention is applied to spreadsheet software on a personal computer will be described.
FIG. 1 is a block diagram of a two-dimensional barcode generation system showing an example of the present invention. A table input /
FIG. 2 is a diagram showing an example of a table input / output screen. A cell group indicated by a bold frame on the table input /
First, the method according to
Next, a method for converting all text data in the large
FIG. 4 shows an example of a two-dimensional barcode conversion function according to
FIG. 5 is a flowchart according to
In the first process, the line number of each cell in the small
In the second process, a character string variable S to be converted into a two-dimensional barcode is first initialized with a length “0” (null) (S513). The character string on each cell of the small
FIG. 6 shows an example of the combined character string according to
In the third process, the character string of the character string variable S is converted into a two-dimensional barcode, and the upper left corner of the
FIG. 7 shows an output example of a two-dimensional barcode according to the present invention, and shows a state in which the two-
In this example, the processing example for the pattern in which the small
Next, the method according to
FIG. 9 is a flowchart of
Next, as a second process, the character string in the character string variable S is converted into a two-dimensional barcode, and the coordinates on the upper left corner or the center screen of the
[請求項1]の効果
請求項1の発明によれば、表計算システムにおける2次元バーコードが簡単かつ間違いが少なく作成することができる。また、2次元バーコードに変換する必要のないセルを変換対象から外したり、変換するセルの順番を自由に変えることができる。
[請求項2]の効果
請求項2の発明によれば、表計算システムにおける2次元バーコードが簡単かつ間違いが少なく作成することができ、さらに、バーコード生成時に各行の各セルを結合する区切り文字コードと各行を結合する区切り文字コードを表計算システムのキーデータ入力仕様に合わせることによりバーコード読取装置からキーデータ入力時に特別なプログラムを制作することなくバーコード変換時の表形式データが再現できる。また、関数が記述されたセルの内容を別のセルにコピーや移動することにより、複数のバーコードを生成や表形式フォームの変更に伴う作業を大幅に省くことができる。[Effect of Claim 1] According to the invention of
[Effect of Claim 2] According to the invention of
1はコンピュータ
2はコンピュータのディスプレイ
3は表計算ソフトウェア
4は表計算ソフトウェアの表入出力画面
5は2次元バーコードの変換対象となる文字列が入力されたセル群
6は2次元バーコード変換関数が記述されるセル
7は大矩形領域
8は小矩形領域
9は請求項1の関数の記述
10は請求項1の結合された文字列
11は2次元バーコード
12は請求項2の関数の記述
13は請求項2の結合された文字列1 is a
Claims (2)
(ロ)前記関数において引数として指定された各セルを包含する最小サイズの小矩形領域の行数又は列数を求める手段。
(ハ)前記関数において引数として指定された各セルの行番号又は列番号に、(ロ)の手段により求められた小矩形領域の行数又は列数に正整数倍かけた値を加えた新たな行番号又は列番号により前記大矩形領域内でセルを特定する手段。
(ニ)前記関数において引数として特定された各セル上の文字列と(ハ)の手段により特定された各セル上の文字列を順に結合する手段。
(ホ)(二)の手段により求められた文字列を2次元バーコードに変換する手段。
以上、(イ)から(ホ)の如く構成された表計算システムにおける2次元バーコード生成方式。(B) In spreadsheet software running on a computer, the large rectangle area specified by the row number and column number at the upper left corner and the lower right corner on the table input / output screen, and the large rectangle by the row number and column number, etc. A function that takes any one or more cells specified in the region as arguments.
(B) Means for obtaining the number of rows or the number of columns of the minimum-sized small rectangular area including each cell designated as an argument in the function.
(C) A new value obtained by adding a value obtained by multiplying the number of rows or columns of the small rectangular area obtained by means of (b) by a positive integer multiple to the row number or column number of each cell specified as an argument in the function. Means for specifying a cell in the large rectangular area by a unique row number or column number.
(D) Means for sequentially combining the character string on each cell specified as an argument in the function and the character string on each cell specified by means (c).
(E) Means for converting the character string obtained by means of (2) into a two-dimensional barcode.
As described above, the two-dimensional barcode generation method in the spreadsheet system configured as (a) to (e).
(ト)前記関数において、前記矩形領域内の各行の各セル上の文字列を区切文字として任意の文字コードを使用して結合して各行に対応する文字列を生成し、前記各行に対応する文字列を前記各セル上の文字列の結合に使用した文字コードと異なる任意の文字コードを区切文字として結合し、矩形領域全体の文字列を全て結合する手段。
(チ)前記関数において、(ト)の手段により生成された前記矩形領域全体の文字列を2次元バーコードに変換する手段。
以上、(ヘ)から(チ)の如く構成され、さらに請求項1の方式を合わせ持つ表計算システムにおける2次元バーコード生成方式。(F) In spreadsheet software running on a computer, a function that takes a rectangular area specified by the row number and column number of the upper left corner and lower right corner as arguments.
(G) In the function, a character string on each cell in each row in the rectangular area is combined using an arbitrary character code as a delimiter to generate a character string corresponding to each row, and corresponding to each row Means for combining all character strings in the entire rectangular area by combining character strings with an arbitrary character code different from the character code used for combining the character strings on the cells as a delimiter;
(H) Means for converting, in the function, a character string of the entire rectangular area generated by means of (g) into a two-dimensional barcode.
As described above, the two-dimensional barcode generation method in the spreadsheet system which is configured as (f) to (h) and further has the method of claim 1.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008326495A JP5032455B2 (en) | 2008-11-27 | 2008-11-27 | 2D barcode generation method in spreadsheet system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008326495A JP5032455B2 (en) | 2008-11-27 | 2008-11-27 | 2D barcode generation method in spreadsheet system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2010129075A JP2010129075A (en) | 2010-06-10 |
| JP5032455B2 true JP5032455B2 (en) | 2012-09-26 |
Family
ID=42329382
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008326495A Expired - Fee Related JP5032455B2 (en) | 2008-11-27 | 2008-11-27 | 2D barcode generation method in spreadsheet system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5032455B2 (en) |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6364968B2 (en) | 2014-05-30 | 2018-08-01 | ブラザー工業株式会社 | Printing device |
| US10192329B2 (en) | 2014-09-19 | 2019-01-29 | Casio Computer Co., Ltd. | Electronic device which displays and outputs function formula data, data output method, and computer readable medium |
| JP6036792B2 (en) * | 2014-11-26 | 2016-11-30 | カシオ計算機株式会社 | Computer, calculation server, program, data output method, and computer system |
| US10210132B2 (en) | 2014-09-19 | 2019-02-19 | Casio Computer Co., Ltd. | Calculator, recording medium and compute server |
| JP6314763B2 (en) * | 2014-09-19 | 2018-04-25 | カシオ計算機株式会社 | Formula processing device, calculation processing method, and program |
| US10042811B2 (en) | 2014-09-19 | 2018-08-07 | Casio Computer Co., Ltd. | Expression processing device, compute server and recording medium having expression processing program recorded thereon |
| JP2016095600A (en) * | 2014-11-13 | 2016-05-26 | カシオ計算機株式会社 | Electronic equipment and programs |
| JP2016095603A (en) * | 2014-11-13 | 2016-05-26 | カシオ計算機株式会社 | Electronic device and program |
| JP6249077B2 (en) * | 2016-11-02 | 2017-12-20 | カシオ計算機株式会社 | Computer, data output method, and program |
| JP6822504B2 (en) * | 2019-03-19 | 2021-01-27 | カシオ計算機株式会社 | Communication equipment, information processing methods and programs |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4450539B2 (en) * | 2002-05-29 | 2010-04-14 | 富士ゼロックス株式会社 | Table creation device, table creation program |
| JP2006178561A (en) * | 2004-12-21 | 2006-07-06 | Hitachi Ltd | Household account book registration support system and product purchase data input method |
| JP4096319B2 (en) * | 2005-03-23 | 2008-06-04 | 株式会社日立情報システムズ | Electronic form management system, management method, and program therefor |
| JP2007122638A (en) * | 2005-10-31 | 2007-05-17 | Digital Electronics Corp | Information processor, and its program and recording medium |
-
2008
- 2008-11-27 JP JP2008326495A patent/JP5032455B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2010129075A (en) | 2010-06-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5032455B2 (en) | 2D barcode generation method in spreadsheet system | |
| JP2022529178A (en) | Features of artificial intelligence recommended models Processing methods, devices, electronic devices, and computer programs | |
| JP6300710B2 (en) | Change impact analysis apparatus, change impact analysis method and program | |
| CN114239521B (en) | Contract template generation method, device, computer equipment, and storage medium | |
| CN111090982A (en) | Text comparison method and device, electronic equipment and computer readable storage medium | |
| CN112417569B (en) | Revit primitive labeling method, device, equipment and storage medium | |
| CN103324894A (en) | Method and system for generating composite anti-fake document | |
| JP2020119152A (en) | Information processing device and information processing program | |
| CN110647665A (en) | A method and system for hyperparallel alignment | |
| JP2019148941A (en) | Image processing device | |
| JP2003076478A (en) | Character input means | |
| CN119336428A (en) | Interactive interface generation method, device, computer equipment and storage medium | |
| JPWO2016002020A1 (en) | Matrix generation device, matrix generation method, and matrix generation program | |
| WO2020228172A1 (en) | Continuous image amplification method and apparatus based on radial basis function and storage medium | |
| JP2012014486A (en) | Information processing device, information processing method and program | |
| WO2020184130A1 (en) | Graph display device, graph display method, and graph display program | |
| JPWO2021111606A5 (en) | Graph search device, graph search method, and program | |
| CN112560415A (en) | Data processing method, device, equipment and medium | |
| JPH0916301A (en) | Hangul character input keyboard | |
| JP5758262B2 (en) | Similar document visualization apparatus, similar document visualization method, and program | |
| CN116662434B (en) | Multi-source heterogeneous big data processing system | |
| JP6565145B2 (en) | Processing method, processing apparatus, and program | |
| JP2008059135A (en) | Apparatus, method and program for automatically creating software | |
| JPS6223316B2 (en) | ||
| JP7681970B2 (en) | Image style conversion device and image style conversion program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20110804 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110804 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110909 |
|
| A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20111020 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111108 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111219 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111219 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120306 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120416 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120605 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150706 |
|
| R154 | Certificate of patent or utility model (reissue) |
Free format text: JAPANESE INTERMEDIATE CODE: R154 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150706 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |