搜索
提交
Anyline Office
word table
AOL/AOI
html2word
EXCEL
注意事项
应用场景
使用说明
document
源码说明
html table
提取word中的所有table或根据单元格内容
word table
|
2024-08-24 05:43:29
|
ZH
|
阅读(163)
|
状态:未完成
WDocument doc = new WDocument(file);
List<WTable> tables = doc.tables();
//根据单元格内容
tables = doc.tables("单元格内容")
合并单元格顺序与优先级
提取单元格(tc)中的文本
最新
aol:html html格式解析
aol:group 分组
aol:set 变量定义
VOI复杂的格式通过外部接口实现
aol:mark 书签
关于标签体中的换行
占位符默认值
内置占位符及属性
aol:concat 拼接集合或集合条目属性
aol:for 遍历多行
aol:for 遍历多列
属性缩写
aol:pre 预定义标签
几个重要的aol标签属性
aol:avg/min/max 平均值最大最小值
集合属性
aol:for 遍历
aol:if 判断
aol:money 人民币大写
aol:checkbox 模拟复选框