> For the complete documentation index, see [llms.txt](https://userguide.auditlobby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.auditlobby.com/audit-lobby-faq/dev-express.md).

# "온라인 엑셀(Dev Express)에서 텍스트 편집 어떻게 하나요?"

## 1. File, Home

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 1: 홈   ](/files/-LTfMi2im9FLh8cPgL1z)

![Dev Express 온라인 엑셀 메뉴 1: 파일  ](/files/-LTfMlQ-maRuThdOvPXv)

![Dev Express 온라인 엑셀 메뉴 2: 홈  ](/files/-LTfMp5qKCF4qZ5JGZ55)

![Home 메뉴 비교   ](/files/-LTfSd0ckUbTDZYQGMvz)

## 2. Insert&#x20;

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 2: 삽입  ](/files/-LTfN0IGKv4vw8b__Z65)

![Dev Express 온라인 엑셀 메뉴 3: Insert  ](/files/-LTfN43O3bRk6TtfWDqx)

![](/files/-LTfThbf1XnhvT_jhjSc)

## 3. Page Layout

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 3: 페이지 레이아웃  ](/files/-LTfNKuu53LZiqyy5y3g)

![Dev Express 온라인 엑셀 메뉴 4: Page Layout  ](/files/-LTfNIecrTTQlSFNX3JZ)

![](/files/-LTfUg8mziqwfDNeQ2m1)

## 4. Formulas &#x20;

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 4: 포뮬라 (함수)  ](/files/-LTfNhRmcWmK0uV61SEL)

![Dev Express 온라인 엑셀 메뉴 5: Formulas  ](/files/-LTfNjWepmkukegZZtTb)

![](/files/-LTfVaV_VnZdzFPJsdfU)

## 5. Data &#x20;

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 5: 데이터  ](/files/-LTfNpGIuleJazJ8K-jF)

![Dev Express 온라인 엑셀 메뉴 7: Data  ](/files/-LTfPclGB0bjc--CIC6F)

![](/files/-LTfWX7tKgJllpuMsDu2)

## 6. Review &#x20;

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 6: 리뷰  ](/files/-LTfO0xE8pWu20c80HLP)

![Dev Express 온라인 엑셀 메뉴 8: Review](/files/-LTfO3e3jVB1pIQ9Usv5)

![](/files/-LTfY0QIvhDISLNpJPpl)

## 7. View &#x20;

![Microsoft Office Excel 마이크로소프트 오피스 엑셀  메뉴 7: 보기  ](/files/-LTfNw68kggjKuVN8UGE)

![Dev Express 온라인 엑셀 메뉴 7: View  ](/files/-LTfNyfyt9ilOdQgfJ-9)

![](/files/-LTfYYokGC0AK1gG-m3a)


---

# 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://userguide.auditlobby.com/audit-lobby-faq/dev-express.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.
