# 异常码列表

1. 内存申请失败
2. 创建输出xlsx文件时出错，通常是权限错误
3. 在文件汇编期间创建临时文件时遇到错误
4. 创建xlsx文件时zip错误 ZIP\_ERRNO
5. 将子文件添加到xlsx文件时出现文件错误或未知的zip错误
6. 关闭xlsx文件时出现未知的zip错误
7. 函数NULL参数被忽略
8. 参数验证错误
9. 工作表名称超出Excel的31个字符的限制
10. 工作表名称不能包含无效字符：'\[]：\*？/ '
11. 工作表名称已被使用
12. 超出Excel的32个字符的限制
13. 超出Excel的128个字符的限制
14. 超出Excel的255个字符的限制
15. 字符串超出Excel的32767个字符的限制
16. 查找内部字符串索引时出错
17. 工作表的行或列索引超出Excel规定范围，请检查数组键值
18. 超过了工作表URL的最大数量（65530）
19. 无法读取图像尺寸或DPI


---

# 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/exception/code.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.
