Whats the best way to generate an SPSS .SAV file from .NET?
I need to provide some export functionality in my web application for SPSS. I've looked at some very old solutions for generating .SAV files for SPSS but the开发者_StackOverflow中文版y're either incomplete or don't work at all. If anyone has come acrsoss something, please let me know.
You can use a .Net library that interop with spss.dll. I'm using it and it runs very well, looks very stable.
http://spss.codeplex.com/
Hope this helps.
I might not be fully versed in .net, but I do know that there are examples of interfacing with VBA and SAX basic, which I think are all closely related, right?
Check out the Data Management book put out by SPSS (older versions) and the Scripting Guide for SPSS. Here is a link to an older version but it may get you started.
HTH
精彩评论