# parse_xml_excel
**Repository Path**: fairy_android/parse-xml-excel
## Basic Information
- **Project Name**: parse_xml_excel
- **Description**: xml和excel之间相互转换
- **Primary Language**: Android
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-02-27
- **Last Updated**: 2025-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Kotlin_ParseXmlExcel
### 1、运行异常提示解决
去掉控制台警告:
Run -> Edit Configurations ->VM options添加如下内容:
--illegal-access=deny --add-opens java.base/java.lang=ALL-UNNAMED
### 2、工程说明
#### 1、xml_to_xls
xml转excel
#### 2、xls_to_xml
excel转xml
#### 3、xml_sort
xml排序
#### 4、xml_operate
xml操作