【新增】 1、xlsx,pptx对应关系方法 2、简单处理xlsx与pptx 原始xml

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-14 17:23:03 +08:00
parent 7299944ca5
commit 1bf1367bd6
38 changed files with 1863 additions and 59 deletions

View File

@@ -24,6 +24,20 @@ public interface RedisKeyConstants {
* VALUE 数据类型String 子WPS_WORD编号集合
*/
String WPS_WORD_CHILDREN_ID_LIST = "wps_word_children_ids";
/**
* 指定WPS_PPTX的所有子WPS_PPTX编号数组的缓存
* <p>
* KEY 格式wps_pptx_children_ids:{id}
* VALUE 数据类型String 子WPS_PPTX编号集合
*/
String WPS_PPTX_CHILDREN_ID_LIST = "wps_pptx_children_ids";
/**
* 指定WPS_XLSX的所有子WPS_XLSX编号数组的缓存
* <p>
* KEY 格式wps_xlsx_children_ids:{id}
* VALUE 数据类型String 子WPS_XLSX编号集合
*/
String WPS_XLSX_CHILDREN_ID_LIST = "wps_xlsx_children_ids";
/**
* 角色的缓存