我尝试创建Excel工作簿并将其保存到桌面,到目前为止还有以下C#代码:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Toolbar should be above content-->
<include layout="@layout/toolbar" />
</RelativeLayout>
我尝试保存工作簿实例的最后一行发生的错误。 Visual Studio说:&#34;未处理的类型&System; Run.Runtime.InteropServices.COMException&#39;发生在wikiScrapeData.exe&#34;。我查看了MSDN和其他来源,但未能解决问题。
如何正确保存此Excel工作簿?