搜索 提交
  • html table

    table分两种
    word中的table对应org.anyline.office.docx.entity.Wtable

    与html中的table对就org.anyline.office.docx.entity.html.Table

    html的table可以直接创建可通过TableBuilder根据数据集合创建

  • word转html

    //整个文档转html WDocument top = new WDocument(new File("D:\\c.docx")); System.out.println(top.html()); Wtable table = top.tables().get(0); //单个table转html
第一页 上一页 下一页 最后页