InvalidFormatException:Your stream was neither an OLE2 stream, nor an OOXML stream


 

背景介绍

在处理Excel文件上传的时候,出现了如下异常情况:

InvalidFormatException:Your stream was neither an OLE2 stream, nor an OOXML stream

InvalidFormatException:Your stream was neither an OLE2 stream, nor an OOXML stream

 

问题原因

从日志提示上看,是因为Excel文件格式化异常。(因为此时的Excel,是通过导出程序导出的,可能在导出的过程中,Excel的格式出现了什么异常问题。)

 

处理方案

将Excel中的数据,Copy到一个新建的Excel文件中,然后用新建的Excel文件调用上传接口,即可。

 

相关文章:

  • 2021-11-18
  • 2021-08-01
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-01-20
  • 2021-09-04
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案