# 데이터 추출 시 어떤 파일 포맷으로 다운받을 수 있나요?

리스틀리에서는 엑셀이(Excel)이나 구글 시트로 보내기를 기본적으로 지원하고 있습니다.

.xlsx 이나.xls 포맷을 지원합니다.

다만 이외에도, API 로 데이터를 다운받을 수 있도록 다양한 다운로드 파일 형식을 지원하고 있습니다.

API 이용 시, 추출한 데이터를 csv, json 파일 형식으로도 내보내실 수 있어요. 보다 자세한 안내사항은 리스틀리 도움말 [API (추출데이터)](/docs/ko/getting-started/result-page-features/api-data.md) 페이지를 확인해주세요.

[![Screenshot 2023-12-03 230045](https://listly-spongebob.s3.amazonaws.com/media/images/Screenshot_2023-12-03_230045.scale-100.png)](https://listly-spongebob.s3.amazonaws.com/media/images/Screenshot_2023-12-03_230045.scale-100.png)[![Screenshot 2023-12-03 230126](https://listly-spongebob.s3.amazonaws.com/media/images/Screenshot_2023-12-03_230126.scale-100.png)](https://listly-spongebob.s3.amazonaws.com/media/images/Screenshot_2023-12-03_230126.scale-100.png)


---

# 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://help.listly.io/docs/ko/support/faq/features/undefined-23.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.
