> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/app-push/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/app-push/guide/ver5.0/msg/excel-file.md).

# 엑셀 파일 업로드 유의사항

## 증상

숫자 형식의 식별자를 엑셀에서 발송하실 때, 식별자 뒤에 '.0'이 추가되는 현상.

{% hint style="info" %}
엑셀을 통하여 '타겟 푸시' - '파일 업로드' 방식으로 발송하시는 경우 해당됩니다.
{% endhint %}

해당 현상은 엑셀에 입력된 데이터 형식이 숫자인 경우 나타나는 문제로, 엑셀에서 숫자 형식의 데이터를 읽어들이는 과정에서 발생합니다.

## 해결방법

* ### 따옴표 추가

숫자 표기가 변경되는 것을 방지하려면 숫자를 입력하기 전에 작은 따옴표(')를 입력해주시면 됩니다.\
이런 경우 빈 셀을 선택하시고 작은 따옴표(')를 입력해주신 다음 숫자를 입력해주시면 변경이 되고,\
변경 여부는 화면에서도 확인할  수 있습니다.

<figure><img src="/files/xohhZ6VbP1jxnp1b7t7b" alt=""><figcaption><p>따옴표 추가</p></figcaption></figure>

* ### 셀 서식 지정

식별자가 입력된 모든 셀에 따옴표를 입력하지 않고, 아래의 방식으로도 셀 서식을 텍스트로 지정할 수 있습니다.

1. 변경하려는 영역을 선택한 이후, '데이터' -> '텍스트 나누기' 버튼 클릭

<figure><img src="/files/zkCn1NoAy9AzE5YoScyS" alt=""><figcaption><p>적용 이전 화면</p></figcaption></figure>

2. 텍스트 마법사 항목 중 3단계의 '텍스트' 영역 체크 후 '마침' 클릭

<div><figure><img src="/files/UA0MeeEsHSz8ZXpe6pGa" alt=""><figcaption><p>1단계</p></figcaption></figure> <figure><img src="/files/0G8vQhlWTeZZ1JPDp5kP" alt=""><figcaption><p>2단계</p></figcaption></figure> <figure><img src="/files/leMxmKEJvZwvQ71iZyty" alt=""><figcaption><p>3단계</p></figcaption></figure></div>

3. 항목의 값이 텍스트 타입으로 변경

<figure><img src="/files/ewpAXmqnlQEIZi4KmVOx" alt=""><figcaption><p>적용 이후 화면</p></figcaption></figure>

{% embed url="<https://learn.microsoft.com/ko-kr/office/troubleshoot/excel/last-digits-changed-to-zeros>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.fingerpush.com/app-push/guide/ver5.0/msg/excel-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
