标签: io apache-poi inputstream bytearrayinputstream
我已将.xls文件上传到mongodb,其中包含sheet1,sheet2和sheet3中的数据。当我下载文件时,我按照我们的要求将整个工作簿内容存储为ByteArrayInputstream。
是否可以单独从ByteArrayInputstream读取sheet1数据?