# 跳过常量

```php
const SKIP_NONE = 0x00;         // 不忽略任何单元格、行
const SKIP_EMPTY_ROW = 0x01;    // 忽略空行
const SKIP_EMPTY_CELLS = 0x02;  // 忽略空单元格（肉眼观察单元格内无数据，并不代表单元格未定义、未使用）
const SKIP_EMPTY_VALUE = 0X100; // 忽略单元格空数据
```


---

# 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://xlswriter-docs.viest.me/zhong-wen-jian-ti/reader/skip-const.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.
