Embed files into Excel using Apache POI

前端 未结 2 1108
余生分开走
余生分开走 2020-11-28 13:24

I am exporting data to Excel file using Apache POI. In one weird requirement, I need to embed one file in the Excel using this POI. I have the file, and can be taken into st

2条回答
  •  [愿得一人]
    2020-11-28 14:18

    This page of the online documentation might answer your question:

    http://poi.apache.org/components/poifs/embeded.html

提交回复
热议问题