# 바코드

셀을 바코드 유형으로 설정하고 바코드 유형을 QR 코드 또는 1차원 코드로 선택합니다.

<figure><img src="/files/F6xoq9FDDMiJm3o1AM3K" alt=""><figcaption></figcaption></figure>

## 바코드 설정&#x20;

바코드를 선택하고 속성 설정 영역에서 셀 설정 탭을 선택하여 바코드 유형을 설정합니다.

바코드 유형에는 QRCode, NW7, Code39, GS1-128, EAN128, CODE128, JAN13이있습니다. QRCode는 7차원코드이고, NW7, Code39, GS1-128, EAN128, CODE128, JAN13은 1차원 코드입니다.

* 바코드 유형에서 QRCode를 선택하는 경우 검사 비트, 버전 및 구조 링크를 생성할지 여부를 설정해야 합니다.
* 바코드 유형이 QRCode 이외의 유형을 선택하는 경우 검사 비트를 생성할지 여부를 설정해야 하며 NW7은 검사 비트 알고리즘을 설정해야 합니다.

바코드 유형을 GS1-128로 선택한 경우 제어 문자 FNC1, FNC2, FNC3, FNC4를 나타내기 위해 %FNC1%, %FNC2%, %FNC2%, %FNC3%, %FNC3%, %FNC4%를 사용합니다.

다음 시나리오에서 GS1-128 바코드 키워드를 사용할 수 있습니다.

* 바코드 값에서 직접 사용;
* 셀 수식에서 사용되며 연결 문자를 사용하여 바코드 문자의 스티치를 지원합니다.
* 데이터 테이블에서 사용됩니다.

<figure><img src="/files/XKZp89WWRQtugOblOE28" alt=""><figcaption><p>QR코드 </p></figcaption></figure>

<figure><img src="/files/oZg2yNTw3gw0bgcms9WU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/components/celltype/barcode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
