搜索
提交
Anyline Office
word table
html2word
AOL标签
EXCEL
注意事项
应用场景
使用说明
document
源码说明
html table
提取word中的所有table或根据单元格内容
word table
|
2024-08-24 05:43:29
|
ZH
|
阅读(158)
|
状态:未完成
WDocument doc = new WDocument(file);
List<WTable> tables = doc.tables();
//根据单元格内容
tables = doc.tables("单元格内容")
合并单元格顺序与优先级
提取单元格(tc)中的文本
最新
占位符默认值
内置占位符及属性
aol:concat 拼接集合或集合条目属性
aol:for 遍历多行
aol:for 遍历多列
几个重要的aol标签属性
属性缩写
aol:pre 预定义标签
aol:avg 平均值
集合属性
aol:for 遍历
aol:checkbox 模拟复选框
aol:if 判断
aol:money 人民币大写
aol:img 图片
aol:date 日期格式化
aol:number 数字格式化
ECMA-376
为什么需要AnyLine Office
openxml图表/word/charts/chart.xml