Quantcast
Channel: Questions in topic: "external-libraries"
Viewing all articles
Browse latest Browse all 86

How do I call an Office function from a C# script?

$
0
0
I'm working on a game that needs to use some Excel functions. I tried to import those dll's into the asset folder: Microsoft.Office.Interop.Excel.dll Microsoft.Vbe.Interop.dll Microsoft.Vbe.Interop.Formsl.dll Office.dll I'm using code like this: double[] num; Microsoft.Office.Interop.Excel.Application oXL = new Microsoft.Office.Interop.Excel.Application(); double resultNum = oXL.WorksheetFunction.Average(num); It works when I put it into a Windows console application. I have no errors or warnings while compiling. However, the Unity crashes while it reaches this line of code: double resultNum = oXL.WorksheetFunction.Average(num); The error reports "Read from location 00000000 caused an access violation." It seems that Unity couldn't find the WorksheetFunction class... Does anybody know how to call external functions from unity? Thanks! Momo

Viewing all articles
Browse latest Browse all 86

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>